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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by SpiderBear6

  1. SpiderBear6

    Migrating from 7.0 to 2000

    That's interesting, the detach from 7 and attach to 2000 should have worked. Maybe the program is configured to connect to a SQL Server 7 db and as such can't understand the SQL Server 2000 db. Hope that helps. -------------------------------------- "We are star-stuff. We are the...
  2. SpiderBear6

    TDBGrid Scroll To End

    Thanks for trying to help, WZUP. I'll send an email to ComponentOne support and if I get a good answer, will post it here. Cheers. -------------------------------------- "We are star-stuff. We are the universe made manifest trying to figure itself out." -- Delenn in Babylon 5 -...
  3. SpiderBear6

    Late Binding Events

    How is it not late binding? -------------------------------------- "We are star-stuff. We are the universe made manifest trying to figure itself out." -- Delenn in Babylon 5 - "A Distant Star"
  4. SpiderBear6

    Late Binding Events

    Considering you use the vbControlExtender, I guess that would be correct. In my situation, the object (control) I was trying to late bind to had a control interface like the Timer control. I guess if the object you were trying to use didn't have such an interface, you could possible wrap it up...
  5. SpiderBear6

    TDBGrid Scroll To End

    I still want them to be able to edit the other columns, I just want to scroll to the last column. -------------------------------------- "We are star-stuff. We are the universe made manifest trying to figure itself out." -- Delenn in Babylon 5 - "A Distant Star"
  6. SpiderBear6

    TDBGrid Scroll To End

    How do I do that? There is a col property but this is read only at run time. -------------------------------------- "We are star-stuff. We are the universe made manifest trying to figure itself out." -- Delenn in Babylon 5 - "A Distant Star"
  7. SpiderBear6

    Late Binding Events

    I didn't even really know about the vbControlExtender object and it's full potential until I had to do some digging to do what I wanted to do. Private WithEvents m_ABC As VBControlExtender Private Sub m_ABC_ObjectEvent(Info As EventInfo) With Info Select Case .Name...
  8. SpiderBear6

    TDBGrid Scroll To End

    Hi guys, I have functionality which can create a new field in a table. The whole table is visible in a True DBGrid control. When the user creates the field, the field's column is added to the end of the columns in the grid. I have been trying to get the grid to automatically scroll over to...
  9. SpiderBear6

    Late Binding Events

    Thanks for all of your replies guys. But I have found the solution. You can late bind events by using the VbControlExtender object instead of the generic object. You can then code against the ObjectEvent sub determining the event from the passed in EventInfo parameter. Cheers...
  10. SpiderBear6

    Late Binding Events

    Hi guys, Could someone please point me in the right direction to figuring out how to respond to events of a late bound object? I know how to access the properties and methods of the objects, but don't know how to hook into the events. Cheers all. --------------------------------------...
  11. SpiderBear6

    Create Patch Install

    Yeh that's right... I forgot about that option. So the same install could upgrade old versions or install a new version. That's great except for the fact that you have all of that extra baggage for updates. -------------------------------------- "We are star-stuff. We are the universe...
  12. SpiderBear6

    MSDE - Access Denied

    Hi all, I have two XP Acer machines that have a new installation of the OS on them. I have an application that uses sqldmo.dll to control the MSDE 2000 installation. On both machines, I get an Access Denied when I try to connect to the MSDE instanace. On one machine, I installed MDAC 2.8 and...
  13. SpiderBear6

    Create Patch Install

    I agree with you River.. you would have the two versions installed. This is not really ideal. I guess you can uninstall the old version and then run the new version, but that means a lot of work for the user just to update a few files. -------------------------------------- "We are...
  14. SpiderBear6

    Create Patch Install

    Hi all, How does one create a patch install in Visual Studio.Net without using any third party products? Thanks. -------------------------------------- "We are star-stuff. We are the universe made manifest trying to figure itself out." -- Delenn in Babylon 5 - "A Distant Star"
  15. SpiderBear6

    Launch PDF File From VB

    Thanks for your help guys. -------------------------------------- "We are star-stuff. We are the universe made manifest trying to figure itself out." -- Delenn in Babylon 5 - "A Distant Star"

Part and Inventory Search

Back
Top