Click here to Skip to main content
15,921,941 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: binding an arraylist to a datagrid Pin
Dave Kreskowiak10-Oct-07 8:02
mveDave Kreskowiak10-Oct-07 8:02 
AnswerRe: binding an arraylist to a datagrid Pin
Scott Dorman10-Oct-07 8:07
professionalScott Dorman10-Oct-07 8:07 
AnswerRe: binding an arraylist to a datagrid Pin
Rakan Ma'ayeh10-Oct-07 12:25
Rakan Ma'ayeh10-Oct-07 12:25 
Questionsharing values at runtime... Pin
manni_n10-Oct-07 5:39
manni_n10-Oct-07 5:39 
AnswerRe: sharing values at runtime... Pin
Dave Kreskowiak10-Oct-07 6:37
mveDave Kreskowiak10-Oct-07 6:37 
GeneralRe: sharing values at runtime... Pin
manni_n10-Oct-07 12:25
manni_n10-Oct-07 12:25 
QuestionStop running multiple instances of my program Pin
Cory Kimble10-Oct-07 3:37
Cory Kimble10-Oct-07 3:37 
AnswerRe: Stop running multiple instances of my program Pin
Tom Deketelaere10-Oct-07 4:40
professionalTom Deketelaere10-Oct-07 4:40 
one way to do this is on the load of you'r program check the running process
if you'r programme is already running there will be a processname very simular to you programme name

another way is to have a integer setting that gets incremented on the startup of you'r programme and decremented at the close of you're programme. then in the load you just check if that setting is 1 then go on else shutdown (you will need to increment the setting before you do this check and don't decrement it here otherwise you'll run in trouble)

another is to have a registry entry and check that (and clean it up when the programme closes)





If my help was helpfull let me know, if not let me know why.

The only way we learn is by making mistaks.

GeneralRe: Stop running multiple instances of my program Pin
Dave Kreskowiak10-Oct-07 4:53
mveDave Kreskowiak10-Oct-07 4:53 
GeneralRe: Stop running multiple instances of my program Pin
Tom Deketelaere10-Oct-07 4:57
professionalTom Deketelaere10-Oct-07 4:57 
GeneralRe: Stop running multiple instances of my program Pin
Cory Kimble10-Oct-07 5:16
Cory Kimble10-Oct-07 5:16 
GeneralRe: Stop running multiple instances of my program Pin
Dave Kreskowiak10-Oct-07 5:20
mveDave Kreskowiak10-Oct-07 5:20 
AnswerRe: Stop running multiple instances of my program Pin
Dave Kreskowiak10-Oct-07 4:54
mveDave Kreskowiak10-Oct-07 4:54 
AnswerRe: Stop running multiple instances of my program Pin
mr_lasseter10-Oct-07 5:24
mr_lasseter10-Oct-07 5:24 
QuestionObject reference not set to an instance of an object Pin
dimuthuvbnet10-Oct-07 3:12
dimuthuvbnet10-Oct-07 3:12 
AnswerRe: Object reference not set to an instance of an object Pin
Tom Deketelaere10-Oct-07 3:20
professionalTom Deketelaere10-Oct-07 3:20 
GeneralRe: Object reference not set to an instance of an object Pin
dimuthuvbnet12-Oct-07 21:29
dimuthuvbnet12-Oct-07 21:29 
AnswerRe: Object reference not set to an instance of an object Pin
Rakan Ma'ayeh10-Oct-07 12:27
Rakan Ma'ayeh10-Oct-07 12:27 
QuestionHow to measure the execution time of a code? Pin
kkakosim10-Oct-07 3:07
kkakosim10-Oct-07 3:07 
AnswerRe: How to measure the execution time of a code? Pin
Guffa10-Oct-07 4:24
Guffa10-Oct-07 4:24 
GeneralRe: How to measure the execution time of a code? Pin
kkakosim10-Oct-07 19:16
kkakosim10-Oct-07 19:16 
Questiondatagridview event Pin
WhiteGirl2310-Oct-07 1:41
WhiteGirl2310-Oct-07 1:41 
AnswerRe: datagridview event Pin
Dave Kreskowiak10-Oct-07 17:20
mveDave Kreskowiak10-Oct-07 17:20 
QuestionArray size problem Pin
Benny_Lava10-Oct-07 0:35
Benny_Lava10-Oct-07 0:35 
AnswerRe: Array size problem Pin
Christian Graus10-Oct-07 0:42
protectorChristian Graus10-Oct-07 0:42 

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.