- Strength to Increase Rep
- +17
- Strength to Decrease Rep
- -4
- Upvotes Received
- 2K
- Posts with Upvotes
- 1K
- Upvoting Members
- 488
- Downvotes Received
- 72
- Posts with Downvotes
- 69
- Downvoting Members
- 58
Have programmed in Modula-2 on a professional basis in the eighties. Now I am quite fond of C# AND Python!
- Interests
- Math, music, reading, gardening, philosophy and need it be mentioned : programming.
- PC Specs
- HP Pavilion Elite HPE-020be and Windows 10
4,439 Posted Topics
Re: I don't know what Kodi is. So the first thing I would like to to see when I visit your site is something like `Kodi is ..`. Now I had to wade through several pages to find out. Don't irritate your site visitors with things like that. For the rest … | |
Re: An expert is someone who has made all the possible mistakes. | |
Re: Cops often act as a team of 2 to solve a crime. When the team consists of a male and a female, they often are in the act of starting a love affair. They are still doing that in episode 100 and beyond... | |
Re: I should have written that in FORTRAN and say that it is WRONG in C#. | |
Re: Blinis with smoked salmon and sour cream and a glass of white wine. | |
Re: Another [Codeproject link](http://www.codeproject.com/Articles/865801/Everything-That-You-Need-to-Understand-about-Lambd) everyone should read! | |
Re: Should not worry too much about it. Be confident with the skills you have. The rest will follow gradually. They never expect a newbie to lead the software department. Success! | |
Re: Consider the MouseMove or MouseEnter events. More info [here](http://msdn.microsoft.com/en-us/library/system.windows.forms.control.mousemove.aspx). The MouseEventArgs parameter will give you the X and Y coordinates. | |
Re: Could you tell me what error 106 means and where in your code it occurs? | |
![]() | Re: A movie from 1902 [Click Here](http://apod.nasa.gov/apod/astropix.html) |
Well, there was a thread about a frequency function and a bell curve in Excel. [url]http://www.daniweb.com/forums/thread295203.html[/url] So here it is how about to do the NORMDIST function in Excel in C#. | |
Re: In Belgium it's a mess, guess America is worse.  | |
OK, not completely, I admit. I used some different colors(colours) here and there. But this code will put you on the way. This is a little modification of code I use to show a matrix in a form. Just start a new Forms app and fill in the code. Enjoy! | |
Re: Hi Thanh Phong, welcome to DaniWeb :) Why would you try to reinvent the wheel, when a class that does the job is readily available in C#? Read about BinaryReader class [here](http://msdn.microsoft.com/en-us/library/system.io.binaryreader(v=vs.110).aspx) | |
Re: You should use [B]button1.Hide(); [/B]or[B] button1.Show();[/B] instead of setting [B]button1.Enable[/B] to true or false. Use true and false for the CheckBox Enabled property. | |
Re: Machine learning can be all about implementing a [neural network.](https://rubikscode.net/2018/01/29/implementing-simple-neural-network-in-c/) | |
Re: What relation could there possibly exist between coordinates and RGB values? Unless, you have another definition of coordinates than me. | |
Re: A new poster posts the same on a 12 year old thread, does he not realize it is not going to work that way? Are students becoming really that dumb these days? Or is this poster just saying: " Won't hurt, maybe there is some dumb Daniwebber giving me a … | |
Re: The highest point in Belgium is 694 m. [Link](http://en.wikipedia.org/wiki/Signal_de_Botrange) | |
Re: I guess Google is your friend here. [Example](https://beginnersbook.com/2014/07/hashtable-in-java-with-example/). | |
Wanted to let two forms work together. One form would be the input form and the main form would consume this data. I managed to succeed with the help of a few of my friends here at daniweb., who helped me setup a static form. Just posted a bit of … | |
Re: My first programming experience was at high school, learning FORTRAN. Then later, when the first homecomputers appeared I learned and experimented alot with BASIC, C and Pascal. Professionally I programmed in Modula-2, some C++ and VBA. Now I like C# alot. So I think it not the language that is … | |
Re: Hi Dragomir 1, welcome here at Daniweb. You will never print a Panel. You will want to print what is drawn on the Panel,I guess. I'm affraid you have to do some calculations [example here](http://stackoverflow.com/questions/16945172/vb-netprinting-multiple-pages-with-printdocument) and work with the HasMorePages property. | |
Re: @Gu1tar1st: As the square root of 17 is 4.123 you don't even have to test for divisibility from 5,6,7,8,9.... | |
Re: Very nice code Ryshad! You only should swap line 9 and 10 otherwise f is used before it is defined. | |
Re: Britania will never rule the waves again! Most bexiteers like to get out, because they believe UK can still do it on his own. Wrong thinking if you ask me. I live in the Flemish part of a country that further consists of a Walloon part(thanks J. Caesar) and a … | |
Re: Have a look at the [alignment](http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcellstyle.alignment(v=vs.110).aspx) property | |
Why is it that C# disappeared from the Programming menu? Something to do with upcoming changes? | |
Re: As you already posted a snippet in C# here, perhaps[ this snippet](https://www.daniweb.com/programming/software-development/code/217179/descriptive-statistics) will put you on the way. | |
Re: What have you done already? | |
Re: Change line 73. Here I would definitely opt for `Is_Palindrome = Product == Reversed_Number;` and remove the `Check_if_Number_is_a_Palindrome` function. | |
Sometimes you have long processes and you even want display them up to the millisecond. Here is a way to do it. | |
Re: OK, could not agree more. Many sites seem to suffer from this disease: Very lightgrey text on a white background. Fancy? Trendy? Old man excluding device? While I'm typing here in this editor it gives me a beter feeling than the previous one. Oh and Dani are you already thinking … | |
Re: Find your IsOperator method a bit bizarre. You're just checking if the textbox contains a string. Well, believe me textboxes are designed to contain strings. Check if the strings are "+","-","*" and "/" instead. | |
Re: It means your calculation of LastRow is wrong. What is the value of it? And please try to do something about your indentation. | |
Re: Indeed, good talk. And it was clear to read. Not that lightgrey and white background you see all over the place. A thing you already mentioned previously. | |
Re: Perhaps it is possible for you to manipulate the C# string. C# strings have a method called ToCharArray. [See here](https://www.dotnetperls.com/tochararray) for an example. | |
Re: Why is there apparently no easy way to view all the code snippets? Or is it right under my nose and do I not see it? | |
Re: hashed and salted, as their names imply, seem to be booleans. Don't use such names if they are not. Your light bulb seems to indicate they are not declared. | |
Re: Over here(Belgium) we have a technology called 'undertitling'. So even when it is muted we still can follow the dialog. | |
Re: Did you ever publish your application? You can find the option under the Build menu. | |
Re: A news item the Belgium television reported that a cell phone contains GERMS! It was explained by a expert bacteriologist that the germs and bacteria where mostly harmful. But she advised to clean it regularly with an anti bacteria tissue. DUH, why do I have to kill my germs on … | |
Re: Very interesting. As I use C# most of the time, did not find much info on the net about a fileSystemObject. Can it only be used in a scripting context or could I give System.IO, FileInfo and DirectoryInfo a try? | |
Re: I'm using Foxit PhantomPDF from time to time. Here is the [tutorial](https://www.youtube.com/embed/liEo-9owoo4) for editing text. It is not free software(less than 100$?) but IMO it is worth it. Perhaps ask FOxit if they have a link with C#. | |
Re: Have a look at [this article](https://msdn.microsoft.com/en-us/library/system.windows.forms.form.topmost(v=vs.110).aspx). | |
Re: When I use a regular expression(rarely) I use a Regex class. [Sample code in C# and VB](https://msdn.microsoft.com/en-us/library/43122zyz(v=vs.110).aspx?cs-save-lang=1&cs-lang=csharp#code-snippet-2). Don't know if something similar exists in Java. But I doubt if no one has developed a library for it. | |
Re: Is memo of type Pascalstring? | |
Re: Yes, conservative, afraid to change anything managments. That is why COBOL is also still around, I guess. |
The End.