Click here to Skip to main content
16,005,120 members
Home / Discussions / C#
   

C#

 
AnswerRe: User Instance Headache : SQL Server 2005 Express Pin
Chemisus10-May-06 18:18
Chemisus10-May-06 18:18 
QuestionHow to get menubar in Grey Color using C#? Pin
irumamir10-May-06 12:09
irumamir10-May-06 12:09 
AnswerRe: How to get menubar in Grey Color using C#? Pin
Paul Conrad10-May-06 15:38
professionalPaul Conrad10-May-06 15:38 
GeneralRe: How to get menubar in Grey Color using C#? Pin
irumamir10-May-06 15:44
irumamir10-May-06 15:44 
GeneralRe: How to get menubar in Grey Color using C#? Pin
Paul Conrad10-May-06 17:14
professionalPaul Conrad10-May-06 17:14 
GeneralRe: How to get menubar in Grey Color using C#? Pin
irumamir10-May-06 18:21
irumamir10-May-06 18:21 
GeneralRe: How to get menubar in Grey Color using C#? Pin
Paul Conrad10-May-06 19:29
professionalPaul Conrad10-May-06 19:29 
QuestionAutomated login Pin
indimu10-May-06 10:38
indimu10-May-06 10:38 
I'm using the webbrowser control to login. How can I programmatically click on the login button if I don't know the name of the button.

<br />
<br />
HTMLDocument myDoc = new HTMLDocumentClass();<br />
myDoc = (mshtml.HTMLDocumentClass)wBrowser.Document;<br />
<br />
HTMLInputElement txtUser = (HTMLInputElement) myDoc.all.item("username", 0);<br />
HTMLInputElement txtPass = (HTMLInputElement) myDoc.all.item("password", 0);					<br />
txtUser.value = "ausername";<br />
txtPass.value = "apassword"; <br />
<br />


The login button has no name, so I don't know how to access it. Any idea?
Questionhow add a [property] as dialogbox Pin
Susuko10-May-06 10:36
Susuko10-May-06 10:36 
AnswerRe: how add a [property] as dialogbox Pin
Office Lineman10-May-06 11:48
Office Lineman10-May-06 11:48 
GeneralRe: how add a [property] as dialogbox Pin
Susuko12-May-06 11:38
Susuko12-May-06 11:38 
Questionagain:Speech sdk 5.1 Pin
TheEagle10-May-06 10:03
TheEagle10-May-06 10:03 
QuestionPainting and saving a PictureBox Pin
anderslundsgard10-May-06 9:06
anderslundsgard10-May-06 9:06 
AnswerRe: Painting and saving a PictureBox Pin
Josh Smith10-May-06 9:56
Josh Smith10-May-06 9:56 
QuestionImport design patterns in C# solutions Pin
kumar.bs10-May-06 8:56
kumar.bs10-May-06 8:56 
AnswerRe: Import design patterns in C# solutions Pin
led mike10-May-06 17:33
led mike10-May-06 17:33 
GeneralRe: Import design patterns in C# solutions Pin
kumar.bs10-May-06 17:56
kumar.bs10-May-06 17:56 
GeneralRe: Import design patterns in C# solutions Pin
led mike10-May-06 18:13
led mike10-May-06 18:13 
GeneralRe: Import design patterns in C# solutions Pin
kumar.bs10-May-06 18:18
kumar.bs10-May-06 18:18 
GeneralRe: Import design patterns in C# solutions Pin
led mike10-May-06 18:49
led mike10-May-06 18:49 
Questionhow does draw inside a textbox? Pin
Susuko10-May-06 8:44
Susuko10-May-06 8:44 
AnswerRe: how does draw inside a textbox? Pin
alexey N10-May-06 17:42
alexey N10-May-06 17:42 
GeneralRe: how does draw inside a textbox? Pin
Sasuko10-May-06 22:58
Sasuko10-May-06 22:58 
GeneralRe: how does draw inside a textbox? Pin
alexey N10-May-06 23:56
alexey N10-May-06 23:56 
QuestionListView scrollbars always required to be visible Pin
desperate for listview solution10-May-06 8:22
desperate for listview solution10-May-06 8:22 

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.