Click here to Skip to main content
15,895,538 members
Home / Discussions / C#
   

C#

 
QuestionC# calling a webpage issues , whilst same URL works in FireFox Pin
Hyperionza7-Nov-08 9:59
Hyperionza7-Nov-08 9:59 
AnswerRe: C# calling a webpage issues , whilst same URL works in FireFox Pin
Guffa7-Nov-08 11:16
Guffa7-Nov-08 11:16 
GeneralRe: C# calling a webpage issues , whilst same URL works in FireFox Pin
Hyperionza7-Nov-08 21:58
Hyperionza7-Nov-08 21:58 
GeneralRe: C# calling a webpage issues , whilst same URL works in FireFox Pin
sph3rex8-Nov-08 6:20
sph3rex8-Nov-08 6:20 
GeneralRe: C# calling a webpage issues , whilst same URL works in FireFox Pin
Hyperionza8-Nov-08 23:38
Hyperionza8-Nov-08 23:38 
QuestionHow to change Group Header Font in Crystal Report Left Most Group Tree? Pin
majidbhutta7-Nov-08 7:32
majidbhutta7-Nov-08 7:32 
Questionmicrosoft loading problem Pin
netJP12L7-Nov-08 7:06
netJP12L7-Nov-08 7:06 
AnswerRe: microsoft loading problem Pin
sph3rex8-Nov-08 6:12
sph3rex8-Nov-08 6:12 
Since you have a message box only where ReadyState = Complete it should be obvious that there might be something that went wrong from time to time ... like a server time out, or your ISP playing mind games with you or any other reason. U should check for all possible states of ReadyState to see if there is some error in the middle ... to have a better preview of what is going wrong you could use the WebRequest class to get the content of the page and then loading it to the Webbrowser control using WebBrowser.DocumentStream property.
QuestionDetect which process is accessing a file Pin
Aram Azhari7-Nov-08 6:00
Aram Azhari7-Nov-08 6:00 
AnswerRe: Detect which process is accessing a file Pin
Giorgi Dalakishvili7-Nov-08 6:34
mentorGiorgi Dalakishvili7-Nov-08 6:34 
Questionhash value of user password from Domain Pin
Member 31961327-Nov-08 5:11
Member 31961327-Nov-08 5:11 
AnswerRe: hash value of user password from Domain Pin
Dave Kreskowiak7-Nov-08 7:33
mveDave Kreskowiak7-Nov-08 7:33 
AnswerRe: hash value of user password from Domain Pin
Dan Neely7-Nov-08 10:26
Dan Neely7-Nov-08 10:26 
Questioncalling C# code from SQL Server procedure. Pin
pankazmittal7-Nov-08 4:10
pankazmittal7-Nov-08 4:10 
AnswerRe: calling C# code from SQL Server procedure. Pin
Simon P Stevens7-Nov-08 4:33
Simon P Stevens7-Nov-08 4:33 
AnswerRe: calling C# code from SQL Server procedure. Pin
Guffa7-Nov-08 11:37
Guffa7-Nov-08 11:37 
AnswerRe: calling C# code from SQL Server procedure. Pin
Atif Shahbaz8-Nov-08 6:18
Atif Shahbaz8-Nov-08 6:18 
QuestionCopying an object instance instead of a reference [modified] Pin
Ankit Rajpoot7-Nov-08 3:54
Ankit Rajpoot7-Nov-08 3:54 
AnswerRe: Copying an object instance instead of a reference Pin
J a a n s7-Nov-08 4:01
professionalJ a a n s7-Nov-08 4:01 
GeneralRe: Copying an object instance instead of a reference Pin
Simon P Stevens7-Nov-08 4:26
Simon P Stevens7-Nov-08 4:26 
AnswerRe: Copying an object instance instead of a reference Pin
J4amieC7-Nov-08 4:06
J4amieC7-Nov-08 4:06 
GeneralRe: Copying an object instance instead of a reference Pin
Ankit Rajpoot7-Nov-08 4:16
Ankit Rajpoot7-Nov-08 4:16 
GeneralRe: Copying an object instance instead of a reference Pin
Simon P Stevens7-Nov-08 4:38
Simon P Stevens7-Nov-08 4:38 
GeneralRe: Copying an object instance instead of a reference Pin
Ankit Rajpoot7-Nov-08 5:08
Ankit Rajpoot7-Nov-08 5:08 
AnswerRe: Copying an object instance instead of a reference Pin
Dave Kreskowiak7-Nov-08 4:10
mveDave Kreskowiak7-Nov-08 4:10 

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.