form-load
why the event: comboBox_SelectedIndexChanged get trigered at form_load event?
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[详细]
2023-03-30 00:12 分类:问答How to stop a form from loading in c# windows forms
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[详细]
2023-03-05 08:19 分类:问答How can I perform an Alt key press while my application is loading?
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-[详细]
2023-02-27 01:48 分类:问答Form1_Load not firing even after adding handler
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[详细]
2023-02-15 01:26 分类:问答How can I synchronise two datatables and update the target in the database?
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[详细]
2022-12-27 15:10 分类:问答