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
Multimedia
Remove
Platform
Any
License
Any
I'm not sure if I'm in the correct forum or not, but I thought I
would give it a shot to see if someone can offer up some type of solution. Let me preface this by saying that I am not very...
use a textchanged event procedure, and the val() of the textbox,
also use a select case or nested if/then's to determine which conversion to use when either radio button is selected.
I've done a...
I am brand new to programming and I am totally lost in class. Can anybody help me with the following, I have make a unit converter, at the top it needs to have a text box where a value can be...
I have a bad habit of misreading questions at times, but if I've read it correctly, you have a fixed cost, a combo box with quanity, and want to add the result to a listbox?
VB 6 is all I have, so...
Ah, of course - not something that springs readily to mind .. and not even mentioned in several of my books.
It is in the Microsoft literature though, with the caveat that ..
'Important: Under...
QueryUnload was the answer.
Thanks again
Hi giftedsailor,
Sorry I can't answer your question exactly. I've looked through several VB books that I have, including Microsoft's own, and none of them mention how the caption bar icons are...
I'm working in VB5. In my program I have a menu item to close the program but it checks to see if I want to save my data before it closes. How can I make the the close window button do the same...
Sorry to be a pain but I was wondering if someone would be able to give me a few pointers on how to change the colour of a radio button when selected, deselected and hovered over. So far I've been...
Hello, guys.
Here I am back to post a solution I came up with...
I did double-check my ConnectionStrings on each machine, but "unfortunately" everything was OK (pointing to the same shared DB...
I have a program that I need help with.
Write a program that allows the user to use a button to toggle the color of
the text in a text box between black and red.
Can anyone help?
Can you please help me out in putting a label over two picture boxes equally on both the sides in VB6.
I wrote a small VB6 program to monitor the status of a Shared Network Drive. In this case it's an external hard drive. The drive is used for backup. The program is invoked automatically when the...
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 Friends,
I am new to vb.net.Presently i am using VS 2010,SQL server 2008 express R2 and developing a windows application in vb.net
Problem :
I one form i am using datagrid with 3 columns.
1...
I couldn't find a VBscript forum so I hope this is ok.
I am making a script that is supposed to change the port of the printer to FILE: (that's not my problem). This script is also supposed to go...
I want to connect a database that is located on centralized server. How can I use a windows form VB.NET application to access it? Is this possible?
How can I maintain a single user entry (e.x==...
I got 2 questions:
1) What VBA code do I use to minimize Outlook to the SYSTEM TRAY when my computer starts up?
2) When I click on an online link to add an appointment to my calendar, an...
I am working on a cash register application for my intro to VB.Net course and I have every thing working fine except for the clear button. What I want is for the labels that had the subtotal, tax,...