Click here to Skip to main content
15,881,757 members
Home / Discussions / C#
   

C#

 
GeneralRe: (winforms) making a window unselectable Pin
ruanr28-Jun-07 22:44
ruanr28-Jun-07 22:44 
GeneralRe: (winforms) making a window unselectable Pin
ruanr29-Jun-07 0:14
ruanr29-Jun-07 0:14 
GeneralRe: (winforms) making a window unselectable Pin
Urs Enzler29-Jun-07 0:24
Urs Enzler29-Jun-07 0:24 
GeneralRe: (winforms) making a window unselectable Pin
ruanr28-Jun-07 22:29
ruanr28-Jun-07 22:29 
QuestionGetting the status of windows time service Pin
M. J. Jaya Chitra28-Jun-07 20:27
M. J. Jaya Chitra28-Jun-07 20:27 
QuestionSetting the "Address" of INternet Explorer through C# Pin
Abhi210428-Jun-07 19:31
Abhi210428-Jun-07 19:31 
AnswerRe: Setting the "Address" of INternet Explorer through C# Pin
I.explore.code28-Jun-07 19:57
I.explore.code28-Jun-07 19:57 
GeneralRe: Setting the "Address" of INternet Explorer through C# Pin
Mark Greenwood28-Jun-07 20:19
Mark Greenwood28-Jun-07 20:19 
Better than that you can actually do the following

<br />
Process pr = new Process();<br />
            pr.StartInfo = new ProcessStartInfo("http://www.google.com");<br />
            pr.Start();<br />


If IE is set up to handle HTTP items then it will actually open and automatically direct you to google....
AnswerRe: Setting the "Address" of INternet Explorer through C# Pin
jason_mf28-Jun-07 20:19
jason_mf28-Jun-07 20:19 
AnswerRe: Setting the &amp;quot;Address&amp;quot; of INternet Explorer through C# Pin
Shyam K Pananghat28-Jun-07 20:22
Shyam K Pananghat28-Jun-07 20:22 
GeneralRe: Setting the &amp;quot;Address&amp;quot; of INternet Explorer through C# Pin
Abhi210428-Jun-07 20:57
Abhi210428-Jun-07 20:57 
AnswerRe: Setting the "Address" of INternet Explorer through C# Pin
Abhi210428-Jun-07 20:53
Abhi210428-Jun-07 20:53 
QuestionCrystal Report problem Pin
phantanagu28-Jun-07 17:27
phantanagu28-Jun-07 17:27 
QuestionHow many iamges can ImageList contain? Pin
jason_mf28-Jun-07 16:35
jason_mf28-Jun-07 16:35 
AnswerRe: How many iamges can ImageList contain? Pin
Martin#28-Jun-07 19:54
Martin#28-Jun-07 19:54 
AnswerRe: How many iamges can ImageList contain? Pin
Vikram A Punathambekar28-Jun-07 21:24
Vikram A Punathambekar28-Jun-07 21:24 
Questionpriority on background threads Pin
urbane.tiger28-Jun-07 16:23
urbane.tiger28-Jun-07 16:23 
AnswerRe: priority on background threads Pin
Jimmanuel29-Jun-07 0:58
Jimmanuel29-Jun-07 0:58 
GeneralRe: priority on background threads Pin
urbane.tiger4-Jul-07 21:31
urbane.tiger4-Jul-07 21:31 
QuestionC# How to display a PDF file from Windows app? Pin
mperazac28-Jun-07 16:04
mperazac28-Jun-07 16:04 
AnswerRe: C# How to display a PDF file from Windows app? Pin
Vikram A Punathambekar28-Jun-07 17:53
Vikram A Punathambekar28-Jun-07 17:53 
AnswerRe: C# How to display a PDF file from Windows app? Pin
Albu Marius28-Jun-07 21:53
Albu Marius28-Jun-07 21:53 
AnswerRe: C# How to display a PDF file from Windows app? Pin
Giorgi Dalakishvili28-Jun-07 23:40
mentorGiorgi Dalakishvili28-Jun-07 23:40 
GeneralRe: C# How to display a PDF file from Windows app? Pin
mperazac29-Jun-07 7:39
mperazac29-Jun-07 7:39 
GeneralRe: C# How to display a PDF file from Windows app? Pin
Giorgi Dalakishvili1-Jul-07 20:29
mentorGiorgi Dalakishvili1-Jul-07 20:29 

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.