Click here to Skip to main content
15,914,162 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Create object of .dll in vb6 and Use the public functions of .dll Pin
Richard MacCutchan25-Feb-10 23:06
mveRichard MacCutchan25-Feb-10 23:06 
GeneralRe: Create object of .dll in vb6 and Use the public functions of .dll Pin
karthickmani6325-Feb-10 23:28
karthickmani6325-Feb-10 23:28 
GeneralRe: Create object of .dll in vb6 and Use the public functions of .dll Pin
Richard MacCutchan26-Feb-10 0:05
mveRichard MacCutchan26-Feb-10 0:05 
GeneralRe: Create object of .dll in vb6 and Use the public functions of .dll Pin
karthickmani6326-Feb-10 0:30
karthickmani6326-Feb-10 0:30 
GeneralRe: Create object of .dll in vb6 and Use the public functions of .dll Pin
Dave Kreskowiak26-Feb-10 1:40
mveDave Kreskowiak26-Feb-10 1:40 
GeneralRe: Create object of .dll in vb6 and Use the public functions of .dll [modified] Pin
karthickmani6328-Feb-10 22:06
karthickmani6328-Feb-10 22:06 
GeneralRe: Create object of .dll in vb6 and Use the public functions of .dll Pin
Dave Kreskowiak1-Mar-10 1:49
mveDave Kreskowiak1-Mar-10 1:49 
GeneralRe: Create object of .dll in vb6 and Use the public functions of .dll [modified] Pin
karthickmani631-Mar-10 17:31
karthickmani631-Mar-10 17:31 
Sorry Dave,

I am working on VB only for past 2 weeks. Frown | :(

Also Please check the previous post I made a mistake while posting.

The developer who created the XYZ.dll asked me to refer the path of the .xml licence file while creating the object of VLicence class.

I dont think so this is possible in Vb, as this may require a constructor.

When I checked the XYZ.dll using Microsoft .Net Framework IL Disassembler.

I found that IsCorrectDate and IsLicenceValid are public methods defined in the VLicence class.

Now:
1.
Dim obj as XYZ.VLicence
obj.--- (Doesnt display the public Methods)

2.
Dim obj as new XYZ.Vlicence
(Trying to create a object of the class doesnt work as well) Frown | :(

3.
Dim obj as XYX.VLicenceInterface
obj.IsLicenceValid
.IsCorrectDate (I am getting the public methods displayed)

If obj.IsCorrectDate = True Then
(Here I am getting the Same error mentioned above)MsgBox "Correct Date"
End If
I am unable to use the functions using this XYZ class object. But the same can be accessed using XYZInterface class object.

suggest me a solution to over come this.

Thanks,
Karthick.M
modified on Tuesday, March 2, 2010 1:54 AM

GeneralRe: Create object of .dll in vb6 and Use the public functions of .dll Pin
Dave Kreskowiak2-Mar-10 1:41
mveDave Kreskowiak2-Mar-10 1:41 
QuestionVisual Studio 2010 Pin
programmervb.netc++25-Feb-10 10:21
programmervb.netc++25-Feb-10 10:21 
AnswerRe: Visual Studio 2010 Pin
The Man from U.N.C.L.E.25-Feb-10 22:39
The Man from U.N.C.L.E.25-Feb-10 22:39 
QuestionBlank Mail ASP Pin
for120625-Feb-10 1:25
for120625-Feb-10 1:25 
AnswerRe: Blank Mail ASP Pin
TheComputerMan25-Feb-10 1:33
TheComputerMan25-Feb-10 1:33 
QuestionSilverlight for Windows Application Forms...? VB.Net 2008 Pin
Paramu197324-Feb-10 23:15
Paramu197324-Feb-10 23:15 
AnswerRe: Silverlight for Windows Application Forms...? VB.Net 2008 Pin
Dave Kreskowiak25-Feb-10 1:52
mveDave Kreskowiak25-Feb-10 1:52 
QuestionWorking mdb access with vb.net - won't update [modified] - RESOLVED Pin
C#Coudou24-Feb-10 20:12
C#Coudou24-Feb-10 20:12 
AnswerRe: Working mdb access with vb.net - won't update Pin
Wayne Gaylard24-Feb-10 21:23
professionalWayne Gaylard24-Feb-10 21:23 
GeneralRe: Working mdb access with vb.net - won't update Pin
C#Coudou24-Feb-10 21:43
C#Coudou24-Feb-10 21:43 
AnswerRe: Working mdb access with vb.net - won't update Pin
Dave Kreskowiak25-Feb-10 1:49
mveDave Kreskowiak25-Feb-10 1:49 
GeneralRe: Working mdb access with vb.net - won't update Pin
C#Coudou25-Feb-10 12:54
C#Coudou25-Feb-10 12:54 
GeneralRe: Working mdb access with vb.net - won't update Pin
Dave Kreskowiak25-Feb-10 13:52
mveDave Kreskowiak25-Feb-10 13:52 
GeneralRe: Working mdb access with vb.net - won't update Pin
C#Coudou25-Feb-10 14:59
C#Coudou25-Feb-10 14:59 
GeneralRe: Working mdb access with vb.net - won't update Pin
TheComputerMan25-Feb-10 23:00
TheComputerMan25-Feb-10 23:00 
GeneralRe: Working mdb access with vb.net - won't update Pin
Thomas Krojer1-Mar-10 19:33
Thomas Krojer1-Mar-10 19:33 
QuestionPrint RichTextBox Content Pin
Anubhava Dimri24-Feb-10 19:51
Anubhava Dimri24-Feb-10 19:51 

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.