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...
riz As Joe and Peggy wrote, you can store the location and filename of the pictures in a text field in the database records. When you show the record...
can anybody help me to change this vb code into c# or vb.net its code to populate the tree from product table /////My Product Table ProductId ParentProduct...
To restate my question on how to build another project without dragging along extra files. I have a small program that works. I found it's folder and ran it as...
thanks alot it worked . now please( 1) how can i change the back colour of command buttons as when i change the back colour of command buttons from the...
I use the easy door library. Can any one tell me how to read the COMMAND$. I need to pass the node number. door.exe c:\path to drop file /N%1 How can I read...
Hi Riz, Try this way to change the back colour of a command button. Change style property of the command button to graphical & then change the back colour . ...
Hi All, Can anyone pls help me to solve this problem. I am using Vb 6 in Xp. I want to copy a file via LAN and the file I am trying to access is in Win 98...
thanks Thanuja how can i make the form or othe objects on the form to have shade in color (eg from dark green at one end and to light green at other end)...
Here is the code that isn't working! 'Resets Notepad to default Header and Footer If blnNPAD = True Then NPAD = Shell("notepad.exe", vbNormalFocus) 'Windows...
Some questions - 1) is Sendkey the commercial product that has a free compiled demo, and when you buy you get a bas file ? 2)What are the headers and footers...
Thanks, Rob. Before answering your question, may I just say that I have got things working? The code - for 98SE, but not for XP - is ridiculous in that I have ...
I know in VB6 they don't have any fading color feature for background of objects, like they have in Word or Powerpoint. As far as buttons are concerned, one...
Hi Michael, ... This could cause major problems if the wrong application gets targeted. Heck, ANYTHING relying on sendkeys can be disasterous. You're far...
Hi Michael, Here are a couple of links that may be of semi-related interest. They are from the great Karl Peterson. Great because of his contributions to VB...
Or if subclassing leaves you with code sweats just use a checkbox Set the Style to Graphical Add a bit of code to the click handler Private Sub Check1_Click() ...
Dear all Is there any function to convert days eg 1642 days to year,months and days riz ... For ideas on reducing your carbon footprint visit Yahoo! For Good...
Hell-o to all. Im new in this list and hope some of U can help me Ive got an aplication that makes a Backup in a RW-CD/DVD of my database, with the Nero 7 DLL...
Two thoughts - Since Backups are important, I would be keeping it simple, and using 'write once' disks Why add complexity, and more chance of lost data, by...
Hi Since pen drives got big enough I just use them for small(ish) backups now - and a external USB drive for the full non critical backups. Easy to wipe, hot...