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!

Search results for query: *

  • Users: bmoyer23
  • Content: Threads
  • Order by date
  1. bmoyer23

    Disable Spell Check Outlook

    Is there a way to diable automatic spell check (Tools->Options->Spelling...) when sending email via Outlook in Visual Basic? Thanks in advance.
  2. bmoyer23

    Print .TIF to 11X17 Papersize

    How can I set the paper size of a printer in VB? I've tried a couple different methods listed below. Please advice. Thanks in advance. 1) Using the OpenPrinter, SetPrinter API functions - this seems to only work if the user has admin privileges to that printer. In my case, giving admin...
  3. bmoyer23

    Group box caption

    How do you change a group box control's caption in code? I've looked all over for a class for this control, but nothing. Thanks in advance!
  4. bmoyer23

    Control File Access

    I have a .pdf file that is launched via my VB application. I want the user to have read access to this file via the application ONLY... no acces to the file outside the application. Any ideas? I was thinking of having the network admin set up a new network userid with the proper permissions...
  5. bmoyer23

    MFC tab control and transparent images

    Is it possible to get bitmap images to show transparent on the tab control? What am I missing? My code is below. Thanks in advance. void CSHCS_Params_Dlg::InitializeTabCtl(CTabCtrl * _tabTool) { TCITEM tcItem; CImageList *imgl; CBitmap bmp; imgl = new CImageList()...
  6. bmoyer23

    PDF with WebBrowser control

    I'm using the WebBrowser control to view .pdf files within a VB6 form. I'm having performance issues when loading the files or navigating from file to file. At times, the performance is good. Could current internet traffic be a factor? I want it to always run offline, since these file are...
  7. bmoyer23

    Getting default e-mail profile

    We are using the MAPI to email via a VB6 application. When using this method you have to provide a valid mail profile if you want to bypass the profile dialog. We have PCs setup with different default mail profile names(ie: "ms exchange settings", "outlook", ...). Is there...
  8. bmoyer23

    Shell a non .exe and wait

    How do I open an access application (.mde) from VB and wait until it finishes. Keep in mind I do not want to pass the install path of MS Access. The code below, which came from the FAQ section, works only with .EXE files. Please help. Thanks in advance. Public Function ExecCmd(cmdline$)...
  9. bmoyer23

    I have a class setup to open all da

    I have a class setup to open all database connections... with the connection stored in a property procedure. To be able to use these connections outside the class, I'd like to be able to do a property get. Is this possible? Is anyone doing something similar? Property Get Connection() As...
  10. bmoyer23

    imgedit.ocx and WinXP

    Windows XP does not include Wang/Kodak image viewer. I have an application that uses imgedit.ocx, thus the application does not work. Does anyone know if you are able to freely distribute the files related to this viewer for use on XP? Thanks in advance!
  11. bmoyer23

    Error on Compact

    Trying to compact a back-end Access 97 database (230mb) on the network, but keep getting "Record(s) can't be read; no read permission on 'dbpath'". Can anyone help? I ran the repair before the compact. Thanks in advance.
  12. bmoyer23

    Access Reports

    How do I open an Access report in VB?
  13. bmoyer23

    Sorting Recordset

    I have a function (called FillList) which returns a recordset of information to populate a ListView control. When I try setting the Sort property on this recordset, I get the following error: 'Order cannot be opened' It will allow me to set the sort to one field, but not two or more. What am...
  14. bmoyer23

    Poll: Largest Access Database?

    What is the largest database you've worked on? I've seen a "back-end" db of 150Mb. The "front-end" was around 50Mb. Just curious. Thanks.

Part and Inventory Search

Back
Top