Click here to Skip to main content
15,902,299 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Books for Deployment Project Pin
infothegdc2-Mar-06 13:18
infothegdc2-Mar-06 13:18 
AnswerRe: Books for Deployment Project Pin
HamCoder3-Mar-06 5:35
HamCoder3-Mar-06 5:35 
QuestionHow to create a document template and add ddb data using visual studio tools for office Pin
kenn_rosie2-Mar-06 9:27
kenn_rosie2-Mar-06 9:27 
QuestionDynamic Object Names ... how ? Pin
swingheim2-Mar-06 9:08
swingheim2-Mar-06 9:08 
AnswerRe: Dynamic Object Names ... how ? Pin
Divya Rathi2-Mar-06 9:33
Divya Rathi2-Mar-06 9:33 
AnswerRe: Dynamic Object Names ... how ? Pin
Dave Kreskowiak2-Mar-06 15:02
mveDave Kreskowiak2-Mar-06 15:02 
Questionfile is locked? Pin
pbaggett2-Mar-06 8:38
pbaggett2-Mar-06 8:38 
AnswerRe: file is locked? Pin
Colin Angus Mackay2-Mar-06 10:45
Colin Angus Mackay2-Mar-06 10:45 
Since it is possible for another process to aquire a lock in the time it takes from checking to trying to open the file* yourself I would suggest the better approach is to set up a try/catch mechanism to catch the condition where the file is locked.

Yes, I know it sounds like a tiny amount of time - a few processor instructions - but since Windows is a preemptive multitasking environment there is a strong possibility that the operating system will intervene to give another process its fair share of processor time

ColinMackay.net
Scottish Developers are looking for speakers for user group sessions over the next few months. Do you want to know more?

JokeRe: file is locked? Pin
pbaggett2-Mar-06 11:30
pbaggett2-Mar-06 11:30 
QuestionDataGridView RecordSource on same instance of MDI Child Pin
GetFree123GetFree2-Mar-06 6:36
GetFree123GetFree2-Mar-06 6:36 
AnswerRe: DataGridView RecordSource on same instance of MDI Child Pin
infothegdc2-Mar-06 7:37
infothegdc2-Mar-06 7:37 
GeneralRe: DataGridView RecordSource on same instance of MDI Child Pin
GetFree123GetFree2-Mar-06 9:41
GetFree123GetFree2-Mar-06 9:41 
GeneralRe: DataGridView RecordSource on same instance of MDI Child Pin
infothegdc2-Mar-06 13:43
infothegdc2-Mar-06 13:43 
Questionreading data samples from sound card Pin
t4ure4n2-Mar-06 6:25
t4ure4n2-Mar-06 6:25 
GeneralRe: reading data samples from sound card Pin
Guffa2-Mar-06 8:44
Guffa2-Mar-06 8:44 
AnswerRe: reading data samples from sound card Pin
Mujtaba812-Mar-06 11:18
Mujtaba812-Mar-06 11:18 
QuestionCopy all files and folders Pin
dptalt2-Mar-06 6:16
dptalt2-Mar-06 6:16 
AnswerRe: Copy all files and folders Pin
RJGCarey2-Mar-06 7:36
RJGCarey2-Mar-06 7:36 
QuestionVB.net and Access MDW Pin
Goran Djuric2-Mar-06 6:06
Goran Djuric2-Mar-06 6:06 
AnswerRe: VB.net and Access MDW Pin
infothegdc2-Mar-06 13:24
infothegdc2-Mar-06 13:24 
GeneralRe: VB.net and Access MDW Pin
Goran Djuric2-Mar-06 17:30
Goran Djuric2-Mar-06 17:30 
QuestionOpening files (not EXEs) using appropriate programs Pin
RevathiRajaGopal2-Mar-06 5:29
RevathiRajaGopal2-Mar-06 5:29 
AnswerRe: how can i get summary properties of a video file on my desktop through c# code Pin
J4amieC2-Mar-06 4:38
J4amieC2-Mar-06 4:38 
QuestionPassing parameters to a Crystal Report via VB.Net Pin
directred2-Mar-06 4:21
directred2-Mar-06 4:21 
QuestionException Management in Enterprise Library Pin
dlarkin772-Mar-06 3:39
dlarkin772-Mar-06 3:39 

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.