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 wOOdy-Soft 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 bas

  1. bas

    modeless Form in VB ActiveX DLL

    We want to display a modeless Form in VB ActiveX DLL from a VC++ Client. Is this possible? How? we read MS kb article 247791 and did not find it useful. Thank you.
  2. bas

    access a VB dll from a VC++ dll

    Is it possible to access a VB ActiveX dll from a VC++ dll? How? I did review KB#194873 on MicroSoft's site - How to Access from a VC++ .exe Thank you all in advance.
  3. bas

    creating a dll

    Can the VB COM dll be called from our standard ANSI C application. I'm assuming it can, but I do not know how to do that? Any ideas?
  4. bas

    creating a dll

    I'd do a keyword search on "dll" but, that feature is currently disabled and I need an answer to this question. We have written a VB 6.0 application as an .exe and have always used called ran executable. Now we are interested in creating that same VB application as a dll. Is that...
  5. bas

    import/copy a dialog box

    This question was posted by Maurader on 8/16/02 with no replies. Now I really need to know too. how do I import (or copy) a dialog box created in another project into the current project? Does anyone know how to do this? tia, bas
  6. bas

    Print Selected Graphic Problem

    Using Adobe Acrobat 5.0.5 produces inconsistent results when I use the graphic selection tool to print a portion of a large PDF file. I select the portion fine, print, choose "selected graphic". The print preview looks fine. The paper prints blank. I've tried this on several...
  7. bas

    word.application missing toolbars

    I want to use VB to open a document in word. I followed the instructions as suggested in Thread 222-24674. That works fine on my development machine where I have Word2000. However, on the users Word97 machines when the document opens there are no toolbars, just the "blue Word title...
  8. bas

    How to rotate a image or picturebox 90º ?

    Sounds like I can't update this imgedit.ocx on the Windows98 machines? I'd like the Windows98 machines to have the same version as my Windows2000 development machine.
  9. bas

    How to rotate a image or picturebox 90º ?

    This post has been very helpful to me - I am successfully rotating an image using the imgedit control as you have outlined. But...when I try to run the app on an older machine, the image gets distorted (and "zooms in") during rotation. I think it's because the imgedit.ocx is out of...
  10. bas

    Add Picture to Microsoft Word

    Thanks for your help - this works great!
  11. bas

    Add Picture to Microsoft Word

    When I try this, I get this error at shp.Type: Compile error - Method or data member not found. I do not use VB very often, seems like Type is not a property of Shape object. Any ideas? bas
  12. bas

    Add Picture to Microsoft Word

    Wow, that works just fine! Thanks for your immediate response. :-> Do you also know how to control the placement and size of the jpeg into Word? I was thinking to add this jpeg as the "Picture" of my Image control in Word? I'm sorry if this is a completely different question!
  13. bas

    Add Picture to Microsoft Word

    For this application either would be fine, but I'll say embedded. Unless... linking is alot easier?
  14. bas

    Add Picture to Microsoft Word

    I'm writing a little VB6 application to do the following: 1. User chooses a jpeg image 2. Labels it with text 3. Clicks OK - a word document opens with the text & image. I've used ActiveDocument and bookmarks to handle the text. That works fine. And the user can navigate to an image and I...
  15. bas

    C-Question - memory addresses pos or neg?

    This is really a C-Question, but this is the best Forum I've found to post... It is a fact - Pointer variables contain memory addresses as their values. Could it be possible(valid) for that value to be negative? Thanks, bas

Part and Inventory Search

Back
Top