Click here to Skip to main content
15,891,567 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionWindows Forms book suggestions Pin
Mark J. Miller28-Mar-07 12:26
Mark J. Miller28-Mar-07 12:26 
AnswerRe: Windows Forms book suggestions Pin
Scott Dorman28-Mar-07 13:38
professionalScott Dorman28-Mar-07 13:38 
AnswerRe: Windows Forms book suggestions Pin
Richard Blythe29-Mar-07 6:52
Richard Blythe29-Mar-07 6:52 
Questionhow to create new control in window application in vb.net 2.0 Pin
bhushan thorat27-Mar-07 22:35
bhushan thorat27-Mar-07 22:35 
AnswerRe: how to create new control in window application in vb.net 2.0 Pin
Richard Blythe28-Mar-07 5:45
Richard Blythe28-Mar-07 5:45 
GeneralRe: how to create new control in window application in vb.net 2.0 Pin
bhushan thorat28-Mar-07 23:18
bhushan thorat28-Mar-07 23:18 
GeneralRe: how to create new control in window application in vb.net 2.0 Pin
Richard Blythe29-Mar-07 6:47
Richard Blythe29-Mar-07 6:47 
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 

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.