Click here to Skip to main content
15,902,114 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: Is it possible to modify InitializeComponent() safely? Pin
Colin Angus Mackay7-Apr-07 0:36
Colin Angus Mackay7-Apr-07 0:36 
GeneralRe: Is it possible to modify InitializeComponent() safely? Pin
SlingBlade8-Apr-07 0:41
SlingBlade8-Apr-07 0:41 
GeneralRe: Is it possible to modify InitializeComponent() safely? Pin
Colin Angus Mackay8-Apr-07 1:11
Colin Angus Mackay8-Apr-07 1:11 
GeneralRe: Is it possible to modify InitializeComponent() safely? Pin
SlingBlade9-Apr-07 6:33
SlingBlade9-Apr-07 6:33 
GeneralRe: Is it possible to modify InitializeComponent() safely? Pin
Colin Angus Mackay9-Apr-07 6:56
Colin Angus Mackay9-Apr-07 6:56 
GeneralRe: Is it possible to modify InitializeComponent() safely? Pin
SlingBlade9-Apr-07 7:23
SlingBlade9-Apr-07 7:23 
QuestionHow to push submit button from code behind? Pin
nikjoh5-Apr-07 2:27
nikjoh5-Apr-07 2:27 
AnswerRe: How to push submit button from code behind? Pin
kubben5-Apr-07 2:45
kubben5-Apr-07 2:45 
First you need to know what the id is of the button you want to click. Then you have to get the object type it correctly and do the .click() method for that type.

If you haven't already I would add a reference to the microsoft.mshtml.dll This will give you access to the mshtml namespace which has all of the objects you might want to use their types.

Ben
GeneralRe: How to push submit button from code behind? Pin
nikjoh5-Apr-07 4:49
nikjoh5-Apr-07 4:49 
QuestionHow to enable & disable USB ports from .NET applications? Pin
abyclassic4-Apr-07 21:20
abyclassic4-Apr-07 21:20 
AnswerRe: How to enable & disable USB ports from .NET applications? Pin
Dave Kreskowiak5-Apr-07 6:25
mveDave Kreskowiak5-Apr-07 6:25 
QuestionComboBox and DataSet binding Pin
gotdablues2-Apr-07 14:39
gotdablues2-Apr-07 14:39 
AnswerRe: ComboBox and DataSet binding Pin
kubben9-Apr-07 16:50
kubben9-Apr-07 16:50 
Questionhow do I lock a combo box but still allow the user to view the contents Pin
dove112-Apr-07 13:23
dove112-Apr-07 13:23 
AnswerRe: how do I lock a combo box but still allow the user to view the contents Pin
dove112-Apr-07 13:26
dove112-Apr-07 13:26 
GeneralRe: how do I lock a combo box but still allow the user to view the contents Pin
Tirthadip2-Apr-07 18:20
Tirthadip2-Apr-07 18:20 
GeneralRe: how do I lock a combo box but still allow the user to view the contents Pin
dove113-Apr-07 5:11
dove113-Apr-07 5:11 
GeneralRe: how do I lock a combo box but still allow the user to view the contents Pin
Tirthadip4-Apr-07 21:58
Tirthadip4-Apr-07 21:58 
GeneralRe: how do I lock a combo box but still allow the user to view the contents Pin
dove115-Apr-07 4:58
dove115-Apr-07 4:58 
Questioncheck mark not displaying when unbound boolean datagrid column is checked Pin
dove112-Apr-07 13:19
dove112-Apr-07 13:19 
AnswerRe: check mark not displaying when unbound boolean datagrid column is checked Pin
dove112-Apr-07 13:26
dove112-Apr-07 13:26 
QuestionSetup Project Pin
tantoun2-Apr-07 0:59
tantoun2-Apr-07 0:59 
AnswerRe: Setup Project Pin
Pete O'Hanlon2-Apr-07 1:16
mvePete O'Hanlon2-Apr-07 1:16 
GeneralRe: Setup Project Pin
tantoun5-Apr-07 2:41
tantoun5-Apr-07 2:41 
GeneralRe: Setup Project Pin
Pete O'Hanlon5-Apr-07 3:14
mvePete O'Hanlon5-Apr-07 3:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.