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...
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@...
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...
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...
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, ...
Thank Goodness Tim is awake < g > Steve ... From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com] On Behalf Of Tim Rupp Sent: Friday, July 01,...
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, 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...
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 ... ...
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, 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...
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...
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@...
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@...
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@...
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: ...
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...
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...
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...
... 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:...
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...
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...
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...
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@...
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@...
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...
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:...
... 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...
<<< 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 ...
... 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 ...