Click here to Skip to main content
16,004,924 members
Home / Discussions / C#
   

C#

 
GeneralRe: Need help! Pin
Christian Graus20-Jan-07 10:44
protectorChristian Graus20-Jan-07 10:44 
AnswerRe: Need help! Pin
Ravi Bhavnani20-Jan-07 13:15
professionalRavi Bhavnani20-Jan-07 13:15 
AnswerRe: Need help! Pin
Frankww20-Jan-07 13:37
Frankww20-Jan-07 13:37 
GeneralRe: Need help! Pin
Ravi Bhavnani20-Jan-07 13:46
professionalRavi Bhavnani20-Jan-07 13:46 
GeneralRe: Need help! Pin
Frankww20-Jan-07 14:21
Frankww20-Jan-07 14:21 
GeneralRe: Need help! Pin
Ravi Bhavnani20-Jan-07 14:25
professionalRavi Bhavnani20-Jan-07 14:25 
GeneralRe: Need help! Pin
Frankww20-Jan-07 14:54
Frankww20-Jan-07 14:54 
GeneralRe: Need help! Pin
Ravi Bhavnani20-Jan-07 15:08
professionalRavi Bhavnani20-Jan-07 15:08 
Frankww wrote:
How to say in c# app:
textboxName.text=MyText // if textboxName is in the browser (even if browser is in the form)
i have from browser
input name=hl type=hidden value=en>

Here's a code snippet (untested, and with no error checking) that will hopefully point you in the right direction.
HtmlDocument doc = webBrowserCtrl.Document;
HtmlElement ele = doc.GetElementById ("q");
ele.InnerText = "MyText";
/ravi

This is your brain on Celcius
Home | Music | Articles | Freeware | Trips
ravib(at)ravib(dot)com

QuestionConvert C# to VB.Net Pin
mehrdadc4820-Jan-07 8:50
mehrdadc4820-Jan-07 8:50 
AnswerRe: Convert C# to VB.Net Pin
Ed.Poore20-Jan-07 9:41
Ed.Poore20-Jan-07 9:41 
AnswerRe: Convert C# to VB.Net Pin
Christian Graus20-Jan-07 10:19
protectorChristian Graus20-Jan-07 10:19 
AnswerRe: Convert C# to VB.Net Pin
tgrt20-Jan-07 12:47
tgrt20-Jan-07 12:47 
AnswerRe: Convert C# to VB.Net Pin
Dave Doknjas20-Jan-07 14:26
Dave Doknjas20-Jan-07 14:26 
Questiondynamic retrieval of available SQL Servers Pin
Rocky#20-Jan-07 6:05
Rocky#20-Jan-07 6:05 
AnswerRe: dynamic retrieval of available SQL Servers Pin
Rocky#20-Jan-07 6:37
Rocky#20-Jan-07 6:37 
AnswerRe: dynamic retrieval of available SQL Servers Pin
Ed.Poore20-Jan-07 9:43
Ed.Poore20-Jan-07 9:43 
GeneralRe: dynamic retrieval of available SQL Servers Pin
tgrt20-Jan-07 12:48
tgrt20-Jan-07 12:48 
GeneralRe: dynamic retrieval of available SQL Servers Pin
Ed.Poore20-Jan-07 12:58
Ed.Poore20-Jan-07 12:58 
Questionsetting the startup form in Windows Application Pin
Rocky#20-Jan-07 5:31
Rocky#20-Jan-07 5:31 
AnswerRe: setting the startup form in Windows Application Pin
Luc Pattyn20-Jan-07 6:50
sitebuilderLuc Pattyn20-Jan-07 6:50 
GeneralRe: setting the startup form in Windows Application Pin
Rocky#21-Jan-07 19:30
Rocky#21-Jan-07 19:30 
QuestionThread Problems Pin
Eddymvp20-Jan-07 4:59
Eddymvp20-Jan-07 4:59 
AnswerRe: Thread Problems Pin
Marc Clifton20-Jan-07 5:06
mvaMarc Clifton20-Jan-07 5:06 
AnswerRe: Thread Problems Pin
Guffa20-Jan-07 5:12
Guffa20-Jan-07 5:12 
AnswerRe: Thread Problems Pin
Luc Pattyn20-Jan-07 5:22
sitebuilderLuc Pattyn20-Jan-07 5: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.