Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vbhelp · Visual Basic Help Center Forum

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 2550
  • Category: Visual Basic
  • Founded: Mar 5, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 15088 - 15117 of 16060   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
15088 rdyrmble Send Email Feb 1, 2007
6:07 pm
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...
15089 Shawn K. Hall
vb_shawn Send Email
Feb 1, 2007
11:17 pm
... http://www.connectionstrings.com/ Without knowing the database type and version, protocols and authentication in use, or the version of VB you're using -...
15090 David Wit
wit1nesky5 Send Email
Feb 3, 2007
10:18 pm
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...
15091 Brett Stinson
bstinson Send Email
Feb 3, 2007
10:44 pm
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. ...
15092 bocean99 Send Email Feb 6, 2007
5:03 pm
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...
15093 idiodine2000 Send Email Feb 6, 2007
5:37 pm
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...
15094 Jesus Is the Answer
halfof4is2 Send Email
Feb 6, 2007
10:34 pm
Private Const HWND_BOTTOM = 1 Private Const HWND_NOTOPMOST = -2 Private Const HWND_TOP = 0 Private Const HWND_TOPMOST = -1 ...
15095 Shawn K. Hall
vb_shawn Send Email
Feb 6, 2007
11:31 pm
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: ...
15096 crombierob Send Email Feb 7, 2007
12:50 am
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...
15097 Matt
unicornssecond Send Email
Feb 7, 2007
9:37 am
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...
15098 bocean99 Send Email Feb 7, 2007
12:30 pm
Thanks Matt, Where do you want me to send you the files. bocean@... Barry...
15099 saqib rizvi
sqbrizvi Send Email
Feb 8, 2007
3:59 pm
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...
15100 juliaprinciple Send Email Feb 9, 2007
3:10 pm
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. ...
15101 Matt
unicornssecond Send Email
Feb 10, 2007
2:35 am
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...
15102 Matt
unicornssecond Send Email
Feb 10, 2007
3:06 am
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...
15103 saqib rizvi
sqbrizvi Send Email
Feb 10, 2007
8:54 am
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...
15104 Julia Principle
juliaprinciple Send Email
Feb 10, 2007
1:07 pm
Thank you Matt. Julia ... ____________________________________________________________________________________ Food fight? Enjoy some healthy debate in the...
15105 saqib rizvi
sqbrizvi Send Email
Feb 10, 2007
9:35 pm
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...
15106 bangshot600 Send Email Feb 13, 2007
11:59 pm
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...
15107 Marilyn
mjcarini Send Email
Feb 16, 2007
7:06 am
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...
15108 Brett Stinson
bstinson Send Email
Feb 16, 2007
3:07 pm
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 ...
15109 Marilyn
mjcarini Send Email
Feb 17, 2007
7:19 pm
... 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...
15110 Brett Stinson
bstinson Send Email
Feb 17, 2007
9:50 pm
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...
15111 idiodine2000 Send Email Feb 22, 2007
4:53 am
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...
15112 Saleh
saleh1f Send Email
Feb 22, 2007
8:02 pm
Can anyone help me to creat a form that looks like a circle? Thanks in advance!...
15113 Julia Principle
juliaprinciple Send Email
Feb 23, 2007
5:44 am
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....
15114 Adelle Hartley
adellehartley Send Email
Feb 23, 2007
5:57 am
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 ...
15115 Julia Principle
juliaprinciple Send Email
Feb 23, 2007
9:50 am
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...
15116 Mike Bouffler
mikebouffler Send Email
Feb 23, 2007
10:23 am
Hi Julia Add a text file to the download directory (Version.txt or whatever) %Path%\SomeDir&#92;FileName,Version x.x.x Etc Have the update program download the...
15117 Matt
unicornssecond Send Email
Feb 23, 2007
12:44 pm
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...
Messages 15088 - 15117 of 16060   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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