Click here to Skip to main content
15,913,944 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: create properites and assign to object at rum time Pin
Paul Conrad29-Oct-08 5:43
professionalPaul Conrad29-Oct-08 5:43 
QuestionDll issue Pin
afridy29-Oct-08 1:55
afridy29-Oct-08 1:55 
AnswerRe: Dll issue Pin
Dave Kreskowiak29-Oct-08 2:20
mveDave Kreskowiak29-Oct-08 2:20 
GeneralRe: Dll issue Pin
afridy29-Oct-08 2:34
afridy29-Oct-08 2:34 
GeneralRe: Dll issue Pin
Dave Kreskowiak29-Oct-08 4:23
mveDave Kreskowiak29-Oct-08 4:23 
GeneralRe: Dll issue Pin
afridy29-Oct-08 6:31
afridy29-Oct-08 6:31 
GeneralRe: Dll issue Pin
afridy29-Oct-08 6:53
afridy29-Oct-08 6:53 
GeneralRe: Dll issue Pin
Dave Kreskowiak29-Oct-08 7:18
mveDave Kreskowiak29-Oct-08 7:18 
If this happens on a fresh install of the application, the .DLL isn't running since it's not installed yet.

You can't check to see if it's running or not. A .DLL is loaded into the process that uses it. If the application you launched that uses the .DLL is still running, then any .DLL's it used are still loaded and running to.

In that case, I don't know why your code doesn't work without a restart. Right now, I don't have to the time test and/or research it either.


A guide to posting questions on CodeProject[^]



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




GeneralRe: Dll issue Pin
afridy29-Oct-08 7:30
afridy29-Oct-08 7:30 
QuestionProblem in Debugging Pin
vijaylumar29-Oct-08 0:04
vijaylumar29-Oct-08 0:04 
AnswerRe: Problem in Debugging Pin
Dave Kreskowiak29-Oct-08 2:18
mveDave Kreskowiak29-Oct-08 2:18 
Questiondynamically exporting excel error Pin
jhyn28-Oct-08 23:42
jhyn28-Oct-08 23:42 
AnswerRe: dynamically exporting excel error Pin
Dave Kreskowiak29-Oct-08 2:16
mveDave Kreskowiak29-Oct-08 2:16 
GeneralRe: dynamically exporting excel error Pin
jhyn29-Oct-08 16:01
jhyn29-Oct-08 16:01 
GeneralRe: dynamically exporting excel error Pin
Dave Kreskowiak30-Oct-08 15:43
mveDave Kreskowiak30-Oct-08 15:43 
QuestionShutdown Without CMD or Run As Pin
User 540919028-Oct-08 14:29
User 540919028-Oct-08 14:29 
AnswerRe: Shutdown Without CMD or Run As Pin
Dave Kreskowiak28-Oct-08 17:31
mveDave Kreskowiak28-Oct-08 17:31 
Questionlisting ports with prnport.vbs and using that info in VB?? Pin
Trey549828-Oct-08 9:16
Trey549828-Oct-08 9:16 
AnswerRe: listing ports with prnport.vbs and using that info in VB?? Pin
Dave Kreskowiak28-Oct-08 10:00
mveDave Kreskowiak28-Oct-08 10:00 
GeneralRe: listing ports with prnport.vbs and using that info in VB?? Pin
Trey549828-Oct-08 11:02
Trey549828-Oct-08 11:02 
GeneralRe: listing ports with prnport.vbs and using that info in VB?? Pin
Dave Kreskowiak28-Oct-08 13:55
mveDave Kreskowiak28-Oct-08 13:55 
GeneralRe: listing ports with prnport.vbs and using that info in VB?? Pin
Trey549829-Oct-08 2:03
Trey549829-Oct-08 2:03 
GeneralRe: listing ports with prnport.vbs and using that info in VB?? Pin
Dave Kreskowiak29-Oct-08 2:13
mveDave Kreskowiak29-Oct-08 2:13 
GeneralRe: listing ports with prnport.vbs and using that info in VB?? Pin
Trey549829-Oct-08 2:38
Trey549829-Oct-08 2:38 
GeneralRe: listing ports with prnport.vbs and using that info in VB?? Pin
Dave Kreskowiak29-Oct-08 3:35
mveDave Kreskowiak29-Oct-08 3:35 

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.