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 15512 - 15541 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15512
i'm supporting this application (vb6) that i didn't write and as i go thru the code there are variables (some not declared) with a $ sign or % sign. e.g. far$...
sawhney99
Offline Send Email
Feb 1, 2008
6:25 pm
15513
Although VB.Net is the first to really break the rule, and even then it only partially breaks it. the basic->qbasic->vb->vb.net growth has always maintained ...
Richard Reynolds
richardreyno...
Offline Send Email
Feb 1, 2008
7:35 pm
15514
HI EVRYBODY I WANT TO DISABLE MY CD DRIVE AND DVD DRIVE BY WRITING VB CODE.... HOW CAN I DO ...
gita kaviani
kaviani_gita80
Offline Send Email
Feb 1, 2008
9:45 pm
15515
... loose the allcaps its anoying you cant really disable the cd/dvd you can disable the eject button though which vb version Richard Reynolds ...
Richard Reynolds
richardreyno...
Offline Send Email
Feb 1, 2008
10:20 pm
15516
... To add to Richard's reply... ' Standard Suffixes for Data Types ' Verbatim from Visual Basic Books Online (VB5) Integer variables are stored as 16-bit...
burkleyd
Offline Send Email
Feb 1, 2008
11:42 pm
15517
Personally, I use XP and VB6. However, my small program is being used by folk with OS varying from 98SE to Vista. When I test the program on Vista, there is a...
Michael Hodge
braxtoncotta...
Offline Send Email
Feb 2, 2008
6:15 pm
15518
My little program used by others has a VB6 front end and an Access back end. However, I note a problem and would wish to be kind to the other users! The Access...
Michael Hodge
braxtoncotta...
Offline Send Email
Feb 2, 2008
6:36 pm
15519
This message refers to the "design-time" error 429. I tried loading the sample code found in the ..VB\samples\CompTool\mci folder, into VB5 and got the...
burkleyd
Offline Send Email
Feb 2, 2008
10:50 pm
15520
I am new to visual basic and I have come to a simple problem that I just can't get. I am supposed to create a form with two text boxes into which the user ...
The Same.
trextroy2001
Offline Send Email
Feb 2, 2008
10:51 pm
15521
Thank you and David for the helpful info! ... it only ... maintained ... frequently its ... .net just to ... newer ... worse as you ... such and used ... to...
sawhney99
Offline Send Email
Feb 3, 2008
1:23 am
15522
... If the DLLs are from Microsoft, then in all likelihood you should not be including them in your installer. Such DLLs typically fall into one of these...
Adelle Hartley
adelle@...
Send Email
Feb 3, 2008
3:14 am
15523
... Definitely do this. Preferably, store an image of at least the 98 system so that you can easily restore it to a pristine state for testing the installer. ...
Adelle Hartley
adelle@...
Send Email
Feb 3, 2008
3:14 am
15524
... 'Set the tabstop on Text1 to False '(to prevent this firing when user Tabs around screen) Private Sub Text1_GotFocus() Text2.Text = Text1.Text Text1.Text =...
crombierob
Offline Send Email
Feb 3, 2008
3:22 am
15525
I have a series of buttons in my VB6 project that react to a mouse event. I also want to execute these events via a command input from elsewhere in the...
Bill VanOrden
lx50nut
Offline Send Email
Feb 3, 2008
6:20 am
15526
... You can call the events via code, thus - Call EastButton_MouseDown(0,0,0,0) doevents Call EastButton_MouseUp(0,0,0,0) Rob...
crombierob
Offline Send Email
Feb 3, 2008
8:41 am
15527
Hello all I have created database using vb6/vb5 as front end and access as back end.For the reports I have used crystal reports 10. I have also created exe...
saqib rizvi
sqbrizvi
Offline Send Email
Feb 3, 2008
10:34 am
15528
... back end.For the reports I have used crystal reports 10. I have also created exe file that works well with computers having vb6 and crystal reports...
crombierob
Offline Send Email
Feb 3, 2008
11:11 am
15529
... Rob, Thanks for the push in the right direction. For whatever reason the code doesn't fully execute when the code pushes the button. Line with #### does...
Bill VanOrden
lx50nut
Offline Send Email
Feb 3, 2008
5:52 pm
15530
Hi Mark, ... Instead of playing a single file and watching the events, create a playlist (wpl) and load that into the WMP control. You can view a wpl file in...
Shawn K. Hall
vb_shawn
Online Now Send Email
Feb 3, 2008
6:00 pm
15531
... http://vbnet.mvps.org/index.html?code/network/netremotetod.htm -Shawn...
Shawn K. Hall
vb_shawn
Online Now Send Email
Feb 3, 2008
6:20 pm
15532
Hi Bill, ... Instead of calling the events for the buttons directly, you should abstract method from function. Your code becomes: '//...
Shawn K. Hall
vb_shawn
Online Now Send Email
Feb 3, 2008
6:28 pm
15533
Hi Michael, ... I live in VirtualPC when I'm developing for cross-platform systems. It's AWESOME. Don't bother buying a new system, just add a TON of RAM to...
Shawn K. Hall
vb_shawn
Online Now Send Email
Feb 3, 2008
6:35 pm
15534
Hi Michael, ... If the user does not have the Access application installed, it will not be able to compact using calls to the Access objects. And if they have...
Shawn K. Hall
vb_shawn
Online Now Send Email
Feb 3, 2008
6:44 pm
15535
Hi Chris, ... If you're only worried about people using the 'net from within your own application: http://support.microsoft.com/?kbid=171379 Otherwise, you can...
Shawn K. Hall
vb_shawn
Online Now Send Email
Feb 3, 2008
7:02 pm
15536
Ok... as you know I'm new to VB5. I learn from experimenting and reading. When I'm curious about something and can't find an answer in the "usual places"... I...
burkleyd
Offline Send Email
Feb 3, 2008
7:05 pm
15537
... Hi Bill, Try the object.SetFocus method prior to calling the MouseDown and MouseUp events and see if that helps. It couldn't hurt. :) I'm also not sure why...
burkleyd
Offline Send Email
Feb 3, 2008
7:06 pm
15538
... Nope, they're really different. And these few functions (and a couple others) were very much worth the upgrade to VB6. String and var handling was such a...
Shawn K. Hall
vb_shawn
Online Now Send Email
Feb 3, 2008
7:29 pm
15539
... The colon I am not sue how it got in there, removing it made no difference and the code seemed to work fine with it in there. I tried the other suggestion...
Bill VanOrden
lx50nut
Offline Send Email
Feb 3, 2008
8:56 pm
15540
... No, a colon is a continuation character. You can use it on almost any line in place of a carriage return. I use this sort of thing for my variables that...
Shawn K. Hall
vb_shawn
Online Now Send Email
Feb 3, 2008
9:06 pm
15541
... Can you show us more of your code? We really need to see all of the potentially affected code in order to help. Is it possible you're using events on other...
Shawn K. Hall
vb_shawn
Online Now Send Email
Feb 3, 2008
9:06 pm
Messages 15512 - 15541 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