Documents And Specifications
Language
Basic
Remove
Platform
Any
License
Any
This might sound stupied, but how com I can make a particular 'GIF' file that animates when clicking on it, but yet it won't work when putting the same file on my VB6 forms page? Is there a way to...
Package and devlopment Wizard.
Do not forget to include all referenced files
and backend files in setup.
: n English w/ eletronic translator:
: Hi!
: I read a topic in the VB in this site
: http://www.developerfusion.co.uk/show/114/ that it is a code to read
: and to edit the information of musics...
Hi
I have four exe(batch file)s. say one.exe, two.exe, thr.exe , four.exe.
I have to run all exes every time if i want to start the application.
Now i want to make all four exes as a single exe...
Hi! I am also quite new to Visual Basic 2008, but i have had it for a year and began programming with it and other (like c++, etc) for a half year now. You are wondering how to make an exe file......
Hello.
I'd like to know how to play a video file in Visual Basic 6, AT LEAST an AVI file without compression.
Hope to hear from you soon
Bye
hi all,
i downloaded a dll which is called inpout32.dll
to learn basic interfacing in parallel port
using vb 6.0, My OS is windows xp pro sp2.
where do i paste this dll?
inside the inpout32...
hi all,
i downloaded a dll which is called inpout32.dll
to learn basic interfacing in parallel port
using vb 6.0, My OS is windows xp pro sp2.
where do i paste this dll?
inside the inpout32...
: how to open exe file in visual basic through command button??
Private Sub Command1_Click()
Dim ret As Variant
ret = Shell("c:\WINDOWS\system32\calc.exe", vbNormalFocus)
End Sub
how to open exe file in visual basic through command button??
Good Day Friends,
I have written a very basic COM server. It has one coclass.
I also wrote a simple C client to access this object. I used the method CoGetClassObject to get the pointer to the...
hi,
now it is working fine. but, i have added some code in one DLL file which will check the SQL service status,if it is stopped,it will display a messagebox. now, how to display the messagebox...
I'm using OpenGL in Visual Basic .net 2005 and i need to use the following
function
glBitmap(width as integer,height as integer, xorig as single, yorig as
single, xmove as single, ymove as...
Hi all,
I'm trying to search an XML document using drop down menus. I'm filtering using XSL, but I want to know how to use the output of a dropdown menu to filter the rest of the XML. Here's some...
It somewhat depends on which file formats you want to play and even the version of VB your using.
IF your using 2005/2008, the previous reply will play wave files. If you want to play other...
im having a error with my visual basic .net program it says : System.IO.IOException "Permission Denied" when i execute code like this smaple code in my program:
Shell(program exe path here)
: I'm not sure out of C and VB which is harder. I suspect C because it's often heavily optimized. A Google for "visual basic decompiler" seems to turn up some interesting things...
:
And you...
Hi, im developing a active X dll in visual basic 6 , in one of my DLL functions i just want to wait for a com event to be raised so i can return a value of my principal function, i just dont know if...
: Does anyone know a code that will help me open an xml files while using visual basic. I am working on a project and when my visual basic project start and i want to press on a button that will open...
Does anyone know a code that will help me open an xml files while using visual basic. I am working on a project and when my visual basic project start and i want to press on a button that will open...