Click here to Skip to main content
15,887,676 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: list in report Pin
di3.ny2831-Oct-07 16:29
di3.ny2831-Oct-07 16:29 
Questionhelp programming button click event Pin
SilentCodingOne30-Oct-07 10:30
SilentCodingOne30-Oct-07 10:30 
AnswerRe: help programming button click event Pin
Christian Graus30-Oct-07 11:26
protectorChristian Graus30-Oct-07 11:26 
QuestionHow can I define table of an existed Excel file? Pin
ATC30-Oct-07 10:08
ATC30-Oct-07 10:08 
AnswerRe: How can I define table of an existed Excel file? Pin
pmarfleet30-Oct-07 12:45
pmarfleet30-Oct-07 12:45 
GeneralRe: How can I define table of an existed Excel file? Pin
ATC31-Oct-07 3:43
ATC31-Oct-07 3:43 
GeneralRe: How can I define table of an existed Excel file? Pin
pmarfleet31-Oct-07 3:48
pmarfleet31-Oct-07 3:48 
QuestionWrapper for VB6 error - "The system cannot find the file specified." Pin
Marcus J. Smith30-Oct-07 7:05
professionalMarcus J. Smith30-Oct-07 7:05 
I have been struggling with this issue off and on for the last couple of weeks. I created a .NET project with a class that will be available to .NET and then another .NET project with a COM class that will make that first class available to VB6. I am not letting Visual Studio register the object for COM and am doing that myself. I am using the following commands to register the assembly.

gacutil /i TestCode.dll /f<br />
regasm TestCode.dll /tlb:TestCode.tlb /codebase


I am able to see the assembly in the references box in VB6 and I can use the intellisense but it wont let me use it. I have tried the following 2 ways to instantiate the object.

Dim objTestCode As New TestCode.Testing
and
Dim objTestCode As TestCode.Testing <br />
Set objTestCode = New TestCode.Testing


Neither of those allow me to use the code. At one time I was able to use the assembly but that was last Friday and it was when Visual Studio was doing the registering for me. The reason I am manually registering it on my own box is that I want to replicate what will occur when this is deployed to multiple servers.


CleaKO

"Now, a man would have opened both gates, driven through and not bothered to close either gate." - Marc Clifton (The Lounge)

GeneralRe: Wrapper for VB6 error - "The system cannot find the file specified." Pin
chrispo_m31-Oct-07 3:13
chrispo_m31-Oct-07 3:13 
GeneralRe: Wrapper for VB6 error - "The system cannot find the file specified." Pin
Marcus J. Smith31-Oct-07 4:07
professionalMarcus J. Smith31-Oct-07 4:07 
GeneralRe: Wrapper for VB6 error - "The system cannot find the file specified." Pin
Member 811728129-Mar-12 1:28
Member 811728129-Mar-12 1:28 
AnswerRe: Wrapper for VB6 error - "The system cannot find the file specified." Pin
Dave Kreskowiak31-Oct-07 5:49
mveDave Kreskowiak31-Oct-07 5:49 
GeneralRe: Wrapper for VB6 error - &quot;The system cannot find the file specified.&quot; Pin
Marcus J. Smith31-Oct-07 8:14
professionalMarcus J. Smith31-Oct-07 8:14 
Questioncrystal reports labels Pin
Tom Deketelaere30-Oct-07 6:16
professionalTom Deketelaere30-Oct-07 6:16 
QuestionHELP Create web service step by step tutorial Pin
kendo1730-Oct-07 5:55
kendo1730-Oct-07 5:55 
AnswerRe: HELP Create web service step by step tutorial Pin
Dave Kreskowiak31-Oct-07 5:25
mveDave Kreskowiak31-Oct-07 5:25 
GeneralRe: HELP Create web service step by step tutorial Pin
kendo1731-Oct-07 10:19
kendo1731-Oct-07 10:19 
QuestionOpening A Text File InTo A DataGrid Pin
FreakNikon30-Oct-07 5:04
FreakNikon30-Oct-07 5:04 
AnswerRe: Opening A Text File InTo A DataGrid Pin
Dave Kreskowiak30-Oct-07 5:48
mveDave Kreskowiak30-Oct-07 5:48 
AnswerRe: Opening A Text File InTo A DataGrid Pin
C1AllenS30-Oct-07 5:51
C1AllenS30-Oct-07 5:51 
Questionhow to use double buffer in vb 2005? Pin
jiuhu30-Oct-07 4:40
jiuhu30-Oct-07 4:40 
AnswerRe: how to use double buffer in vb 2005? Pin
Dave Kreskowiak30-Oct-07 5:18
mveDave Kreskowiak30-Oct-07 5:18 
GeneralRe: how to use double buffer in vb 2005? Pin
jiuhu30-Oct-07 5:31
jiuhu30-Oct-07 5:31 
GeneralRe: how to use double buffer in vb 2005? Pin
Dave Kreskowiak30-Oct-07 5:45
mveDave Kreskowiak30-Oct-07 5:45 
GeneralRe: how to use double buffer in vb 2005? Pin
jiuhu30-Oct-07 11:59
jiuhu30-Oct-07 11:59 

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.