Click here to Skip to main content
15,867,568 members

Articles by Simon_Whale (Tip/Tricks: 5)

Tip/Tricks: 5

RSS Feed

Average article rating:

No articles have been posted.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.66

Programming Languages
C#
6 Mar 2014   Updated: 6 Mar 2014   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 14,383     Bookmarked: 8   Downloaded: 0
Please Sign up or sign in to vote.
Highlighting a row with a mouseover event of the DataGridView in Winforms.
23 Oct 2013   Updated: 23 Oct 2013   Rating: 4.97/5    Votes: 14   Popularity: 5.69
Licence: CPOL    Views: 59,215     Bookmarked: 11   Downloaded: 0
Please Sign up or sign in to vote.
Two ways to double buffer a DataGridView
Visual Basic
14 Jul 2010   Updated: 14 Jul 2010   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 80,112     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
imports system.iodim Filename as string = "C:\Users\Sony\Desktop\Readme.txt"dim FileInfo as new fileinfo(filename)'this gets the filename and extension e.g. readme.txtmessagebox.show (Fileinfo.name)'this gets the extensionmessagebox.show (Fileinfo.extension)'this gets the...
17 Feb 2012   Updated: 17 Feb 2012   Rating: 4.33/5    Votes: 2   Popularity: 1.30
Licence: CPOL    Views: 8,061     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
This is purely a VB.NET version of what Griff posted Public Const CS_NOCLOSE As Integer = &H200 Protected Overrides ReadOnly Property CreateParams() As System.Windows.Forms.CreateParams Get Dim params As CreateParams = MyBase.CreateParams ...
Visual Basic 10
24 May 2011   Updated: 25 May 2011   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 6,090     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
why not just create a custom handler for all the textboxes? addhandler textbox1.textchanged, addressof textchangedhandler addhandler textbox2.textchanged, addressof textchangedhandler .... 'add additional textbox handlers .... addhandler textbox7.textchanged, addressof...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer (Senior)
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.