Welcome to Geekdojo Sign in | Join | Help

WinForms - C# (RSS)

WinForms - C#

ItemCheck event of Windows.Forms.CheckedListBox is a BEFORE event, not AFTER

Today I learnt a few things about the Windows.Forms.CheckedListBox, it happened that I was trying to get a comma separated string of the text of all the items that are checked in the CheckedListBox control. e.g. "Apple, Orange, Mango" Now this is not
posted by richardhsu | 2 Comments
Filed Under:

My WinForms App finally talking to WebServices at Brinkster.com

Two days ago, I completed and successfully deployed an application using Windows Forms as a client to web services on our site hosted with Brinster.com. Its a typical database app where information about people are entered online. I managed to get .Net
posted by richardhsu | 1 Comments
Filed Under:

Things I learnt today

Never put string literal values that is likely to change into the page code, put them into the Web.Config file instead, else you'll have hell of time recompiling the code, uploading the dll, for a little change in text.... Also split the project into