Search the web
Sign In
New User? Sign Up
helpwithvb · A group for those who need help with Visual Basic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 16390 - 16419 of 22567   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16390
Welcome Bill, Hope you get all and more from being a group member. We all have different approaches to a problem, and we may have differences of opinion, but...
geoff Smith
sabin3647
Offline Send Email
Jul 1, 2005
8:13 am
16391
Some projects call for adding the "multimedia control" to the toolbox. I purchased the VB6 Deluxe Learning Edition and cannot find this control listed in the...
Morry Levin
mlevin@...
Send Email
Jul 1, 2005
10:59 am
16392
Good Morning Morry, Sorry. I forgot to get back to you the other day. The easiest thing to do..., might be to upgrade to VB-6 Pro Edition. That might be one of...
Steve Manser
tileguy2929
Offline Send Email
Jul 1, 2005
11:37 am
16393
http://support.microsoft.com/default.aspx?scid=kb;en-us;193366 This reference would seem to indicate that the control is contained in the VB6 DLE. Take a look...
Tim Rupp
timrupp804
Offline Send Email
Jul 1, 2005
12:01 pm
16394
Steve, All, Well I told Steve off of this site that I had solved my problem with the timer. I added another form with a timer and using the same method, ...
Joe Wasko
jpwswbug
Offline Send Email
Jul 1, 2005
12:26 pm
16395
Thank Goodness Tim is awake < g > Steve ... From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com] On Behalf Of Tim Rupp Sent: Friday, July 01,...
Steve Manser
tileguy2929
Offline Send Email
Jul 1, 2005
12:57 pm
16396
My new questions are: 1.) what code goes in what event for shutting down: QueryUnload Unload Terminate Good Morning Joe, Query_Unload: Ask the User if they...
Steve Manser
tileguy2929
Offline Send Email
Jul 1, 2005
1:56 pm
16397
Steve, Sorry it took so long to reply my company may be experiencing email problems. This is exactly what my problem was. The code in my timer runs two...
Joe Wasko
jpwswbug
Offline Send Email
Jul 1, 2005
2:58 pm
16398
Steve, I have updated to this type of stuff, some I actually left, but the problem popped right back up again. -Joe ... email ... off ... moving ... event ... ...
Joe Wasko
jpwswbug
Offline Send Email
Jul 1, 2005
3:29 pm
16399
Hi Joe, This might be the source of your problems, or part of them, if I am understanding this correctly. Private Sub Form_QueryUnload(Cancel As Integer,...
Steve Manser
tileguy2929
Offline Send Email
Jul 1, 2005
3:48 pm
16400
Steve, So the big deal in my software is, let's say i am in a timer , the timer calls a proc that calls a doevents and BAM, I start the Shutdown process of my...
Joe Wasko
jpwswbug
Offline Send Email
Jul 1, 2005
4:54 pm
16401
I'm working on a project to 'create' an on demand Excel Spreadsheet. Need a way to take an un-protected spreadsheet and protect it. I have found the cells can...
lets_do_lunch_boss
lets_do_lunc...
Offline Send Email
Jul 1, 2005
6:50 pm
16402
Hello All, I'm writing an application that manage scanned images. I would like to use the default program that opens on XP when clicking on a JPGE file. Its...
LuisB
labellap@...
Send Email
Jul 2, 2005
4:00 am
16403
Sorry guys; I forgot to change the subjet....... Too much into my problems..... I guess...... ... From: LuisB To: helpwithvb@yahoogroups.com Sent: Friday, July...
LuisB
labellap@...
Send Email
Jul 2, 2005
4:04 am
16404
Tim, Thank you for your very helpful information. Please bear with me while I try to explain what I have done. MCI32.OCX was not on my system and I had done...
Morry Levin
mlevin@...
Send Email
Jul 2, 2005
4:24 am
16405
Morry........ Copy that entire line that ends with .....(429) .....and put it into a search on Google. The first, or one of the first, returns is this URL: ...
Steve Manser
tileguy2929
Offline Send Email
Jul 2, 2005
11:01 am
16406
Hi Luis, I have not tried this, but since we can use the Shell Execute API to launch the web browser, e-mail client, or the Windows Calculator, maybe we...
Steve Manser
tileguy2929
Offline Send Email
Jul 2, 2005
11:12 am
16407
You might try manually registering the component regsvr32 <path & filename of dll or ocx> The MCI control is not licensed in the DLE according to some...
Tim Rupp
timrupp804
Offline Send Email
Jul 2, 2005
2:56 pm
16408
I have an ADO data control bound to a DB (Access 2000) table the table has 3 fields RecNo UserName UserPassWord I load the UseName in a Combo Box and select...
choroid_45
Offline Send Email
Jul 3, 2005
12:09 am
16409
... Here is a FYI for anyone who might find this useful: ( very handy, BTW ) ... From: http://www.vb2themax.com/Item.asp?PageID=TipBank&Cat=600&ID=99 Date:...
Steve Manser
tileguy2929
Offline Send Email
Jul 3, 2005
2:06 am
16410
Hi Dwight, Don't use the ADODC, but maybe we could just talk in general terms. 1) Add a numeric field to the table so that we have a Long Data Type ID Number...
Steve Manser
tileguy2929
Offline Send Email
Jul 3, 2005
2:40 am
16411
What exactly is the difference betweent a class and a user defined type? I know that classes are defined in special modules and UDTs are defined in standard...
Richard
alienwebmaster
Offline Send Email
Jul 3, 2005
4:52 am
16412
Hi Richard, ... Classes can have methods, UDTs cannot. Personally, I lean towards using classes for everything, and I rarely use UDTs unless they are part of...
Adelle Hartley
adellehartley
Offline Send Email
Jul 3, 2005
7:18 am
16413
Tim, I tried manually registering the control. It said it was successful but the error message still occurs. My understanding is that the DLE and the LE are ...
Morry Levin
mlevin@...
Send Email
Jul 3, 2005
9:16 am
16414
Steve, Bingo! The first reference not only hit the problem bang on but also solved it. It provided a utility that provides licenses for OCX controls that ship ...
Morry Levin
mlevin@...
Send Email
Jul 3, 2005
11:16 am
16415
May I chime in here I have been writing code in NSBasic for Palm OS for the last 3 years and have learned to use UDT's this way. Richard or Adelle would you be...
Dwight Norris
choroid_45
Offline Send Email
Jul 3, 2005
11:36 am
16416
Hi Morry, My Pleasure to help out, but remember that it was only because Tim was wide awake that we got on the right track ! Take Care, Steve ... From:...
Steve Manser
tileguy2929
Offline Send Email
Jul 3, 2005
3:45 pm
16417
... Hi Richard, A UDT can be viewed as a storage item, and you could write a Class to also do that, to just store some stuff. However, a Class can be built in...
Steve Manser
tileguy2929
Offline Send Email
Jul 3, 2005
7:11 pm
16418
<<< I believe that Professor Smiley is offering his VB-6 Objects book as an E-Book ( PDF ) for $ 9.95 which is a great way to begin reading through, and ...
Chris W
fuzzduckie
Offline Send Email
Jul 3, 2005
8:29 pm
16419
... Hi Dwight, A very good question, because if we had a Bowling League or a Golf League, we could use a UDT to hold the scoring / match details, and then an ...
Steve Manser
tileguy2929
Offline Send Email
Jul 3, 2005
10:12 pm
Messages 16390 - 16419 of 22567   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