Click here to Skip to main content
15,914,111 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionProblem with Window Service and InternetExplorerClass Object Pin
Amit Agarrwal26-Mar-07 23:45
Amit Agarrwal26-Mar-07 23:45 
hello,

i have made a window service for my some xyz purpose and its working fine.but the problem is that

InternetExplorerClass IE = new InternetExplorerClass();<br />
IE.Visible = true;<br />
IE.DocumentComplete += new DWebBrowserEvents2_DocumentCompleteEventHandler(IE_DocumentComplete);<br />
isDocumentComplete = false;<br />
object empty = "";<br />
IE.Navigate("www.google.com", ref empty, ref empty, ref empty, ref empty);


when i'm using this Code with Window Service this code is not working even IE.navigate function is not navigating the site or not openning the IE browser..while when i use use this code with simple asp.net with c# project
its working fine.

suggestion are most welcome.
thanks and regards

Amit Agarwal








Dotnet

AnswerRe: Problem with Window Service and InternetExplorerClass Object Pin
Marcus J. Smith27-Mar-07 2:51
professionalMarcus J. Smith27-Mar-07 2:51 
GeneralRe: Problem with Window Service and InternetExplorerClass Object Pin
Amit Agarrwal1-Apr-07 5:21
Amit Agarrwal1-Apr-07 5:21 
QuestionAnybody worked on install/uninstall windows service? Pin
NanaAM26-Mar-07 22:16
NanaAM26-Mar-07 22:16 
AnswerRe: Anybody worked on install/uninstall windows service? Pin
kubben27-Mar-07 2:57
kubben27-Mar-07 2:57 
GeneralRe: Anybody worked on install/uninstall windows service? Pin
Scott Dorman27-Mar-07 19:14
professionalScott Dorman27-Mar-07 19:14 
QuestionI AM NEW USER OF THIS FORUM.PLEASE HELP ME HOW CAN MADE CALCULATOR APPLICATION IN C#.NET WINDOWS APPLICATION? Pin
mohammedali200626-Mar-07 7:51
mohammedali200626-Mar-07 7:51 
AnswerRe: I AM NEW USER OF THIS FORUM.PLEASE HELP ME HOW CAN MADE CALCULATOR APPLICATION IN C#.NET WINDOWS APPLICATION? Pin
led mike26-Mar-07 8:13
led mike26-Mar-07 8:13 
AnswerRe: I AM NEW USER OF THIS FORUM.PLEASE HELP ME HOW CAN MADE CALCULATOR APPLICATION IN C#.NET WINDOWS APPLICATION? Pin
Christian Graus26-Mar-07 8:47
protectorChristian Graus26-Mar-07 8:47 
QuestionWindows service to watch a directory Pin
adnanrafiq26-Mar-07 7:48
adnanrafiq26-Mar-07 7:48 
GeneralRe: Windows service to watch a directory Pin
adnanrafiq26-Mar-07 9:55
adnanrafiq26-Mar-07 9:55 
GeneralRe: Windows service to watch a directory Pin
Marcus J. Smith26-Mar-07 10:15
professionalMarcus J. Smith26-Mar-07 10:15 
QuestionDockable forms Pin
sinosoidal23-Mar-07 4:38
sinosoidal23-Mar-07 4:38 
AnswerRe: Dockable forms Pin
Christian Graus23-Mar-07 4:41
protectorChristian Graus23-Mar-07 4:41 
GeneralRe: Dockable forms Pin
sinosoidal23-Mar-07 4:56
sinosoidal23-Mar-07 4:56 
GeneralRe: Dockable forms Pin
Pete O'Hanlon23-Mar-07 5:02
mvePete O'Hanlon23-Mar-07 5:02 
GeneralRe: Dockable forms Pin
led mike23-Mar-07 5:02
led mike23-Mar-07 5:02 
GeneralRe: Dockable forms Pin
sinosoidal23-Mar-07 5:08
sinosoidal23-Mar-07 5:08 
AnswerRe: Dockable forms Pin
Navneet Hegde26-Mar-07 1:54
Navneet Hegde26-Mar-07 1:54 
QuestionHow can I start an app with window hidden? Pin
FinishedOnTime23-Mar-07 2:47
FinishedOnTime23-Mar-07 2:47 
AnswerRe: How can I start an app with window hidden? Pin
Pete O'Hanlon23-Mar-07 4:00
mvePete O'Hanlon23-Mar-07 4:00 
GeneralRe: How can I start an app with window hidden? Pin
FinishedOnTime23-Mar-07 6:25
FinishedOnTime23-Mar-07 6:25 
GeneralRe: How can I start an app with window hidden? Pin
Pete O'Hanlon25-Mar-07 10:53
mvePete O'Hanlon25-Mar-07 10:53 
QuestionHelp me Pin
Member 395361323-Mar-07 1:23
Member 395361323-Mar-07 1:23 
AnswerRe: Help me Pin
Pete O'Hanlon23-Mar-07 1:43
mvePete O'Hanlon23-Mar-07 1:43 

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.