Thanks,Bob.
I have defined my type as "Public Type CDVendorInfo", which going by your list is less restrictive than the "Friend". So shouldn't that mean that "Public" should work?
You also mentioned instancing. How do I change this property? (When I said class I meant class as in a .cls file...
I'm trying to convert a haphazard module to a class to improve reusability. However, I get the following error when I try to compile:
Compile Error: Only public user defined types defined in public object modules can be used as parameters or return types for public procedures of class modules...
You should put the binary in your system folder (C:\Windows\System32 on most XP systems), and run regsvr32 to globally register it so vb can find it. I've had no problems using the binary this way.
is there any way of making a vb prog create a word file without using OLE? i was thinking of writing the headers for the word file with the print or put commands.
thanks
thanks, but it just doesnt work, i tried it already.
let me clarify,
the code is something like:
msgbox "hello"
call Encode()
frmabout.show
msgbox "About Shown"
the dll will popup "Hello" and call encode, but the popup "About Show" never turns up, so i am assuming that the about form is never...
How do i get an acitveX dll to diaplay a form when a function is called? i am using the follownig code:
frmAbout.show
but the program seems to ignore the line and continues on.
Thanks for the help.
i have just recently started in vb.net, holding back upgrading from vb6 due to cost.
Anyway, I want to add a splash screen showing version and author etc.
In vb 6 there was a simple code of app.major for version app.minor for point release and app.revision for revision.
in short: the app...
this function gets called from the main class
Function ShowAbout()
Dim About As String
About = App.ProductName & " " & App.Major & "." & App.Minor & "." & App.Revision _
& vbCrLf & App.FileDescription
MsgBox About, vbInformation, "About..."
frmAbout.Show
End Function
but everything after...
can activex dlls display a form? i made a msn plus plugin but the form never shows. if i put a msgbox there it will show but anything after and includin the form.show code is ignored
dont know where but there is a p&d wizard mod that lets u customize a lot of setting
-language
-skin (like windows blinds)
-custom text
it claims to be ultimate, the best, final p&d wiz balhblahblah
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.