Visual Basic
Visual Basic was derived from BASIC and enables the rapid application development (RAD) of graphical user interface (GUI) applications, access to databases using DAO, RDO, or ADO, and creation of ActiveX controls and objects.
Application
Documents And Specifications
Remove
Platform
Any
License
Any
Certain dlls that I compile using /make through the command line work differently than when they are compiled using the VB6 IDE. I noticed that the IDE has options like Compile to Native Code and...
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...
Hi there,
Please urgent help required for below issue.
I am running one fortran exe in .net application(calling from command line with the help of system diagnostic process).
If we directly...
Hi
I have developed a application using VBA which interacts with MSword2003 and XML tags in it. It was working fine when i used MSoffice2003 and MSoffice2007. But, when i started using...
Hi
Through continuous searching my finding are the following
1. add acctrl.dll in reference
2. in component you can find the option 'acctrl component'. Select it and drag to the form
3. use...
When I went back to view that article, it told me you needed to sign up to read it. I didn't realize I was logged in when I viewed it. Here is another article that is more specific to encrypting XML...
Hi
I have created a VB6 dll named 'PDFConversion.dll' and wanted to register in windows7.
But it fails with access denied error. How do I register it as administrator(ie. Run as administrator')...
What do you mean by "Multiple levels of transparency"?
Check this out:
http://cotw.11.forumer.com/viewtopic.php?t=113
(on page 2 I have a screen shot after I made the game a playable demo...
Hi,
I am writing a vb.net windows application to send pdf files to printer, one at time, after file is printed I want to get the status from printer as "Printed".
so far I have the code (working)...
Please take a look this application that I call VBA MP3 Player.
This may not answer your question, but I hope this program could show you how I use Visual Basic Application (VBA) features in Ms....
press ok.
:
: in your project (say your class inside the dll called myclass1),
: write anywhere:
:
: dim mc as myclass1
: set mc = New myclass1
:
: you can use it like this:
: mc.funcABC...
press ok.
in your project (say your class inside the dll called myclass1),
write anywhere:
dim mc as myclass1
set mc = New myclass1
now you can use ANY functions
(say you have a public...
I created AddIn for Inventor using AddIn-Vizard. I made one icon. I tried to make a test AddIn nearly like a sample AddIn. Mainly I want to create test AddIn, that works and can be a foundation for...
I have made this simple application using vb.net2003 and xml database. My form on the text box display from the .xml database, I need to put a button so that a user can change the font size which is...
NO SIR I JUST WANT TO CHANE MY VISUAL BASIC EXE FILE SETUP FILE
LIKE WE CAN INSTALL THE SETUP AND THEN WE CAN USE OUR SOFTWARE
NO SIR I JUST WANT TO CHANE MY VISUAL BASIC EXE FILE SETUP FILE
LIKE WE CAN INSTALL THE SETUP AND THEN WE CAN USE OUR SOFTWARE
Hi experts,
Visual Basic 6 problem:
a friend of mine is experiencing a problem when he create exe because it seems that on one application form there was a datagrid that was removed in the...
when your in VB just go to the "Build" button up on the Menu bar and tell it to build your project, then if you go to your project folder\bin\release you will see the icon there for your project....