Documents And Specifications
Language
Visual Basic
Remove
Platform
Windows
Remove
License
Any
Popup", LngMessageNumber)
This will show the help file with topic LngMessageNumber in the window Popup (Popup and Main are two windows defination in chm file).
How can i do a similar task in vb...
: Hi all - I have two problems that I hope someone can help me with.
:
: The first to do with the disappearance of the App name on a compiled Windows exe app - I called the project "My project"...
Hi all - I have two problems that I hope someone can help me with.
The first to do with the disappearance of the App name on a compiled Windows exe app - I called the project "My project" (in the...
: "No need for external libs"? Wow, now that's a funny one. Are you referring about the DLLs you call through APIs, or the FileSystemObject (which is part of the operating system from Win98 and...
: : you'll want to do something like this
: :
: : Private Sub Command2_Click()
: : Dim RetVal
: : RetVal = Shell("C:\Program Files\Adobe\Acrobat 7.0\Reader\AcroRd32.exe " & Text1.Text,...
0
: no rows returned
:
:
:
.pif is the older extension for executables (stands for Program Information File) if you rename an exe to .pif it will still run under most version of windows....
0
: : no rows returned
: :
:
: The "GetModuleFileName" API *might* do; try it out and see.
:
= App.EXEName
Dir( & ".*")
See what you get and decide which is most probable.
Hope...
0
: no rows returned
:
The "GetModuleFileName" API *might* do; try it out and see.
Well.. There might be a resource that comes with the scanner? I know that Wang Imaging SW that came with windows 98 or office 97 ( I think ) had some resources ( an OCX and an activeX dll if I...
Well, looks like your in for a big challenge. Hope you live through it ;-)
I just have a note to make (so you can tackle with it before anybody else using the 'portalled' computer finds this out)....
I need to write a basic application in which I choose a sound card and then records the input to a wav file. I need it to be done using the windows API (The MCI won't work for what I have in mind...
: I need my VB Application and DLLs to have not to be relocated once they are loaded. I not necessary need to give an address. The important thing for me is they be loaded and do not relocate. I'll...
I think Chr$(98 + 5) would be compiled as Chr$(104).
You could always put a small encryption on the password inside the EXE!
About the catching of an EXE being run:
If you are VERY lucky, and...
0
: : : no rows returned
: : :
: : :
: :
: : And there is no way the Parent MDI Form (in the main app) can create an instance of those MDI childs?
: : Shouldn't that work? I mean: the...
0
: : no rows returned
: :
: :
:
: And there is no way the Parent MDI Form (in the main app) can create an instance of those MDI childs?
: Shouldn't that work? I mean: the instances of the...
0
: : no rows returned
: :
: :
:
: And there is no way the Parent MDI Form (in the main app) can create an instance of those MDI childs?
: Shouldn't that work? I mean: the instances of the...
0
: no rows returned
:
:
And there is no way the Parent MDI Form (in the main app) can create an instance of those MDI childs?
Shouldn't that work? I mean: the instances of the MDI childs...