Search the web
Sign In
New User? Sign Up
vbhelp · Visual Basic Help Center Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 15376 - 15405 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15376
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....
Larry Phipps
n8lp
Offline Send Email
Oct 7, 2007
6:38 pm
15377
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...
Michael Hodge
braxtoncotta...
Offline Send Email
Oct 8, 2007
2:31 pm
15378
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...
aNgeLa LoNgaLoNg
gela_dqt
Offline Send Email
Oct 9, 2007
1:21 am
15379
aNgeLa LoNgaLoNg <gela_dqt@...> wrote: I creates a log-in form containing: txtUserName txtPassword and cmdLogIn I made use of ADO data control,...
angelo mark
mhaark29
Offline Send Email
Oct 9, 2007
8:38 am
15380
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...
hossamdesinger
Online Now Send Email
Oct 9, 2007
12:26 pm
15381
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...
Ulrike Haupt
ulrikehaupt
Offline Send Email
Oct 9, 2007
8:59 pm
15382
... using SQL? ... Adodc1.Recordset.Fields("Password").Value = Password Then ... "Log In" ... Somebody advisedme to use SQL because i need to extract the user...
aNgeLa LoNgaLoNg
gela_dqt
Offline Send Email
Oct 10, 2007
7:49 am
15383
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...
bart
b_thibodeaux75
Offline Send Email
Oct 20, 2007
1:54 am
15384
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...
Jesus Is the Answer
halfof4is2
Offline Send Email
Oct 20, 2007
2:24 pm
15385
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...
HouseDad
cwcummins
Offline Send Email
Oct 22, 2007
6:25 pm
15386
I figured it out. I was creating two "field36" 's and that was the problem. [C]...
HouseDad
cwcummins
Offline Send Email
Oct 22, 2007
7:07 pm
15387
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...
pg3242
Offline Send Email
Oct 29, 2007
8:23 am
15388
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)...
Michael Hodge
braxtoncotta...
Offline Send Email
Oct 29, 2007
5:59 pm
15389
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...
aucado54
Offline Send Email
Oct 30, 2007
1:39 am
15390
... 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 ...
thides
Offline Send Email
Oct 30, 2007
1:39 am
15391
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...
Caio Kinzel Filho
caiokfbb
Offline Send Email
Oct 30, 2007
1:39 am
15392
... easy ... Short answer: ShellExecute api function. A slightly longer answer can be found here: ...
Adelle Hartley
adelle@...
Send Email
Oct 30, 2007
2:35 am
15393
Dim RetVal RetVal = Shell("C:\WINDOWS\CALC.EXE", 1) ' Run Calculator. 1 == Window style 0-4, 6 See Shell Function in Vb help...
Dan Bridgeman
dwbridgeman
Offline Send Email
Oct 30, 2007
2:35 am
15394
Thank you for the information, I googled "shellexecute function" and found what I needed. ... if the...
pg3242
Offline Send Email
Oct 30, 2007
4:14 am
15395
How to set the a form size to A4 Page size?...
jprasanya
Offline Send Email
Oct 30, 2007
12:25 pm
15396
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...
Ulrike Haupt
ulrikehaupt
Offline Send Email
Oct 30, 2007
10:31 pm
15397
Does anyone know of a final release date for Visual Basic 2008? Is there going to any Launch events for Visual Studo 2008? Thank You Charles Dawes...
Charles Dawes
chudawes
Offline Send Email
Nov 2, 2007
7:19 am
15398
Dear all I have created database using access as backend and VB as front end.Could any one please help me in attaching the image with each person...
saqib rizvi
sqbrizvi
Offline Send Email
Nov 2, 2007
7:51 pm
15399
You could make a folder for the image and then just store the location and file name in the database. ... From: "saqib rizvi" <sqbrizvi@...> To:...
Joe and Peggy Rutsky
jr12866
Offline Send Email
Nov 3, 2007
12:30 am
15400
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...
takefive247
Offline Send Email
Nov 5, 2007
8:02 pm
15401
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...
James Stevens
jimbobob21
Offline Send Email
Nov 5, 2007
8:53 pm
15402
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...
gerlie mendoza
gfm_021387
Online Now Send Email
Nov 7, 2007
6:39 am
15403
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...
aNgeLa LoNgaLoNg
gela_dqt
Offline Send Email
Nov 9, 2007
1:25 pm
15404
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 ...
takefive247
Offline Send Email
Nov 9, 2007
5:08 pm
15405
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...
saqib rizvi
sqbrizvi
Offline Send Email
Nov 16, 2007
4:27 pm
Messages 15376 - 15405 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help