Click here to Skip to main content
15,914,322 members
Home / Discussions / C#
   

C#

 
QuestionHow to pass array of string or doubles between C# and Managed C++ Pin
devinzhang13-Dec-05 5:04
devinzhang13-Dec-05 5:04 
AnswerRe: How to pass array of string or doubles between C# and Managed C++ Pin
Koushik Biswas13-Dec-05 9:47
Koushik Biswas13-Dec-05 9:47 
GeneralRe: How to pass array of string or doubles between C# and Managed C++ Pin
devinzhang13-Dec-05 14:42
devinzhang13-Dec-05 14:42 
QuestionHow to get message from Queue? Pin
Rashid.Mahmood13-Dec-05 4:32
Rashid.Mahmood13-Dec-05 4:32 
AnswerRe: How to get message from Queue? Pin
Judah Gabriel Himango13-Dec-05 4:39
sponsorJudah Gabriel Himango13-Dec-05 4:39 
Answer[Message Deleted] Pin
Judah Gabriel Himango13-Dec-05 4:39
sponsorJudah Gabriel Himango13-Dec-05 4:39 
GeneralRe: How to get message from Queue? Pin
Rashid.Mahmood13-Dec-05 18:33
Rashid.Mahmood13-Dec-05 18:33 
GeneralWebBrowser and Console Applications Pin
S. Senthil Kumar13-Dec-05 4:32
S. Senthil Kumar13-Dec-05 4:32 
Does the WebBrowser control introduced in .NET 2.0 work fine with console applications? I'm facing problems doing something like
string x = "<HTML>abc</HTML>";
browser.DocumentText = x;

Unfortunately, x never gets set, browser.DocumentText always remains as <HTML> </HTML>

On a hunch, I tried doing an Application.DoEvents right after setting the DocumentText property and it worked. Does that mean there is no *easy* way to use the WebBrowser just for inspecting and manipulating the DOM tree?

Regards
Senthil
_____________________________
My Blog | My Articles | WinMacro
GeneralRe: WebBrowser and Console Applications Pin
Judah Gabriel Himango13-Dec-05 4:43
sponsorJudah Gabriel Himango13-Dec-05 4:43 
GeneralRe: WebBrowser and Console Applications Pin
S. Senthil Kumar15-Dec-05 5:01
S. Senthil Kumar15-Dec-05 5:01 
GeneralRe: WebBrowser and Console Applications Pin
Judah Gabriel Himango15-Dec-05 5:22
sponsorJudah Gabriel Himango15-Dec-05 5:22 
GeneralRe: WebBrowser and Console Applications Pin
Dave Kreskowiak13-Dec-05 6:50
mveDave Kreskowiak13-Dec-05 6:50 
GeneralRe: WebBrowser and Console Applications Pin
S. Senthil Kumar15-Dec-05 5:01
S. Senthil Kumar15-Dec-05 5:01 
QuestionWin32 CommTimeouts Pin
goldoche13-Dec-05 4:31
goldoche13-Dec-05 4:31 
Questionapp.config Pin
fmardani13-Dec-05 4:11
fmardani13-Dec-05 4:11 
AnswerRe: app.config Pin
Curtis Schlak.13-Dec-05 4:18
Curtis Schlak.13-Dec-05 4:18 
GeneralRe: app.config Pin
fmardani13-Dec-05 4:22
fmardani13-Dec-05 4:22 
GeneralRe: app.config Pin
Curtis Schlak.13-Dec-05 4:30
Curtis Schlak.13-Dec-05 4:30 
GeneralRe: app.config Pin
fmardani13-Dec-05 4:31
fmardani13-Dec-05 4:31 
GeneralRe: app.config Pin
Curtis Schlak.13-Dec-05 4:42
Curtis Schlak.13-Dec-05 4:42 
GeneralRe: app.config Pin
fmardani13-Dec-05 4:47
fmardani13-Dec-05 4:47 
GeneralRe: app.config Pin
Curtis Schlak.13-Dec-05 4:52
Curtis Schlak.13-Dec-05 4:52 
GeneralRe: app.config Pin
fmardani13-Dec-05 4:53
fmardani13-Dec-05 4:53 
GeneralRe: app.config Pin
Curtis Schlak.13-Dec-05 4:59
Curtis Schlak.13-Dec-05 4:59 
GeneralRe: app.config Pin
fmardani13-Dec-05 5:01
fmardani13-Dec-05 5:01 

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.