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...
Show off your group to the world. Share a photo of your group with us.

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 15088 - 15117 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15088
I get this message after I test the connection and the return message says its good??? Unable to connect to database. Its only possible to connect to SQL...
rdyrmble
Offline Send Email
Feb 1, 2007
6:07 pm
15089
... http://www.connectionstrings.com/ Without knowing the database type and version, protocols and authentication in use, or the version of VB you're using -...
Shawn K. Hall
vb_shawn
Online Now Send Email
Feb 1, 2007
11:17 pm
15090
using visual studio.net I am trying to connect to a database created by MIcrosoft Access XP. The connection looks fine but when I try to use the Data Grid...
David Wit
wit1nesky5
Offline Send Email
Feb 3, 2007
10:18 pm
15091
David: Your table must have a primary key defined in order to update or delete. Define one (autonumber / integer if you have to) and you should be good to go. ...
Brett Stinson
bstinson
Offline Send Email
Feb 3, 2007
10:44 pm
15092
Hello I have a program that was built using Qbasic or Vb3 and was running on a 286 Pc. Now all of the old hardware is no longer working so I am looking for...
bocean99
Offline Send Email
Feb 6, 2007
5:03 pm
15093
ok heres my problem: i want to have my form dock on the desktop so that it is docked on the top of the screen. it would be the total width of the screen but...
idiodine2000
Offline Send Email
Feb 6, 2007
5:37 pm
15094
Private Const HWND_BOTTOM = 1 Private Const HWND_NOTOPMOST = -2 Private Const HWND_TOP = 0 Private Const HWND_TOPMOST = -1 ...
Jesus Is the Answer
halfof4is2
Offline Send Email
Feb 6, 2007
10:34 pm
15095
Hi Ryan, ... The functionality you're looking for is called a "deskbar". There is a sample for this functionality on Eduardo Morcillo's (Edanmo) Site: ...
Shawn K. Hall
vb_shawn
Online Now Send Email
Feb 6, 2007
11:31 pm
15096
There are some users who absolutely hate it, when a program interferes with the layout of other programs displays (and I am one of those users). Shawn's...
crombierob
Offline Send Email
Feb 7, 2007
12:50 am
15097
The only way to be sure is to have it attached to the scales to test it. If you like, I am happy to compile the source code for you and you can try it...
Matt
unicornssecond
Offline Send Email
Feb 7, 2007
9:37 am
15098
Thanks Matt, Where do you want me to send you the files. bocean@... Barry...
bocean99
Offline Send Email
Feb 7, 2007
12:30 pm
15099
hi all i am using Access 2000 but facing problem in accessing over a network when the tables are linked from one access mdb file to another.Their is no problem...
saqib rizvi
sqbrizvi
Offline Send Email
Feb 8, 2007
3:59 pm
15100
Hello, How do find out the system requirements needed to run my VB 6 database? I'm sure this is a dumb question but I don't have the slightest clue about it. ...
juliaprinciple
Offline Send Email
Feb 9, 2007
3:10 pm
15101
Julia, This will depend a lot on the development technologies used, but as a general rule anything developed on VB5 or 6 will run on any computer running...
Matt
unicornssecond
Offline Send Email
Feb 10, 2007
2:35 am
15102
Riz, You are running into the stored links to the tables pointing to a non existent drive letters. Access by default creates links using the drive letter. To...
Matt
unicornssecond
Offline Send Email
Feb 10, 2007
3:06 am
15103
still waiting to get help from some one riz saqib rizvi <sqbrizvi@...> wrote: hi all i am using Access 2000 but facing problem in accessing over a...
saqib rizvi
sqbrizvi
Offline Send Email
Feb 10, 2007
8:54 am
15104
Thank you Matt. Julia ... ____________________________________________________________________________________ Food fight? Enjoy some healthy debate in the...
Julia Principle
juliaprinciple
Offline Send Email
Feb 10, 2007
1:07 pm
15105
Thanks Matt I think second option is easier one.you mean to say that I should place the mdb files on the root directory of the drive and then make links.if...
saqib rizvi
sqbrizvi
Offline Send Email
Feb 10, 2007
9:35 pm
15106
what is the codding and functions in vb6 or in any other language for a "stop watch" [(00:00:00:0)(hrs:mnt:sec:m/sec)]to start, pause, stop and return to zero...
bangshot600
Offline Send Email
Feb 13, 2007
11:59 pm
15107
Hi. I find that when i create a program that looks great on my computer, when another person installs it, it looks different on their computer. Most the...
Marilyn
mjcarini
Offline Send Email
Feb 16, 2007
7:06 am
15108
Marilyn: I have found that it is best to determine the "least common denominator" for your users and design the screen for that (ie... you may have some users ...
Brett Stinson
bstinson
Offline Send Email
Feb 16, 2007
3:07 pm
15109
... forms ... while, ... Brett, Thank you for your inspired suggestion! I just found this great control called ActiveResize from vbGold.com. I put it on my...
Marilyn
mjcarini
Offline Send Email
Feb 17, 2007
7:19 pm
15110
Cool. I knew there were some out there, just haven't had to do VB6 in a while. :) I hope it works out for you, much better than having to try to move all of...
Brett Stinson
bstinson
Offline Send Email
Feb 17, 2007
9:50 pm
15111
Once again I have another question haha. Does anyone know how I can interact with other programs on the user's computer? I'm making a toolbar and if the...
idiodine2000
Offline Send Email
Feb 22, 2007
4:53 am
15112
Can anyone help me to creat a form that looks like a circle? Thanks in advance!...
Saleh
saleh1f
Offline Send Email
Feb 22, 2007
8:02 pm
15113
Hello, I have made a database using VB 6. I have managed to work out how make it download an update from my web site if the exe file has been changed, updated....
Julia Principle
juliaprinciple
Offline Send Email
Feb 23, 2007
5:44 am
15114
Hi Julia, ... The easiest solution might be to change the filename of the data file included in the package. Then whenever your program starts, have it check ...
Adelle Hartley
adellehartley
Offline Send Email
Feb 23, 2007
5:57 am
15115
Hello Adelle, Thanks for your reply. I knew I probably hadn't explained myself well. The way the database is set up, people can add new categories to it, so...
Julia Principle
juliaprinciple
Offline Send Email
Feb 23, 2007
9:50 am
15116
Hi Julia Add a text file to the download directory (Version.txt or whatever) %Path%\SomeDir\FileName,Version x.x.x Etc Have the update program download the...
Mike Bouffler
mikebouffler
Offline Send Email
Feb 23, 2007
10:23 am
15117
Julia, Are you using a database back end for this? How exactly is your data organised currently? It sounds like you only need something like in INI file to...
Matt
unicornssecond
Offline Send Email
Feb 23, 2007
12:44 pm
Messages 15088 - 15117 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