When i load a form that contains a combobox, i noticed that the comboBox_SelectedIndexChanged event is triggered, but i don\'t want to use that event at form load, what do you propose to avoid this pr
I\'ve a windows form application where it ask the user to login before loading the entire form. If the user cancel the login then i\'ve to stop the form loading and quit the application. In cancel_Cli
how to perform alter key press at the time of form loading in vb.net winforms application? Means when the form\'s(devExpress\'s Xtraform) load event is executed that time alt key must be pressed pro-
It\'s been a long time since I\'ve dabbled with C#, but I\'m having a heck of a time getting my form_load to fire. This is the most simple thing I can\'t imagine why it won\'t fire! Any assistance wou
I am trying to synchronise two tables between two databases.I thought that the best way to do this would be to use the DataTable.Merge method.This seems to pick up the changes, but nothing ever gets c