Click here to Skip to main content
16,004,479 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Word.Application() not defined? Pin
Speedular17-Mar-09 5:47
Speedular17-Mar-09 5:47 
QuestionHow to use Font Pin
Anubhava Dimri17-Mar-09 2:39
Anubhava Dimri17-Mar-09 2:39 
AnswerRe: How to use Font Pin
Dave Kreskowiak17-Mar-09 3:37
mveDave Kreskowiak17-Mar-09 3:37 
GeneralRe: How to use Font Pin
Jon_Boy17-Mar-09 6:06
Jon_Boy17-Mar-09 6:06 
QuestionListbox Pin
hendrikbez17-Mar-09 1:11
hendrikbez17-Mar-09 1:11 
AnswerRe: Listbox Pin
Eddy Vluggen17-Mar-09 1:43
professionalEddy Vluggen17-Mar-09 1:43 
GeneralRe: Listbox Pin
Luc Pattyn17-Mar-09 2:26
sitebuilderLuc Pattyn17-Mar-09 2:26 
GeneralRe: Listbox Pin
Eddy Vluggen17-Mar-09 3:17
professionalEddy Vluggen17-Mar-09 3:17 
GeneralRe: Listbox Pin
Chinners17-Mar-09 2:43
Chinners17-Mar-09 2:43 
GeneralRe: Listbox Pin
hendrikbez17-Mar-09 18:43
hendrikbez17-Mar-09 18:43 
QuestionPause application Pin
Jay Royall17-Mar-09 0:16
Jay Royall17-Mar-09 0:16 
AnswerRe: Pause application Pin
Colin Angus Mackay17-Mar-09 1:02
Colin Angus Mackay17-Mar-09 1:02 
AnswerRe: Pause application Pin
Eddy Vluggen17-Mar-09 1:06
professionalEddy Vluggen17-Mar-09 1:06 
GeneralRe: Pause application Pin
Colin Angus Mackay17-Mar-09 3:15
Colin Angus Mackay17-Mar-09 3:15 
GeneralRe: Pause application Pin
Eddy Vluggen17-Mar-09 4:05
professionalEddy Vluggen17-Mar-09 4:05 
GeneralRe: Pause application Pin
Dave Kreskowiak18-Mar-09 5:43
mveDave Kreskowiak18-Mar-09 5:43 
Bad solution. Your code assumes that the operation will, forever, take under 5 seconds to complete. A better solution would be to try and open the file with DenyShareAll sharing permissions every so often, say 500 milliseconds, until the file opens. Then you'll know the file is finished writing, no matter how long it takes.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Pause application Pin
Eddy Vluggen18-Mar-09 6:06
professionalEddy Vluggen18-Mar-09 6:06 
AnswerRe: Pause application Pin
Jay Royall17-Mar-09 3:23
Jay Royall17-Mar-09 3:23 
QuestionVB.net datagridview with a HyperLinkColumn that doesnt work Pin
AndyWhite00717-Mar-09 0:13
AndyWhite00717-Mar-09 0:13 
AnswerRe: VB.net datagridview with a HyperLinkColumn that doesnt work Pin
Dave Kreskowiak19-Mar-09 8:14
mveDave Kreskowiak19-Mar-09 8:14 
Questionhow to create a data report Pin
akosidandan16-Mar-09 23:57
akosidandan16-Mar-09 23:57 
AnswerRe: how to create a data report Pin
Eddy Vluggen17-Mar-09 0:03
professionalEddy Vluggen17-Mar-09 0:03 
AnswerRe: how to create a data report Pin
Steven J Jowett17-Mar-09 0:04
Steven J Jowett17-Mar-09 0:04 
QuestionRe: how to create a data report Pin
akosidandan17-Mar-09 1:43
akosidandan17-Mar-09 1:43 
AnswerRe: how to create a data report Pin
Steven J Jowett17-Mar-09 2:01
Steven J Jowett17-Mar-09 2:01 

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.