Click here to Skip to main content
16,005,473 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How set paper size Pin
Dave Kreskowiak13-Oct-06 10:07
mveDave Kreskowiak13-Oct-06 10:07 
GeneralRe: How set paper size Pin
Tomic13-Oct-06 10:29
Tomic13-Oct-06 10:29 
GeneralRe: How set paper size Pin
Dave Kreskowiak13-Oct-06 13:04
mveDave Kreskowiak13-Oct-06 13:04 
QuestionDownload in Internet Explorer Pin
Zaegra13-Oct-06 6:50
Zaegra13-Oct-06 6:50 
AnswerRe: Download in Internet Explorer Pin
Dave Kreskowiak13-Oct-06 7:29
mveDave Kreskowiak13-Oct-06 7:29 
GeneralRe: Download in Internet Explorer Pin
Zaegra13-Oct-06 20:37
Zaegra13-Oct-06 20:37 
GeneralRe: Download in Internet Explorer Pin
Dave Kreskowiak14-Oct-06 4:07
mveDave Kreskowiak14-Oct-06 4:07 
QuestionProject referencing DLL that may not be there Pin
rahvyn613-Oct-06 4:48
rahvyn613-Oct-06 4:48 
I am developing an app in VS2005. I need to put in a reference to an existing dll. The issue is, that dll may or may not exist on the machines that the app gets installed on. The app will have branching code depending on if the machine uses the dll or not, but I am unsure if this will work. I have read that the CLR will not invoke the dll unless it is called. So if I have the dll on my dev machine, have it referenced in the project, have a Try / Catch block around the call to NEW of the dll, but have the dll dimensioned in the class, install the app on another machine without the dll, will it blow up on me? Or will the Try / Catch block stop it from blowing up?

Simple code Example:

Public Class myClass

Private dll as dllMayNotExist

Public Function Execute()
Try
dll = New dllMayNotExist
Catch
'do nothing here, if dll does not exist, it is not needed
End Try
End Function

AnswerRe: Project referencing DLL that may not be there Pin
Dave Kreskowiak13-Oct-06 5:31
mveDave Kreskowiak13-Oct-06 5:31 
GeneralRe: Project referencing DLL that may not be there Pin
rahvyn613-Oct-06 5:35
rahvyn613-Oct-06 5:35 
GeneralRe: Project referencing DLL that may not be there Pin
Dave Kreskowiak13-Oct-06 5:44
mveDave Kreskowiak13-Oct-06 5:44 
Questionscanners Pin
deepak02613-Oct-06 4:09
deepak02613-Oct-06 4:09 
AnswerRe: scanners Pin
Dave Kreskowiak13-Oct-06 4:23
mveDave Kreskowiak13-Oct-06 4:23 
QuestionKey press for individual comboboxes Pin
Racos13-Oct-06 2:59
Racos13-Oct-06 2:59 
AnswerRe: Key press for individual comboboxes Pin
Dave Kreskowiak13-Oct-06 4:21
mveDave Kreskowiak13-Oct-06 4:21 
GeneralRe: Key press for individual comboboxes Pin
Racos13-Oct-06 7:41
Racos13-Oct-06 7:41 
GeneralRe: Key press for individual comboboxes Pin
Dave Kreskowiak13-Oct-06 7:45
mveDave Kreskowiak13-Oct-06 7:45 
GeneralRe: Key press for individual comboboxes Pin
Racos13-Oct-06 8:05
Racos13-Oct-06 8:05 
GeneralRe: Key press for individual comboboxes Pin
Dave Kreskowiak13-Oct-06 8:16
mveDave Kreskowiak13-Oct-06 8:16 
GeneralRe: Key press for individual comboboxes Pin
Racos13-Oct-06 8:49
Racos13-Oct-06 8:49 
QuestionVB.Net Datagrid Pin
srah13-Oct-06 1:35
srah13-Oct-06 1:35 
AnswerRe: VB.Net Datagrid Pin
johngod22-Oct-06 12:55
johngod22-Oct-06 12:55 
Questionhow to print the contents of webbrowser Pin
Ali 11013-Oct-06 1:15
Ali 11013-Oct-06 1:15 
QuestionSerial communiacion with a PPC Pin
cosmomen13-Oct-06 0:54
cosmomen13-Oct-06 0:54 
AnswerRe: Serial communiacion with a PPC Pin
Dave Kreskowiak13-Oct-06 4:25
mveDave Kreskowiak13-Oct-06 4:25 

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.