Summary: I am taking a VB course in school and i am messing around with VB. But I have a question. How do you say "If txt1 (which is a textbox) has ANY sort of...
Summary: Hi I'm new to VB and need help with the progress bar control. I'm reading a CSV file containing record details into a table. This part is working fin...
Summary: Hi guys, An easy VB question for all you pros!!! Can anyone tell me if the number of times a command button is 'clicked' can be counted. If so could y...
Summary: Hi I'm new to VB 6 and could somebody tell me how to intercept the small x top right of sceen (close button) I would like to display a message when t...
Summary: In SQL you can write a query and say where field in (1,2,3,4) Is there a way of doing this in VB instead of writing field = 1 or field = 2 or field = ...
Summary: is there a function that automatically makes the form controls update there values from the database(s) they are linked to? I think that would solve m...
Summary: I have 2 questions. In vb, how can I: 1. Get the title caption of the active window (Like if IE is open, says "UNTITLED - Microsoft Internet Explorer)...
Summary: I have 2 questions. In vb, how can I: 1. Get the title caption of the active window (Like if IE is open, says "UNTITLED - Microsoft Internet Explo...
Summary: Hi Guys, I just have one easy (but not for me) VB6 questions.... Is there antway that I can limit the amount of characters a user can enter into an 'I...
Summary: This is a very simple question for most programmers. I need to make a batch file that COPY'S and then RENAME's a file all in the same directory. It'...
Summary: Hi, The reason why VB questions are on the rise is because the number of VB programmer is on the rise as well. VB is an attractive language that keep...
Summary: The form is only part of the project. If you do not save the project you have lost any other parts of the project you have added. VB will always star...
Summary: Im quite a newbie at VB, and this has me bugged. I have a listbox on a program which people can select items from. I need to get the option they picke...
Summary: Hello, I am a newbie at programming and have started with VB. I created a simple windows utility as a project to clear temp files, cache, cookies, his...
Summary: K, I have 2 questions about visual basic, 1. I need to know how to have my exe file run a DOS command (net send) when I click submit 2. also, i need ...
Summary: Is there a funtion to get just the current time as a string? Here is what I have now userName and date are defined at the beggining of the class): ...
Summary: Hi all. I need to diplay a powerpoint slide show inside the VB form, where the slide changes every X seconds. Can anyone point me to a tutorial on ho...
Summary: I have a textbox and a command button on a form. I need to make it so that the user can input his own VB code in the textbox, and then have it execute...
Summary: in visual basic where you enter in the code how do you label the code. like once yourve written all the code and you want to anotate it, for instsnce...
Summary: Hi Guys, I have a fairly simple VB question. Can anyone tell me the code I would need so that when a command button is clicked it will run the .exe f...
Summary: There is problably a number of ways to do this but the most straight forward to me would be to create a boolean variable, initialize it to true and th...
Summary: Nice to see you back, Rolos. My theory on the VB thing is that summer is "VB season", where people have little project ideas that they want to do qui...
Summary: Hi All, i need to be able to copy text from a text box created in VB 6 into a seperate *.txt file sitting on a server. Any sample code or explanatio...
Summary: Hi I am VERY new to programming. I made a very simple program with VB and compiled it to a .exe with VB studio 6 enterprise edition. Was super simple...