Click here to Skip to main content
15,918,211 members
Home / Discussions / C#
   

C#

 
QuestionFile/Directory Exists? Pin
tdciDoug15-Sep-04 9:56
tdciDoug15-Sep-04 9:56 
AnswerRe: File/Directory Exists? Pin
SandeepN15-Sep-04 10:24
SandeepN15-Sep-04 10:24 
GeneralRe: File/Directory Exists? Pin
tdciDoug15-Sep-04 10:36
tdciDoug15-Sep-04 10:36 
GeneralRe: File/Directory Exists? Pin
mav.northwind15-Sep-04 23:09
mav.northwind15-Sep-04 23:09 
GeneralUsing a application already open to display files Pin
smartyosu15-Sep-04 9:50
smartyosu15-Sep-04 9:50 
GeneralRe: Using a application already open to display files Pin
SandeepN15-Sep-04 10:47
SandeepN15-Sep-04 10:47 
GeneralRe: Using a application already open to display files Pin
smartyosu15-Sep-04 12:01
smartyosu15-Sep-04 12:01 
GeneralRe: Using a application already open to display files Pin
Heath Stewart15-Sep-04 14:22
protectorHeath Stewart15-Sep-04 14:22 
There is, and a simple search for single instance application[^] would return several results, including Single Instance Application in VB.NET[^], which should be easy enough to translate (it's mostly calls to the BCL).

You can also communicate with the first instance through .NET Remoting - the preferred method - or native RPC, named pipes, DDE, or many other ways (but those are all native, which requires extra code in order to call necessary APIs).

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles]
QuestionWhat does an end user need to run a C# 2005 beta compiled app? Pin
benjymous15-Sep-04 9:48
benjymous15-Sep-04 9:48 
AnswerRe: What does an end user need to run a C# 2005 beta compiled app? Pin
Nnamdi Onyeyiri15-Sep-04 10:28
Nnamdi Onyeyiri15-Sep-04 10:28 
GeneralFlash Movie on Forms Pin
Salman Taseer`15-Sep-04 9:46
Salman Taseer`15-Sep-04 9:46 
GeneralRe: Flash Movie on Forms Pin
Nnamdi Onyeyiri15-Sep-04 10:26
Nnamdi Onyeyiri15-Sep-04 10:26 
GeneralRe: Flash Movie on Forms Pin
eggie515-Sep-04 11:42
eggie515-Sep-04 11:42 
GeneralRe: Flash Movie on Forms Pin
Heath Stewart15-Sep-04 11:50
protectorHeath Stewart15-Sep-04 11:50 
GeneralExtract an ISO files to the local hard drive Pin
ntuyen0115-Sep-04 9:17
ntuyen0115-Sep-04 9:17 
GeneralRe: Extract an ISO files to the local hard drive Pin
Joe Woodbury15-Sep-04 14:17
professionalJoe Woodbury15-Sep-04 14:17 
Questionhow to build a web browser? Pin
DuyNguyen15-Sep-04 9:17
DuyNguyen15-Sep-04 9:17 
AnswerRe: how to build a web browser? Pin
Nnamdi Onyeyiri15-Sep-04 10:22
Nnamdi Onyeyiri15-Sep-04 10:22 
GeneralC# - Convert Bitmap object to byte[] Pin
theJazzyBrain15-Sep-04 8:45
theJazzyBrain15-Sep-04 8:45 
GeneralRe: C# - Convert Bitmap object to byte[] Pin
Grimolfr15-Sep-04 9:28
Grimolfr15-Sep-04 9:28 
GeneralRe: C# - Convert Bitmap object to byte[] Pin
theJazzyBrain15-Sep-04 22:12
theJazzyBrain15-Sep-04 22:12 
Generalloop throu dataset Pin
Totoo15-Sep-04 7:47
Totoo15-Sep-04 7:47 
GeneralInstalling Windows Services Pin
Guillermo Jimenez15-Sep-04 7:36
Guillermo Jimenez15-Sep-04 7:36 
GeneralRe: Installing Windows Services Pin
Heath Stewart15-Sep-04 7:47
protectorHeath Stewart15-Sep-04 7:47 
GeneralRe: Installing Windows Services Pin
Guillermo Jimenez15-Sep-04 10:04
Guillermo Jimenez15-Sep-04 10:04 

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.