Click here to Skip to main content
15,924,507 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to change background color of the Pin
Member 105411-Apr-00 2:02
Member 105411-Apr-00 2:02 
GeneralCopy Constructor and member pointers - Beginner Q. Pin
Matthias10-Apr-00 5:04
Matthias10-Apr-00 5:04 
GeneralRe: Copy Constructor and member pointers - Beginner Q. Pin
Michael Welsch11-Apr-00 0:25
Michael Welsch11-Apr-00 0:25 
GeneralThanks a lot. This was quite what I was after. Pin
Matthias13-Apr-00 9:06
Matthias13-Apr-00 9:06 
GeneralSYSTEM TRAY Pin
Member 255056010-Apr-00 5:01
Member 255056010-Apr-00 5:01 
GeneralRe: SYSTEM TRAY Pin
Chris Maunder10-Apr-00 13:58
cofounderChris Maunder10-Apr-00 13:58 
GeneralPAL format Pin
Michael Welsch10-Apr-00 0:25
Michael Welsch10-Apr-00 0:25 
GeneralRe: PAL format Pin
Sadhu13-Apr-00 8:03
Sadhu13-Apr-00 8:03 
I do not know anything about this but I found on WEB

The Dr. Halo Palette (PAL) file header has the following content (40 bytes):
struct Hpal
{ BYTE ID[2]; Should be AH
int version, size;
char filetype, subtype;
WORD brdid, grmode;
int maxindex, maxred, maxgreen, maxblue; Colors = maxindex + 1
char signature[8], filler[12]; "Dr. Halo", 12 0's
} ;
The palette data is integer triples (R, G, B) for each color in the palette.
The palette file data (including the header) is in 512 byte blocks. If there
is not a full integer triple at the end of a block, the data should be
ignored and the next block started.
GeneralAdding a dialog to the file open command in an explorer style application. Pin
Richard Melton25-Mar-00 13:28
Richard Melton25-Mar-00 13:28 
GeneralRe: Adding a dialog to the file open command in an explorer style application. Pin
Paul Selormey10-Apr-00 0:43
Paul Selormey10-Apr-00 0:43 
GeneralRe: Adding a dialog to the file open command in an explorer style application. Pin
Richard Melton12-Apr-00 0:01
Richard Melton12-Apr-00 0:01 
Questionhow do you play a WAV as a resource? Pin
Anonymous25-Mar-00 7:07
Anonymous25-Mar-00 7:07 
Questionhow do yo uhandle files being dropped on controls Pin
Anonymous22-Mar-00 15:09
Anonymous22-Mar-00 15:09 
AnswerRe: how do yo uhandle files being dropped on controls Pin
Stu10-Apr-00 3:05
Stu10-Apr-00 3:05 
Generalmake highlight cover entire length of all columns in CListCtrl Pin
Derek22-Mar-00 13:54
Derek22-Mar-00 13:54 
GeneralRE: make highlight cover entire length of all columns in CListCtrl Pin
Anonymous23-Mar-00 9:54
suss Anonymous23-Mar-00 9:54 
GeneralRe: RE: make highlight cover entire length of all columns in CListCtrl Pin
Member 577971610-Apr-00 2:06
Member 577971610-Apr-00 2:06 
GeneralRe: make highlight cover entire length of all columns in CListCtrl Pin
Erik Thompson10-Apr-00 10:01
sitebuilderErik Thompson10-Apr-00 10:01 
Generalunhandeld exception Pin
lalue22-Mar-00 8:41
lalue22-Mar-00 8:41 
GeneralRe: unhandeld exception Pin
Paul Selormey10-Apr-00 0:58
Paul Selormey10-Apr-00 0:58 
GeneralMultithreading & Doc_View Pin
jas22-Mar-00 6:16
jas22-Mar-00 6:16 
GeneralRE: Multithreading & Doc_View Pin
Anonymous23-Mar-00 16:04
suss Anonymous23-Mar-00 16:04 
GeneralRe: Multithreading & Doc_View Pin
Paul Selormey10-Apr-00 0:31
Paul Selormey10-Apr-00 0:31 
Generalurgent:need help with TRANSPARENT toolbar Pin
tomer dror21-Mar-00 5:19
tomer dror21-Mar-00 5:19 
QuestionHow to load a bitmap from disk? Pin
Newbie20-Mar-00 21:28
Newbie20-Mar-00 21:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.