Click here to Skip to main content
15,902,863 members
Home / Discussions / C#
   

C#

 
GeneralRe: Application Crashed! Pin
ASysSolvers26-Jun-08 7:54
ASysSolvers26-Jun-08 7:54 
GeneralRe: Application Crashed! Pin
Christian Graus26-Jun-08 12:38
protectorChristian Graus26-Jun-08 12:38 
AnswerRe: Application Crashed! Pin
Harvey Saayman26-Jun-08 1:10
Harvey Saayman26-Jun-08 1:10 
AnswerRe: Application Crashed! Pin
Thomas Stockwell27-Jun-08 4:43
professionalThomas Stockwell27-Jun-08 4:43 
QuestionChanging the layer of a control??? Pin
Harvey Saayman26-Jun-08 0:35
Harvey Saayman26-Jun-08 0:35 
AnswerRe: Changing the layer of a control??? Pin
dan!sh 26-Jun-08 0:43
professional dan!sh 26-Jun-08 0:43 
GeneralRe: Changing the layer of a control??? Pin
Harvey Saayman26-Jun-08 0:46
Harvey Saayman26-Jun-08 0:46 
QuestionSHDocVw.InternetExplorer & SHDocVw.ShellWindows Pin
miauwmiauwmiauw26-Jun-08 0:33
miauwmiauwmiauw26-Jun-08 0:33 
Hi !

I'm trying to open internet explorer and show a web page on it .
I also want to post some data to the web page.
My problem is that I don't want to reopen a new web browser for the same URL. I want to reuse the same web browser and post some data to that url again.
I tried to use SHDocVw.InternetExplorer and SHDocVw.ShellWindows.
This is what i can do so far.

SHDocVw.InternetExplorer ie = new SHDocVw.InternetExplorer();
ie.Visible = false;
ie.Navigate2(ref vUrl, ref vFlags, ref vTargetFrame, ref vPost, ref vHeaders);

Is there anybody can help me ?

Thanks
AnswerRe: SHDocVw.InternetExplorer & SHDocVw.ShellWindows Pin
Mbah Dhaim26-Jun-08 0:55
Mbah Dhaim26-Jun-08 0:55 
GeneralRe: SHDocVw.InternetExplorer & SHDocVw.ShellWindows Pin
miauwmiauwmiauw26-Jun-08 15:29
miauwmiauwmiauw26-Jun-08 15:29 
Questioncrysta report Pin
cse.vidhya26-Jun-08 0:08
cse.vidhya26-Jun-08 0:08 
AnswerRe: crysta report Pin
karthi8426-Jun-08 3:26
karthi8426-Jun-08 3:26 
Questionnot catching my exception Pin
blakey40425-Jun-08 23:31
blakey40425-Jun-08 23:31 
AnswerRe: not catching my exception Pin
Christian Graus25-Jun-08 23:33
protectorChristian Graus25-Jun-08 23:33 
GeneralRe: not catching my exception Pin
blakey40425-Jun-08 23:47
blakey40425-Jun-08 23:47 
GeneralRe: not catching my exception Pin
blakey40426-Jun-08 1:58
blakey40426-Jun-08 1:58 
GeneralRe: not catching my exception Pin
Pete O'Hanlon26-Jun-08 10:00
mvePete O'Hanlon26-Jun-08 10:00 
AnswerRe: not catching my exception Pin
leppie25-Jun-08 23:44
leppie25-Jun-08 23:44 
GeneralRe: not catching my exception Pin
blakey40425-Jun-08 23:49
blakey40425-Jun-08 23:49 
GeneralRe: not catching my exception Pin
leppie26-Jun-08 2:19
leppie26-Jun-08 2:19 
GeneralRe: not catching my exception Pin
blakey40426-Jun-08 2:34
blakey40426-Jun-08 2:34 
GeneralRe: not catching my exception Pin
leppie26-Jun-08 4:35
leppie26-Jun-08 4:35 
AnswerRe: not catching my exception Pin
Harvey Saayman25-Jun-08 23:49
Harvey Saayman25-Jun-08 23:49 
GeneralRe: not catching my exception Pin
blakey40425-Jun-08 23:51
blakey40425-Jun-08 23:51 
GeneralRe: not catching my exception Pin
Harvey Saayman25-Jun-08 23:54
Harvey Saayman25-Jun-08 23:54 

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.