Click here to Skip to main content
15,919,341 members
Home / Discussions / C#
   

C#

 
GeneralRe: Cycle Through Bytes Of File Pin
James T. Johnson27-May-02 5:39
James T. Johnson27-May-02 5:39 
GeneralRe: Cycle Through Bytes Of File Pin
Nish Nishant27-May-02 14:47
sitebuilderNish Nishant27-May-02 14:47 
GeneralRe: Cycle Through Bytes Of File Pin
27-May-02 23:27
suss27-May-02 23:27 
GeneralHelp with peer to peer communication Pin
Brian Olej26-May-02 8:03
Brian Olej26-May-02 8:03 
GeneralRe: Help with peer to peer communication Pin
Rocky Moore26-May-02 22:17
Rocky Moore26-May-02 22:17 
GeneralRe: Help with peer to peer communication Pin
Eric Gunnerson (msft)28-May-02 9:05
Eric Gunnerson (msft)28-May-02 9:05 
GeneralFile I/O In C# Pin
Nick Parker26-May-02 5:10
protectorNick Parker26-May-02 5:10 
GeneralRe: File I/O In C# Pin
James T. Johnson26-May-02 5:31
James T. Johnson26-May-02 5:31 
System.Windows.Forms.Application.ExecutablePath tells you where the executable is located that started the application. You can also use the StartupPath property, they both appear to do the same thing.

System.Diagnostics.Debug class has lots of methods for you to use; there is also the System.Diagnostics.Trace class which I use more often for no justifiable reason Poke tongue | ;-P .

James

Simplicity Rules!
GeneralRe: File I/O In C# Pin
Nick Parker26-May-02 5:39
protectorNick Parker26-May-02 5:39 
GeneralMessenger API & C# Pin
Rocky Moore25-May-02 6:22
Rocky Moore25-May-02 6:22 
GeneralRe: Messenger API & C# Pin
Nish Nishant25-May-02 6:57
sitebuilderNish Nishant25-May-02 6:57 
GeneralRe: Messenger API & C# Pin
Rocky Moore25-May-02 12:41
Rocky Moore25-May-02 12:41 
GeneralRe: Messenger API & C# Pin
Nish Nishant25-May-02 15:33
sitebuilderNish Nishant25-May-02 15:33 
GeneralRe: Messenger API & C# Pin
SimonS25-May-02 10:25
SimonS25-May-02 10:25 
GeneralConsole in Windows Pin
24-May-02 13:46
suss24-May-02 13:46 
GeneralRe: Console in Windows Pin
zhoujun24-May-02 15:27
zhoujun24-May-02 15:27 
GeneralRe: Console in Windows Pin
Nish Nishant25-May-02 4:07
sitebuilderNish Nishant25-May-02 4:07 
GeneralRe: Console in Windows Pin
James T. Johnson25-May-02 4:18
James T. Johnson25-May-02 4:18 
GeneralRe: Console in Windows Pin
Nish Nishant25-May-02 6:58
sitebuilderNish Nishant25-May-02 6:58 
GeneralRe: Console in Windows Pin
Phil Bolduc27-May-02 13:51
Phil Bolduc27-May-02 13:51 
GeneralPreProcessMessage Pin
24-May-02 4:30
suss24-May-02 4:30 
GeneralRe: PreProcessMessage Pin
Joshua Nussbaum24-May-02 6:27
Joshua Nussbaum24-May-02 6:27 
GeneralCrystal Reports Not Working Pin
Gavin_Mannion24-May-02 3:55
Gavin_Mannion24-May-02 3:55 
GeneralMDIChild Activated() event not firing...... Pin
Pranoti24-May-02 1:45
Pranoti24-May-02 1:45 
GeneralRe: MDIChild Activated() event not firing...... Pin
Rocky Moore24-May-02 19:17
Rocky Moore24-May-02 19:17 

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.