Click here to Skip to main content
15,890,438 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: ADO Delimiters: Space and Tab Pin
RCoate2-Dec-09 20:13
RCoate2-Dec-09 20:13 
GeneralRe: ADO Delimiters: Space and Tab Pin
T21022-Dec-09 20:49
T21022-Dec-09 20:49 
QuestionSave Variable Values to a file and start another application when unhandled error occurs Pin
Mehdi Ghiasi2-Dec-09 2:51
Mehdi Ghiasi2-Dec-09 2:51 
AnswerRe: Save Variable Values to a file and start another application when unhandled error occurs Pin
Eddy Vluggen2-Dec-09 3:29
professionalEddy Vluggen2-Dec-09 3:29 
GeneralRe: Save Variable Values to a file and start another application when unhandled error occurs Pin
Mehdi Ghiasi2-Dec-09 3:33
Mehdi Ghiasi2-Dec-09 3:33 
GeneralRe: Save Variable Values to a file and start another application when unhandled error occurs Pin
Eddy Vluggen2-Dec-09 4:11
professionalEddy Vluggen2-Dec-09 4:11 
GeneralRe: Save Variable Values to a file and start another application when unhandled error occurs Pin
Mehdi Ghiasi2-Dec-09 4:38
Mehdi Ghiasi2-Dec-09 4:38 
GeneralRe: Save Variable Values to a file and start another application when unhandled error occurs Pin
Eddy Vluggen2-Dec-09 5:27
professionalEddy Vluggen2-Dec-09 5:27 
It's under the System namespace. You can call it like this;
System.Diagnostics.Process.Start(@"c:\Them_Variables_Be_Here.txt")
That would open the file in the application that's associated with text-files, which defaults to Notepad. A more elaborate example can be found on MSDN[^].

Enjoy Smile | :)

I are Troll Suspicious | :suss:

QuestionHow to create a form that is modal to the desktop? Pin
dileep20091-Dec-09 1:27
dileep20091-Dec-09 1:27 
AnswerRe: How to create a form that is modal to the desktop? Pin
Dave Kreskowiak1-Dec-09 4:37
mveDave Kreskowiak1-Dec-09 4:37 
GeneralRe: How to create a form that is modal to the desktop? Pin
dileep20091-Dec-09 4:42
dileep20091-Dec-09 4:42 
GeneralRe: How to create a form that is modal to the desktop? Pin
Dave Kreskowiak1-Dec-09 4:56
mveDave Kreskowiak1-Dec-09 4:56 
GeneralRe: How to create a form that is modal to the desktop? Pin
dileep20091-Dec-09 5:23
dileep20091-Dec-09 5:23 
GeneralRe: How to create a form that is modal to the desktop? Pin
Dave Kreskowiak1-Dec-09 5:36
mveDave Kreskowiak1-Dec-09 5:36 
GeneralRe: How to create a form that is modal to the desktop? Pin
dileep20091-Dec-09 21:51
dileep20091-Dec-09 21:51 
GeneralRe: How to create a form that is modal to the desktop? Pin
Dave Kreskowiak2-Dec-09 0:55
mveDave Kreskowiak2-Dec-09 0:55 
GeneralRe: How to create a form that is modal to the desktop? Pin
dileep20092-Dec-09 1:04
dileep20092-Dec-09 1:04 
GeneralRe: How to create a form that is modal to the desktop? Pin
Dave Kreskowiak2-Dec-09 1:19
mveDave Kreskowiak2-Dec-09 1:19 
GeneralRe: How to create a form that is modal to the desktop? Pin
Eddy Vluggen1-Dec-09 7:23
professionalEddy Vluggen1-Dec-09 7:23 
GeneralRe: How to create a form that is modal to the desktop? Pin
dileep20091-Dec-09 21:44
dileep20091-Dec-09 21:44 
GeneralRe: How to create a form that is modal to the desktop? Pin
Eddy Vluggen2-Dec-09 0:48
professionalEddy Vluggen2-Dec-09 0:48 
GeneralRe: How to create a form that is modal to the desktop? Pin
dileep20092-Dec-09 1:10
dileep20092-Dec-09 1:10 
GeneralRe: How to create a form that is modal to the desktop? Pin
Dave Kreskowiak2-Dec-09 1:20
mveDave Kreskowiak2-Dec-09 1:20 
GeneralRe: How to create a form that is modal to the desktop? Pin
dileep20092-Dec-09 3:33
dileep20092-Dec-09 3:33 
GeneralRe: How to create a form that is modal to the desktop? Pin
Eddy Vluggen2-Dec-09 4:19
professionalEddy Vluggen2-Dec-09 4:19 

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.