Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Bojangles

    How do I upgrade old versions of app. installed using VS-Installer1.1

    I used Visual Studio 6 - Installer 1.1 to package my VB6 application. Customers have downloaded a trial version and then bought the licensed version. All has worked fine UNTIL now. I want to allow my customers to download and install a NEW VERSION. I have read all I could find in HELP about...
  2. Bojangles

    How do I upgrade old versions of app. installed using VS-Installer 1.1

    I used Visual Studio 6 - Installer 1.1 to package my VB6 application. Customers have downloaded a trial version and then bought the licensed version. All has worked fine UNTIL now. I want to allow my customers to download and install a NEW VERSION. I have read all I could find in HELP about...
  3. Bojangles

    Licensing and copy protection

    I have been searching for a good (reasonably priced) "licensing and copy protection" package that I can incorporate into a vb application that I am selling. I have found several advertised that might be fine, but would like to have a recommendation by someone who has used a particular...
  4. Bojangles

    msado25.tlb failed to register

    Thank you very much John. The MSDN KB article addresses my problem exactly. It does, however, assume that the PDW is being used to package the application while I am using Installer1.1. Hopefully the resolutions listed will work if using Installer1.1 as well. Again, thanks a bunch. Bojangles
  5. Bojangles

    msado25.tlb failed to register

    This might have been covered, but search is not working. I'm using VB6, SP5 and Installer 1.1 to package an application. My developement machine uses Windows XP Pro. I install MDAC 25.0.4403.12 on the target machines except on target machines that have Windows XP Pro. They ALL give the same...
  6. Bojangles

    Backup and Restore Access Database from Access using VB

    I don't know if this will interest you or not, but I am using the following: "Timeless Technologies AppBackup." It is not free, but seems to work very well. Good luck, Bojangles
  7. Bojangles

    Error on Target machine, but not on Developing machine

    Uh oh, I forgot to say what the error was. It is Run-time error # 5 - Invalid procedure call or argument. Sorry about that. Bojangles
  8. Bojangles

    Error on Target machine, but not on Developing machine

    I am getting an error on the TARGET machine, yet NOT getting the error on the developing machine. I am programming in VB6 and using a database that I created with ACCESS 2000. I'm using an ADO Data Control. “Transactions” are entered in textboxes and then appear in a datagrid. The only error...
  9. Bojangles

    Label Caption Blink or Flash off and on

    When a certain event takes place, I want to make a label caption blink off and on until the event concludes. What is the best way to do this? Thanks, Bojangles
  10. Bojangles

    Bill Gates, is gray your favorite color? How to change datagrid color

    Thank you for your responses CClint, Transcend, and Hapy. It appears that there is not a way to do what I want to do with the DataGrid. But again, many thanks, Bojangles
  11. Bojangles

    Bill Gates, is gray your favorite color? How to change datagrid color

    Not the rows folks, but the actual color of the datagrid. It is GRAY!!! How can I change it to another color?! Many thanks! Bojangles
  12. Bojangles

    How do you change the DataGrid Control Color?

    To be sure there must be a way to change the color of the datagrid from that dull gray to some other color. Any help would be greatly appreciated. Thanks, Bojangles
  13. Bojangles

    How do you change the DataGrid Control Color?

    Thanks for the reply CC. I want to make ALL of the gray area another color. That is the headers, row selectors, and the empty space when there are fewer columns/rows than will fit the grid. I simply want the background of the control to be blue, or red, or whatever instead of gray. Do you...
  14. Bojangles

    VB won't run sub report from Crystal

    This might not help, but I got so disgusted with Crystal Reports while using VB6, I finally trashed it and started using DataDynamics Active Reports. Personally I wouldn't give a hole in a donut for Crystal Reports. Bojangles
  15. Bojangles

    How do you change the DataGrid Control Color?

    I have checked all the threads and saw where some have asked this same question, but found no response that answered it. I AM NOT CONCERNED WITH THE COLOR OF THE ROW IN THE DATAGRID! I simply want to change the color of the Datagrid CONTROL itself! It is GREY! I want to change the GREY to...
  16. Bojangles

    What if target machine has MDAC version higher than 2.5?

    Thank you so much Norris68 for such a prompt and helpful response. Bojangles
  17. Bojangles

    What if target machine has MDAC version higher than 2.5?

    I am using VS Installer 1.1 to Package and Distribute my VB6 Application using ADO, Jet4, and an Access 2000 generated database. My developer machine has MDAC 2.5 and I have already discovered that for a successful installation, I need to install MDAC 2.5 on some targets (with earlier versions...
  18. Bojangles

    Join 4 tables, one of which has no matching field

    I am using Active Reports which allows only one data control. For my report recordset, I must have fields from 3 tables that have matching fields and then I need fields from 1 table that has no matching field.. I must use a LEFT JOIN along with an INNER JOIN to get what I need from the 3 tables...
  19. Bojangles

    I'll pay! Datagrid scroll problem

    Thank you so much for responding Rob. But it sounds as though you are using a FLEXGrid. I am using a DATAgrid. But listen, anything you can tell me that would help would be MOST appreciated. Thanks again.
  20. Bojangles

    I'll pay! Datagrid scroll problem

    I am using Vb6, SP5, Access 2000. In my datagrid, when I have just added the row that "fills" it, the vertical scroll bar will not activate and there is no way to get down to the ADDNEW ROW. I have tried making the scroll "automatic", then making it a "vertical.&quot...

Part and Inventory Search

Back
Top