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

C#

 
AnswerRe: How to make data from one form available to another Pin
Christian Graus6-Jul-07 1:35
protectorChristian Graus6-Jul-07 1:35 
AnswerRe: How to make data from one form available to another Pin
Christian Graus6-Jul-07 0:56
protectorChristian Graus6-Jul-07 0:56 
GeneralRe: How to make data from one form available to another Pin
I.explore.code6-Jul-07 1:05
I.explore.code6-Jul-07 1:05 
GeneralRe: How to make data from one form available to another Pin
Christian Graus6-Jul-07 1:36
protectorChristian Graus6-Jul-07 1:36 
GeneralRe: How to make data from one form available to another Pin
I.explore.code6-Jul-07 1:13
I.explore.code6-Jul-07 1:13 
AnswerRe: How to make data from one form available to another Pin
Giorgi Dalakishvili6-Jul-07 1:11
mentorGiorgi Dalakishvili6-Jul-07 1:11 
AnswerRe: How to make data from one form available to another Pin
Chintan.Desai6-Jul-07 2:26
Chintan.Desai6-Jul-07 2:26 
QuestionMultiple Instance Closure Pin
ramdil6-Jul-07 0:25
ramdil6-Jul-07 0:25 
Hi.
I have written a code which will prevent multiple instance of a exe to be executed.the code which i wrote is as below
if (processes.Length != 1)
Application.Run(new FormCacheProcessor());
else
MessageBox.Show("Already An Instance of CacheManager Application is Running");

but now i want instead of this message box being poped up, i want already running instance of exe to come to the foreground..i have used SetForegroundWindow but its not working..

Can any pls help me in working it..

Thanks in advance.


Regards
DilipRam

AnswerRe: Multiple Instance Closure Pin
Pete O'Hanlon6-Jul-07 1:06
mvePete O'Hanlon6-Jul-07 1:06 
GeneralRe: Multiple Instance Closure Pin
ramdil6-Jul-07 8:52
ramdil6-Jul-07 8:52 
QuestionC# how to get mouseover pos on a picture Pin
mercenary015-Jul-07 23:40
mercenary015-Jul-07 23:40 
AnswerRe: C# how to get mouseover pos on a picture Pin
Martin#5-Jul-07 23:46
Martin#5-Jul-07 23:46 
GeneralRe: C# how to get mouseover pos on a picture Pin
mercenary015-Jul-07 23:50
mercenary015-Jul-07 23:50 
GeneralRe: C# how to get mouseover pos on a picture Pin
Martin#5-Jul-07 23:52
Martin#5-Jul-07 23:52 
GeneralRe: C# how to get mouseover pos on a picture Pin
mercenary016-Jul-07 0:07
mercenary016-Jul-07 0:07 
GeneralRe: C# how to get mouseover pos on a picture Pin
Martin#6-Jul-07 1:45
Martin#6-Jul-07 1:45 
AnswerRe: C# how to get mouseover pos on a picture Pin
rah_sin5-Jul-07 23:48
professionalrah_sin5-Jul-07 23:48 
Questionapp.exe..config and application settings Pin
peterchen5-Jul-07 23:28
peterchen5-Jul-07 23:28 
AnswerRe: app.exe..config and application settings Pin
Christian Graus5-Jul-07 23:34
protectorChristian Graus5-Jul-07 23:34 
GeneralRe: app.exe..config and application settings Pin
peterchen6-Jul-07 10:08
peterchen6-Jul-07 10:08 
AnswerRe: app.exe..config and application settings Pin
Vikram A Punathambekar6-Jul-07 1:02
Vikram A Punathambekar6-Jul-07 1:02 
QuestionAX 4 Business Connector in C# Pin
azhar17775-Jul-07 23:19
azhar17775-Jul-07 23:19 
QuestionWhat is use of this return statement Pin
satishkumarnk5-Jul-07 23:11
satishkumarnk5-Jul-07 23:11 
AnswerRe: What is use of this return statement Pin
Martin#5-Jul-07 23:16
Martin#5-Jul-07 23:16 
AnswerRe: What is use of this return statement Pin
CPallini5-Jul-07 23:18
mveCPallini5-Jul-07 23:18 

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.