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...
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...
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()...
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...
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...
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$)...
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...
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!
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.
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...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.