Click here to Skip to main content
15,797,960 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionTitleBar Pin
kumar sanghvi23-Jul-09 18:20
kumar sanghvi23-Jul-09 18:20 
AnswerRe: TitleBar Pin
Mahesh Kulkarni23-Jul-09 21:57
Mahesh Kulkarni23-Jul-09 21:57 
GeneralRe: TitleBar Pin
kumar sanghvi24-Jul-09 1:51
kumar sanghvi24-Jul-09 1:51 
QuestionI am not able to get WM_GETMINMAXINFO Message in CDockablePane derived control. Please Help Me! Pin
jeet51123-Jul-09 16:59
jeet51123-Jul-09 16:59 
QuestionSerialize Linked List Pin
Esaias Pech23-Jul-09 16:32
Esaias Pech23-Jul-09 16:32 
AnswerRe: Serialize Linked List Pin
KarstenK23-Jul-09 22:24
mveKarstenK23-Jul-09 22:24 
AnswerRe: Serialize Linked List Pin
killabyte24-Jul-09 1:22
killabyte24-Jul-09 1:22 
GeneralStructure Pin
resolvequestion23-Jul-09 13:20
resolvequestion23-Jul-09 13:20 
Can someone plz explain me this I just want to clarify that am I understanding this correctly or not....

typedef struct
{
unsigned int SizeInBytes;
unsigned char data[MAXBYTES];
} Message;
typedef struct
{
unsigned char MSB;
} PACKET_HEADER;
typedef struct
{
PACKET_HEADER PktHdr;
unsigned char data2[MAX_BYTES];
} PACKET;

const PACKET * const PacketPtr = (PACKET *)&MessagePtr -> data;

(MessagePtr is defined in function parameter
bool function(const Message * const MessagePtr)

THANKS!!!!!
GeneralRe: Structure Pin
killabyte23-Jul-09 14:51
killabyte23-Jul-09 14:51 
QuestionActive Document Server Menu question. Pin
ancere23-Jul-09 10:14
ancere23-Jul-09 10:14 
AnswerRe: Active Document Server Menu question. Pin
transoft23-Jul-09 10:18
transoft23-Jul-09 10:18 
GeneralRe: Active Document Server Menu question. Pin
ancere24-Jul-09 4:19
ancere24-Jul-09 4:19 
Questionmouse cursor not shown in the CScrollView Pin
transoft23-Jul-09 9:38
transoft23-Jul-09 9:38 
AnswerRe: mouse cursor not shown in the CScrollView Pin
Iain Clarke, Warrior Programmer23-Jul-09 10:03
Iain Clarke, Warrior Programmer23-Jul-09 10:03 
GeneralRe: mouse cursor not shown in the CScrollView Pin
transoft23-Jul-09 10:17
transoft23-Jul-09 10:17 
GeneralRe: mouse cursor not shown in the CScrollView Pin
Iain Clarke, Warrior Programmer23-Jul-09 10:26
Iain Clarke, Warrior Programmer23-Jul-09 10:26 
GeneralRe: mouse cursor not shown in the CScrollView Pin
transoft23-Jul-09 11:09
transoft23-Jul-09 11:09 
QuestionUsing vista's virtualisation Pin
Kees195823-Jul-09 8:25
Kees195823-Jul-09 8:25 
QuestionBit Shift and Mask Pin
resolvequestion23-Jul-09 7:29
resolvequestion23-Jul-09 7:29 
AnswerRe: Bit Shift and Mask Pin
Cedric Moonen23-Jul-09 8:40
Cedric Moonen23-Jul-09 8:40 
AnswerRe: Bit Shift and Mask Pin
Iain Clarke, Warrior Programmer23-Jul-09 10:17
Iain Clarke, Warrior Programmer23-Jul-09 10:17 
GeneralRe: Bit Shift and Mask Pin
resolvequestion23-Jul-09 10:59
resolvequestion23-Jul-09 10:59 
GeneralRe: Bit Shift and Mask Pin
Iain Clarke, Warrior Programmer23-Jul-09 21:46
Iain Clarke, Warrior Programmer23-Jul-09 21:46 
GeneralRe: Bit Shift and Mask Pin
CPallini23-Jul-09 11:30
mveCPallini23-Jul-09 11:30 
GeneralRe: Bit Shift and Mask Pin
Iain Clarke, Warrior Programmer23-Jul-09 21:49
Iain Clarke, Warrior Programmer23-Jul-09 21:49 

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.