- Strength to Increase Rep
- +17
- Strength to Decrease Rep
- -4
- Upvotes Received
- 2K
- Posts with Upvotes
- 1K
- Upvoting Members
- 487
- 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
| |
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. ![Trump.png](/attachments/small/1/d8e4431325699caf800e2e71814b921a.png "align-left") | |
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? |