Click here to Skip to main content
15,911,531 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionUnable to load dll on computers which do not have Visual Studio installed Pin
Member 408492813-Dec-07 5:35
Member 408492813-Dec-07 5:35 
GeneralRe: Unable to load dll on computers which do not have Visual Studio installed Pin
Dave Kreskowiak13-Dec-07 6:53
mveDave Kreskowiak13-Dec-07 6:53 
QuestionRe: Unable to load dll on computers which do not have Visual Studio installed Pin
Member 408492813-Dec-07 8:58
Member 408492813-Dec-07 8:58 
GeneralRe: Unable to load dll on computers which do not have Visual Studio installed Pin
Dave Kreskowiak14-Dec-07 0:54
mveDave Kreskowiak14-Dec-07 0:54 
GeneralRe: Unable to load dll on computers which do not have Visual Studio installed Pin
Member 408492814-Dec-07 9:36
Member 408492814-Dec-07 9:36 
GeneralFlie dll Pin
ra_shieru13-Dec-07 4:58
ra_shieru13-Dec-07 4:58 
GeneralRe: Flie dll Pin
Dave Kreskowiak13-Dec-07 6:48
mveDave Kreskowiak13-Dec-07 6:48 
QuestionOptional Array in function not working in COM class?!? Pin
djdjoko13-Dec-07 4:22
djdjoko13-Dec-07 4:22 
Hi I am trying to add a simple function to a COM class in VB.NET with an Optional Array but get an compiler error.
As soon as I add

Public Sub test(ByVal a As Double, Optional ByRef b() As Double = Nothing)
End Sub

I get following error message.

Error 3 The assembly "C:\gui\LCMFinEngLib\LCMQuant01 v3.003.08.dll" could not be converted to a type library. Type library exporter encountered an error while processing 'LCMQuant01.ComClass1+_ComClass1.test(b), LCMQuant01 v3.003.08'. Error: Type mismatch.

When I remove the Optional Statement it compiles without problems. when I define it as a Private function it compiles as well. Are optional arrays not possible in Com classes?
Hope someone can help Smile | :)
AnswerRe: Optional Array in function not working in COM class?!? Pin
Dave Kreskowiak13-Dec-07 6:46
mveDave Kreskowiak13-Dec-07 6:46 
GeneralString to Datagridviewcell Conversion Pin
VB 8.013-Dec-07 1:09
VB 8.013-Dec-07 1:09 
GeneralRe: String to Datagridviewcell Conversion Pin
Dave Kreskowiak13-Dec-07 1:48
mveDave Kreskowiak13-Dec-07 1:48 
GeneralRe: String to Datagridviewcell Conversion Pin
VB 8.014-Dec-07 0:42
VB 8.014-Dec-07 0:42 
GeneralRe: String to Datagridviewcell Conversion Pin
Dave Kreskowiak14-Dec-07 0:48
mveDave Kreskowiak14-Dec-07 0:48 
GeneralRe: String to Datagridviewcell Conversion Pin
VB 8.016-Dec-07 21:43
VB 8.016-Dec-07 21:43 
GeneralRe: String to Datagridviewcell Conversion Pin
Dave Kreskowiak17-Dec-07 1:41
mveDave Kreskowiak17-Dec-07 1:41 
QuestionHow to Update Binded Combobox value ? Pin
rashadaliarshad12-Dec-07 23:29
rashadaliarshad12-Dec-07 23:29 
GeneralRe: How to Update Binded Combobox value ? Pin
Dave Kreskowiak13-Dec-07 4:15
mveDave Kreskowiak13-Dec-07 4:15 
AnswerRe: How to Update Binded Combobox value ? Pin
rashadaliarshad13-Dec-07 20:57
rashadaliarshad13-Dec-07 20:57 
GeneralRAS - Creation of a VPN connnection Pin
Xavier Laurent12-Dec-07 23:24
Xavier Laurent12-Dec-07 23:24 
GeneralRe: RAS - Creation of a VPN connnection Pin
Dave Kreskowiak13-Dec-07 7:20
mveDave Kreskowiak13-Dec-07 7:20 
Generalsub report could not be shown Pin
di3.ny2812-Dec-07 21:38
di3.ny2812-Dec-07 21:38 
GeneralRe: sub report could not be shown Pin
Dave Kreskowiak13-Dec-07 7:22
mveDave Kreskowiak13-Dec-07 7:22 
Questionhow to hide the Start Button in Vista using VB.NET2005 Pin
funakawa12-Dec-07 18:29
funakawa12-Dec-07 18:29 
GeneralRe: how to hide the Start Button in Vista using VB.NET2005 Pin
Michael Sync12-Dec-07 22:24
Michael Sync12-Dec-07 22:24 
GeneralRe: how to hide the Start Button in Vista using VB.NET2005 Pin
funakawa16-Dec-07 16:11
funakawa16-Dec-07 16:11 

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.