I want to assign an icon 32x32 to a property sheet. The property sheet is the main window of the application. I am using VC++4.2 on NT4.0.
I defined the following:
class CAdSheet : public CP...
I'm considering getting a Sound Blaster AWE 64 PnP sound card for my computer system. However, I did not see a driver for it on IBM's OS/2 Device Driver Pak On-Line. The highest version is Sou...
We use good old NetWare 3.11, with workstations running IPXODI and NETX. I downloaded all the newest patches from Novell for the file server. My question is where can I get the VLM to replac...
I have added a new COM3 and COM4 to my computer, and
configured them accordingly, except that I put COM3 on
a seperate interrupt (IRQ9).
I have tested it by moving my modem to the COM3 port...
ok, here's the scoop...
got a 25 user Novell 3.12 network divided up into 2
segments. nothing wrong there. clients are happy and
connecting to the server. autoexec.ncf as follows:
l...
When using CreateWindow , the first classname could be like "button" or "static". When using the "listbox" it should be able to make a drop down listbox..
How do i fill this listbox with vari...
Is it just me or is the GetWindowLong API mess'd up?
Private Declare Function GetWindowLong Lib "user32" Alias "GetWindowLongA" _
(ByVal hwnd As Long, ByVal wIndx As Long) As Long
is the a...
Is there a way to easily clear the history object?
visual c++ 4.2 mfc 4.0
how to read the printer spool file created by any application and find
out the metafiles associated with it which are stored in the temp dir?
any app creates the spoo...
How do I write an SQL-query that generates these results:
OrderID UserID UserName
--------- ----------- --------------
010101 ASMITH Anthony Smith
010200 (null) (null)
...
How can I tell if the host is little endian or big endian ? Also, does Java have byte-swap, ntoh(), and hton() functions ?
I have an ownerdraw CListCtrl. I have drawn vertical and horizontal grids, and would like to make the items a bit bigger in height.
I have tried Serge's OnNotify, and do not seem to see the W...
I am just getting started in c++. I have read several books on the subject and have compiled some small programs. With Borland C++ 5.02. I want to use sounds (ie. play .wav files for certain e...
I have an NT program which performs file manipulation. I am running a program on Digital UNIX (Dec Alpha) and require that this NT program be kicked off by the Digital Unix program and can no...
How can I perform a XOR operation on 2 bytes?
example
00000110 (1st byte)
00000010 (2nd byte)
00000100 (result)
Another question is whether all files are stored in multiples of bytes? Exa...