I want to update some older apps to ensure they will work with Vista. I understand there are a couple things I need to change, but I would like to verify this....
I wish that I was an expert, instead of an amateur beginner, but here goes! A small program that I have written, using XP and VB6, is working fine with those...
I creates a log-in form containing: txtUserName txtPassword and cmdLogIn I made use of ADO data control, connected to the ACCNT_INFO table in the database in...
hi there i just need help to send to me forms in code or material declaring master detail form how to do it or use it as example custumer under him category...
Hi Visual Basic and Databases are two different things even though Microsoft tried to make it look as if VB is made for database development. Visual Basic...
... using SQL? ... Adodc1.Recordset.Fields("Password").Value = Password Then ... "Log In" ... Somebody advisedme to use SQL because i need to extract the user...
I am a newbie learning visual basicand programming in general for that matter). I am using visual basic 2005. I am trying to add tool text tips to a form but...
In programming mode, click on the object, then right click on Properties. On the Properties menu, click on "Tool tip", then type in what you want the tool tip...
I have a program that works fine. I basically use it as a shell for other programming jobs, so it's basically the same program, but with a different number of...
Hi, I am a total beginner at VB, I am using VB 4. What I am trying to do is start an application (like MS Word or IE) from a command button, I have that part...
I am trying to help some folk in installing MyProgram from a CD. It's easy with autorun.inf thus: [autorun] open=setup.exe But I want to give 4 choices: (1)...
I am way way new at this and am over my head in a VB class I am taking at a local community college. I hope to find a "pen pal" of sorts to occassionally...
... button, ... Once you get a proper handle on the window its properties should have a "WindowState" which you could change to/from Normal, Minimized and ...
look for ShellExecute function, one of the parameters you pass tells if the window is maximized or not ... [Non-text portions of this message have been...
Hi You asked How to set the a form size to A4 Page size? Do you want to print the contents of the form onto an A4 sheet? Because the screen sizes do not lend...
I am new to the group, VB, and programing. I have some very basic questions about the VB 2005 program itself. After building "My world" and learning a few...
Q: Where is this program on my computer?A: I believe the default directory for projects to be stored is in "MyDocuments\Visual Studio 2005\Projects", though...
tooltips are for your objects inside your form. just drag the tooltip text from your toolbox to your form. then click at the object where you want the tooltip...
Hi everyone! I need ur help guys... I am using VB6 connected to MS Access database using ADO. Multiple users use the application. Sometimes at the .Update...
Thank you. Bill ... directory for projects to be stored is in "MyDocuments\Visual Studio 2005\Projects", though you can set the directory to wherever you want ...
Thanks But my problem exists I have stored all of them them in one folder manually and now (1)i want to store them at run time for the new person added to the...