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 strongm 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: *

  • Users: bas
  • Order by date
  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
  16. bas

    link to FTP site in FrontPage 2000

    I'm new to working with FTP sites and someone is going to set one up on our server. Then they'll want me to have a link to that FTP site on our website (hosted on a server of our ISP). How is do I set up that hyperlink? What is the syntax? Thanks, bas
  17. bas

    Working with db queries/worksheet protection/tabs

    Dale, I'm finally responding to your May 2 suggestion. Yes, I meant the DGET function not "DBGET". I did just what you advised in having a seperate (protected) sheet with the resident DGET formula and criteria. Then I wrote a VBA routine to feed to the destination cells as you also...
  18. bas

    Working with db queries/worksheet protection/tabs

    Excel's "database functionality" based on specific criteria was unfamiliar to me before your kind response! Now I don't even have a need for the db query - much quicker for my application. Thank you again. :-) And I may add it works like a charm! All is displayed neatly. How do I...
  19. bas

    Working with db queries/worksheet protection/tabs

    Dale, That worked great :-) I added these as macros and assigned them to cusomized toolbar buttons called "Auto" and "Edit" - I did not want to introduce all of our users to the protect and unprotect features. Do you know if it is "by design that: A) db queries do not...
  20. bas

    Working with db queries/worksheet protection/tabs

    We have several excel worksheets that are not lists - they are invoices/forms with "blank cells” on them for the user to fill out. (I'd rather be using Crystal Reports for these forms, but that's another story) When the a worksheet is protected we can “tab” from one unlocked cell to the...

Part and Inventory Search

Back
Top