we currently try to develop an application, which is capable to work with different databases. The interface is ADO.
The problem is that the some providers (native ADO Access 2000, SQL...
some printer ESC-sequences produce an answer giving back some bytes, for example when I want to check the status of a paper sensor. But how can I read this? I do the communication with...
to use a crystal reports print with a special fax printer driver, i have to assign different names to the print jobs, as they appear later in the printer queue. Crystal reports always names...
to use a crystal reports print with a special fax printer driver, i have to assign different names to the print jobs, as they appear later in the printer queue. Crystal reports always names...
the problem was, that i had to call CoInitialize/CoUninitialize in the thread routine. After inserting this it works. Strange, that win 2000 doesn´t mind.
im using ADO to read an Access 2000 database. Now i tried to do the reading in a separate thread using AfxBeginThread. This works fine with Windows 2000, but crashes with Windows 98, when I...
I´d like to sign and encrypt mails, that I send from my app with one of the nice mapi classes from codeguru. I´ve read about the MS CryptoApi, but dont know how to combine encryption and mail....
thanks for the replies. I think, I have to make things clearer. I´ve already subclassed the edit control and catch the WM_RBUTTONDOWN. What I want to do is, get a handle to the standard...
also have a look at GDI+ from MS. Its a new GDI library used in XP, that supports loading and displaying various file formats with zooming, stretching, rotating...
I developed an ownerdrawn caption bar, that has some extra buttons beside the standard max/min/restore/close controls. The standard controls are draw with
I´ve found the answer. As mentioned in the gdi+ section here in codeguru, ms has altered some things in the final release. After inserting the gdiplusstartup and gdiplusshutdown FromFile also...
has anybody tried to use image loading with gdi+ (with constructor or ::FromFile) under XP? Loading allways fails, while it works with all previous Windows systems.
I´m searching for a class, lib, dll or whatever, that can fill the forms of a given pdf file from a vc++ app. I know about acrobat sdk, but this would be to much.
there is a new feature in windows 2000, that pops up windows an menus with a soft fade in. Has anybody an idea, how to do this in an application with CWnd-derived windows?
i wrote an app, that should create a pdf file with a given name, when printing the current view. I tried it with Adobes pdfwriter setting the devnames member "wOutputOffset" to the filename....