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 Mike Lewis 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. amber1111

    SafeArray!

    JurkMonkey, Thanks for the help...
  2. amber1111

    SafeArray!

    JurkMonkey, For the sake of argument, let's say I want to convert the object to double or array of double...How do I do that? Thanks
  3. amber1111

    SafeArray!

    JurMonkey, I am not sure I understand what you're saying.... pay attention to the first argument of the method ...it expecting a "ref object SafeArray". Thanks
  4. amber1111

    SafeArray!

    I have this method from an ocx that is expecting safearray object as arguments ocx.GetData(ref object ySafeArray, ref object xSafeArray, ref int pts, ref double xbeg, ref double xend); How do I create a SafeArray object in C#? I did something like this...but that does not seem to work object...
  5. amber1111

    run time error 48: error in loading dll

    IT is declared like this "Global wrdApp As Word.Application"
  6. amber1111

    run time error 48: error in loading dll

    I am getting this error message from this line "Set wrdApp = New Word.Application", I have removed MS Office and reinstall it to no end. I'm in need of guidance.
  7. amber1111

    Database Lookup?

    I am to set up a DB lookup module for an Access db in Visual C++, I am hoping that such a module exists somewhere on the webb. Can someone guide(link) me as to where I should look to find such a module.
  8. amber1111

    ActiveX

    I would like to create an ActiveX, which will allow the user to pass graphic(s) objects to a blank form from another program. The blank form is resident to the the ActiveX. It should allow the user to add Text or Label controls to the form as needed. To clarify, the Text and Label controls must...
  9. amber1111

    NT help!

    I have a funny feeling that one of my server's hard drive is on its way out. I had to whack it the other day for it to boot up. What is the best to make a copy of the Hard drive and replace it with the new one? Thanks
  10. amber1111

    Report Writer

    Are there any report writer available off the shelf that I can buy and stick in project(s). The report writer should allow me to place texts, 2D graphics and company logos. I'm also open for suggestions on other avenues. Thanks
  11. amber1111

    Calling DLL(s) in vb6

    Woyler does that mean you first answer was not correct? What is the proper route to take?
  12. amber1111

    Calling DLL(s) in vb6

    To answer strongm's question...the answer is no the dlls are not active(COM) dlls. I believe they are regular dlls written in C
  13. amber1111

    Calling DLL(s) in vb6

    I have to migrate code to vb. I am quite sure that I don't have to rewrite the DLLs. All I have to do is call the DLLs in vb6. How do I call DLL(s) in VB
  14. amber1111

    Win2000 Floppy Crashes System

    Xceler8, Did you ever get an answer for Office2000 keycode, if so can you post it or email it to me. Do not know how to email you directly.
  15. amber1111

    Keycodes

    Dear XCELER8, Did you ever get an answer regarding Office2000 keycode. I am quite interested on how/where to find the keycode. Thanks

Part and Inventory Search

Back
Top