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!

Search results for query: *

  • Users: bas
  • Content: Threads
  • 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

    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...
  4. 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
  5. 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...
  6. 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...
  7. 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...
  8. 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
  9. 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
  10. 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...
  11. bas

    Excel - System error The parameter is incorrect.

    Hi, I am trying to add a macro to my spreadsheet. When I do record the new macro and then close the .xls and then reopen it, I get the following error: System error - the parameter is incorrect. Has anyone seen that error before? I did not even think I was using a parameter!? Thanks.
  12. bas

    external data Query - to merged cell?

    I am using an external data Query. It seems like the Query is always associatiated with a single cell. I want the query to be associated with merged cells. Is that possible? Do you know what I mean? (We have these forms that in my opinion should be rewritten in something like Crystal...
  13. bas

    DAO to ADO advice

    I'm looking for some advice. We are planning to rewrite our existing Visual C++ code which uses DAO to use ADO. I'm researching this and wondering if anyone has any thoughts on ADO.NET - Should we migrate from DAO directly to ADO.net? Thanks.
  14. bas

    ADO - add a field to an existing table

    I am new to ADO, converting C++ DAO code to ADO. I want to add a field to an existing table in an .mdb. With DAO, I'd use the CreateField method of the CDaoTableDef. I do not understand how I'd add the new field to an existing table using ADO. I've successfully appended the new field to a...
  15. bas

    ADO - need sample connection code

    I am new to ADO. Most of the samples I find are for Visual Basic. I'm looking to rewrite the following VB snippet in C++. oConn.Open "Driver={Microsoft Access Driver (*.mdb)};" & _ "Dbq=c:\somepath\mydb.mdb;" & _ "Uid=admin;" & _...
  16. bas

    FrontPage 2000 - error - server "" timed out

    We recently installed Office2000 SR-1 upgrade. Now when I try to open a web on our file server with FrontPage, I get the following error: The server "" timed out. The current request did not complete successfully. Note: 1. I've talked to MicroSoft support for several hours and...
  17. bas

    return value of MDAC

    I am installing MDAC 2.6 as part of the Package and Deployment Wizard. If MDAC fails to install, I want to exit Setup1. How can I check the return value of MDAC?
  18. bas

    modify MDAC install in Setup1

    I know that the way setup1.vbp is written, if an error occurs during the install of MDAC, the code just drops through. For example, I was attempting to install my app on a machine with an early version of IE and got no notification that MDAC could not be installed. I want to modify setup1.vbp...
  19. bas

    add frx file to sourcesafe project?

    I did read thread 222-48449 regarding the contents of the frx file. But I am still unclear - should I add the frx file to sourcesafe along with the frm?
  20. bas

    atl.dll and Package and Deployment Wizard

    I want to distribute the correct atl.dll which is OS- dependent. The Package and Deployment Wizard will not let me Add 2 files with the same name. How can I do this? I thought I could have both atl.dlls in my single cab and then within the setup1.vbp I thought I'd use IsWindows95 to...

Part and Inventory Search

Back
Top