Posts
 
Reputation
Joined
Last Seen
Ranked #9
Strength to Increase Rep
+17
Strength to Decrease Rep
-4
94% Quality Score
Upvotes Received
2K
Posts with Upvotes
1K
Upvoting Members
488
Downvotes Received
72
Posts with Downvotes
69
Downvoting Members
58
469 Commented Posts
~2.56M People Reached
About Me

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
Favorite Tags
c# x 986
c++ x 708
vb.net x 500
c x 232
asp.net x 152

4,439 Posted Topics

Member Avatar for gamestoenjoy

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 …

Member Avatar for jasper-king
1
361
Member Avatar for vegaseat
Member Avatar for Reverend Jim
15
13K
Member Avatar for Reverend Jim

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...

Member Avatar for Reverend Jim
10
3K
Member Avatar for Saqlainz
Member Avatar for Bunker
-3
163
Member Avatar for samaru
Member Avatar for Duki
Member Avatar for Dani
22
17K
Member Avatar for Mike Askew

Another [Codeproject link](http://www.codeproject.com/Articles/865801/Everything-That-You-Need-to-Understand-about-Lambd) everyone should read!

Member Avatar for Shahzad111
17
3K
Member Avatar for movarth

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!

Member Avatar for Helen0909
0
261
Member Avatar for tanatos.daniel

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.

Member Avatar for bir_924
2
6K
Member Avatar for Nestor_2
Member Avatar for Schol-R-LEA
0
3K
Member Avatar for LastMitch
Member Avatar for LoanHensley
6
6K
Member Avatar for ddanbe

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#.

Member Avatar for dlhockey12
0
3K
Member Avatar for Reverend Jim

In Belgium it's a mess, guess America is worse. ![Trump.png](/attachments/small/1/d8e4431325699caf800e2e71814b921a.png "align-left")

Member Avatar for rproffitt
1
22K
Member Avatar for ddanbe

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!

Member Avatar for jessechunn
2
4K
Member Avatar for Thanh Phong

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)

Member Avatar for GooGooseGooey
0
36K
Member Avatar for Fiascor

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.

Member Avatar for JamesCherrill
0
1K
Member Avatar for davy_yg

Machine learning can be all about implementing a [neural network.](https://rubikscode.net/2018/01/29/implementing-simple-neural-network-in-c/)

Member Avatar for Reverend Jim
0
517
Member Avatar for Crazyscript77

What relation could there possibly exist between coordinates and RGB values? Unless, you have another definition of coordinates than me.

Member Avatar for spam_1
0
4K
Member Avatar for shantuli

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 …

Member Avatar for zunam
-5
81K
Member Avatar for Reverend Jim

The highest point in Belgium is 694 m. [Link](http://en.wikipedia.org/wiki/Signal_de_Botrange)

Member Avatar for John_smith
10
21K
Member Avatar for Daron_1

I guess Google is your friend here. [Example](https://beginnersbook.com/2014/07/hashtable-in-java-with-example/).

Member Avatar for Icetutor
0
401
Member Avatar for ddanbe

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 …

Member Avatar for JamesCherrill
1
2K
Member Avatar for oanahmed

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 …

Member Avatar for dianaaadams
2
1K
Member Avatar for Dragomir_1

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.

Member Avatar for Neaj
0
1K
Member Avatar for vegaseat

@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....

Member Avatar for amir_19
3
24K
Member Avatar for phoenix_dwarf

Very nice code Ryshad! You only should swap line 9 and 10 otherwise f is used before it is defined.

Member Avatar for Sairoj
0
2K
Member Avatar for Reverend Jim

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 …

Member Avatar for Reverend Jim
1
6K
Member Avatar for xuexue

Have a look at the [alignment](http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcellstyle.alignment(v=vs.110).aspx) property

Member Avatar for Mauro Galati
1
4K
Member Avatar for ddanbe

Why is it that C# disappeared from the Programming menu? Something to do with upcoming changes?

Member Avatar for Dani
0
2K
Member Avatar for overwraith

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.

Member Avatar for overwraith
0
754
Member Avatar for Isaiah_4
Member Avatar for Petcheco

Change line 73. Here I would definitely opt for `Is_Palindrome = Product == Reversed_Number;` and remove the `Check_if_Number_is_a_Palindrome` function.

Member Avatar for memson
0
416
Member Avatar for Reverend Jim
Member Avatar for Reverend Jim
1
2K
Member Avatar for ddanbe

Sometimes you have long processes and you even want display them up to the millisecond. Here is a way to do it.

0
1K
Member Avatar for JamesCherrill

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 …

Member Avatar for rproffitt
2
907
Member Avatar for jjones0150

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.

Member Avatar for Dani
0
3K
Member Avatar for Shaun_10

It means your calculation of LastRow is wrong. What is the value of it? And please try to do something about your indentation.

Member Avatar for ddanbe
0
774
Member Avatar for Reverend Jim

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.

Member Avatar for ddanbe
1
494
Member Avatar for nitin1

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.

Member Avatar for ddanbe
0
5K
Member Avatar for abdelhakeem

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?

Member Avatar for rproffitt
2
1K
Member Avatar for Steve_43

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.

Member Avatar for Steve_43
0
340
Member Avatar for Reverend Jim

Over here(Belgium) we have a technology called 'undertitling'. So even when it is muted we still can follow the dialog.

Member Avatar for Reverend Jim
0
489
Member Avatar for batoolhussain

Did you ever publish your application? You can find the option under the Build menu.

Member Avatar for KushMishra
0
423
Member Avatar for Reverend Jim

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 …

Member Avatar for alan.davies
0
3K
Member Avatar for Reverend Jim

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?

Member Avatar for Reverend Jim
1
3K
Member Avatar for dev01

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#.

Member Avatar for pty
0
3K
Member Avatar for dongtrien

Have a look at [this article](https://msdn.microsoft.com/en-us/library/system.windows.forms.form.topmost(v=vs.110).aspx).

Member Avatar for ddanbe
0
299
Member Avatar for scheppy

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.

Member Avatar for JamesCherrill
0
772
Member Avatar for dongtrien
Member Avatar for rproffitt
Member Avatar for Julius_5
1
4K

The End.