I'm making a template (in Word) and putting my email at the top of the template. I want my user to fill out the template, then click on the email link and send me an email with the word doc attached. It can either send automatically, or bring up a new blank email with the doc attached and my...
I've created a .vbg with 2 .vbp's. I set a few breakpoints, and when running the code from VB, it does break at those points. My problem is I am unable to control anything in VB after it hits a breakpoint. I cannot hover over a variable to see a value or move my forms/classes/etc. windows...
I'm thinking this is a fairly easy question, but I have never done it before.....
I'm making a simple VB app that can pull from and add values to an Access database. I've got the db set up, but what do I need to do in VB to get it hooked up? So far I've created a data from the toolbar on the...
I'm working with a timer in VB 6 and I want to know how to reset it.
So, let's say the timer is set at a 10 second interval. It gets fired, then at 5 seconds, the user does something. I want the timer to start the 10 seconds over at that point. Any ideas? Thanks!
I think it's possibly a 3rd party combobox or something. The properties of this box look different from the properties of the other "regular" combo boxes. It's listed as a "CatselCombo" where all the others are listed as just "ComboBox".
I can still scroll...
I've got a form with several combo boxes. One is a custom box. If I click in this custom box and hit down (as to scroll through the choices), my focus moves to the next field just like it does if I hit tab.
Any idea what setting I need to use to get the down arrow key to scroll rather than...
I'm looping through records in a flexgrid and need to be able to see if one is highlighted or not. If it's highlighted, I need to get the value out of one of the cells. I thought it was .SelectionMode, but it doesn't seem to be working.
Thanks
I'm trying to put DBGrid on a standard .exe form, but when I add the control (Project > Componenents > Add Microsoft Data Bound Grid Control 5.0) and then try to add it to the form, I get error: "License for this Information Not Found. You do not have an appropriate license to use this...
UFO - Thanks for taking the time to help!
I tried your steps, but didn't get very far. My "Microsoft Databound Grid Control" onlys says 5.0. I choose that, but then when I attempt to add a DBGRID, I get a message saying that my Liscense Information for this component is not found...
I'm writing a program to allow a user to query by certain criteria and display all applicable records (about 5 fields per record). Once displayed, 1 of the 5 fields should be able to be updated where the other 4 are read-only.
My problem is how to display the results and still be able to...
not to keep nagging, but I didn't get this to work. I researched and I found that -1 works for ComboBoxes, DirListBoxes, and DriveListBoxes, but not just list boxes. I used the following code with no success:
If (txtitn.Text = vbNullString) And (lststate.ListIndex = -1) And (txtowner.Text =...
I'm doing a validation statement to be sure that a couple of text boxes and list boxes and not null before continuing. This is my code:
If (txtitn.Text = vbNullString) And (lststate.ListIndex = False) And (txtowner.Text = vbNullString) And (lstteam.ListIndex = False) Then
MsgBox ("You...
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.