Click here to Skip to main content
15,902,020 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to sort images in column of datagridview Pin
goldenchance6-Jul-07 3:14
goldenchance6-Jul-07 3:14 
AnswerRe: How to sort images in column of datagridview Pin
Chintan.Desai8-Jul-07 20:43
Chintan.Desai8-Jul-07 20:43 
GeneralRe: How to sort images in column of datagridview Pin
goldenchance8-Jul-07 21:12
goldenchance8-Jul-07 21:12 
QuestionDataGridViewControl Pin
sangramkp6-Jul-07 0:40
sangramkp6-Jul-07 0:40 
QuestionHow to make data from one form available to another Pin
I.explore.code6-Jul-07 0:38
I.explore.code6-Jul-07 0:38 
AnswerRe: How to make data from one form available to another Pin
rah_sin6-Jul-07 0:47
professionalrah_sin6-Jul-07 0:47 
GeneralRe: How to make data from one form available to another Pin
Christian Graus6-Jul-07 0:55
protectorChristian Graus6-Jul-07 0:55 
QuestionRe: How to make data from one form available to another Pin
I.explore.code6-Jul-07 1:01
I.explore.code6-Jul-07 1:01 
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 

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.