Click here to Skip to main content
15,913,467 members
Home / Discussions / C#
   

C#

 
QuestionMotorola S-Record file to Binary file Pin
-=gix=-27-Mar-07 2:02
-=gix=-27-Mar-07 2:02 
AnswerRe: Motorola S-Record file to Binary file Pin
Colin Angus Mackay27-Mar-07 2:25
Colin Angus Mackay27-Mar-07 2:25 
GeneralRe: Motorola S-Record file to Binary file Pin
-=gix=-27-Mar-07 3:10
-=gix=-27-Mar-07 3:10 
GeneralRe: Motorola S-Record file to Binary file Pin
Colin Angus Mackay27-Mar-07 12:35
Colin Angus Mackay27-Mar-07 12:35 
GeneralRe: Motorola S-Record file to Binary file Pin
-=gix=-29-Mar-07 20:11
-=gix=-29-Mar-07 20:11 
QuestionSharing a folder with users programmatically Pin
wasife27-Mar-07 1:23
wasife27-Mar-07 1:23 
QuestionConsole the text that user keyin in text box to another window form . Pin
krajah1027-Mar-07 0:06
krajah1027-Mar-07 0:06 
AnswerRe: Console the text that user keyin in text box to another window form . Pin
Colin Angus Mackay27-Mar-07 0:37
Colin Angus Mackay27-Mar-07 0:37 
QuestionRead password from text file and compare with user textbox input Pin
krajah1026-Mar-07 23:56
krajah1026-Mar-07 23:56 
AnswerRe: Read password from text file and compare with user textbox input Pin
Balaji Prabu AL27-Mar-07 1:06
Balaji Prabu AL27-Mar-07 1:06 
GeneralRe: Read password from text file and compare with user textbox input Pin
krajah1027-Mar-07 4:34
krajah1027-Mar-07 4:34 
QuestionRe: Read password from text file and compare with user textbox input Pin
Balaji Prabu AL27-Mar-07 6:44
Balaji Prabu AL27-Mar-07 6:44 
AnswerRe: Read password from text file and compare with user textbox input Pin
krajah1027-Mar-07 21:59
krajah1027-Mar-07 21:59 
GeneralRe: Read password from text file and compare with user textbox input Pin
ak2029-Aug-09 21:21
ak2029-Aug-09 21:21 
QuestionCOM interoperability Pin
ThetaClear26-Mar-07 23:51
ThetaClear26-Mar-07 23:51 
AnswerRe: COM interoperability Pin
ThetaClear27-Mar-07 23:04
ThetaClear27-Mar-07 23:04 
QuestionMaking COM+ Application. Pin
Vlad~26-Mar-07 23:50
Vlad~26-Mar-07 23:50 
QuestionReport viewer Pin
kalyan_241626-Mar-07 23:47
kalyan_241626-Mar-07 23:47 
Questionproblem with WindowService and InternetExplorer Object Pin
Amit Agarrwal26-Mar-07 23:46
Amit Agarrwal26-Mar-07 23:46 
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

QuestionHow to use C# syntax in RDL report expressions Pin
AndrusM26-Mar-07 23:15
AndrusM26-Mar-07 23:15 
QuestionIn case of web service, a remote call is required for a dynamically loaded assembly Pin
2508197426-Mar-07 23:02
2508197426-Mar-07 23:02 
Questioncustom url handler in MS Word Pin
kamPooh26-Mar-07 22:55
kamPooh26-Mar-07 22:55 
Questionsize requested in a EM_GETLINE Pin
manustone26-Mar-07 22:28
manustone26-Mar-07 22:28 
AnswerRe: size requested in a EM_GETLINE Pin
Christian Graus27-Mar-07 2:26
protectorChristian Graus27-Mar-07 2:26 
QuestionExporting Data from Windows form to MSExcel Pin
seemadavid26-Mar-07 21:18
seemadavid26-Mar-07 21:18 

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.