Click here to Skip to main content
15,885,668 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionTitleBar Pin
kumar sanghvi23-Jul-09 17:20
kumar sanghvi23-Jul-09 17:20 
AnswerRe: TitleBar Pin
Mahesh Kulkarni23-Jul-09 20:57
Mahesh Kulkarni23-Jul-09 20:57 
GeneralRe: TitleBar Pin
kumar sanghvi24-Jul-09 0:51
kumar sanghvi24-Jul-09 0:51 
QuestionI am not able to get WM_GETMINMAXINFO Message in CDockablePane derived control. Please Help Me! Pin
jeet51123-Jul-09 15:59
jeet51123-Jul-09 15:59 
QuestionSerialize Linked List Pin
Esaias Pech23-Jul-09 15:32
Esaias Pech23-Jul-09 15:32 
AnswerRe: Serialize Linked List Pin
KarstenK23-Jul-09 21:24
mveKarstenK23-Jul-09 21:24 
AnswerRe: Serialize Linked List Pin
killabyte24-Jul-09 0:22
killabyte24-Jul-09 0:22 
GeneralStructure Pin
resolvequestion23-Jul-09 12:20
resolvequestion23-Jul-09 12: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 13:51
killabyte23-Jul-09 13:51 
QuestionActive Document Server Menu question. Pin
ancere23-Jul-09 9:14
ancere23-Jul-09 9:14 
AnswerRe: Active Document Server Menu question. Pin
transoft23-Jul-09 9:18
transoft23-Jul-09 9:18 
GeneralRe: Active Document Server Menu question. Pin
ancere24-Jul-09 3:19
ancere24-Jul-09 3:19 
Questionmouse cursor not shown in the CScrollView Pin
transoft23-Jul-09 8:38
transoft23-Jul-09 8:38 
AnswerRe: mouse cursor not shown in the CScrollView Pin
Iain Clarke, Warrior Programmer23-Jul-09 9:03
Iain Clarke, Warrior Programmer23-Jul-09 9:03 
GeneralRe: mouse cursor not shown in the CScrollView Pin
transoft23-Jul-09 9:17
transoft23-Jul-09 9:17 
GeneralRe: mouse cursor not shown in the CScrollView Pin
Iain Clarke, Warrior Programmer23-Jul-09 9:26
Iain Clarke, Warrior Programmer23-Jul-09 9:26 
GeneralRe: mouse cursor not shown in the CScrollView Pin
transoft23-Jul-09 10:09
transoft23-Jul-09 10:09 
QuestionUsing vista's virtualisation Pin
Kees195823-Jul-09 7:25
Kees195823-Jul-09 7:25 
QuestionBit Shift and Mask Pin
resolvequestion23-Jul-09 6:29
resolvequestion23-Jul-09 6:29 
AnswerRe: Bit Shift and Mask Pin
Cedric Moonen23-Jul-09 7:40
Cedric Moonen23-Jul-09 7:40 
AnswerRe: Bit Shift and Mask Pin
Iain Clarke, Warrior Programmer23-Jul-09 9:17
Iain Clarke, Warrior Programmer23-Jul-09 9:17 
GeneralRe: Bit Shift and Mask Pin
resolvequestion23-Jul-09 9:59
resolvequestion23-Jul-09 9:59 
GeneralRe: Bit Shift and Mask Pin
Iain Clarke, Warrior Programmer23-Jul-09 20:46
Iain Clarke, Warrior Programmer23-Jul-09 20:46 
GeneralRe: Bit Shift and Mask Pin
CPallini23-Jul-09 10:30
mveCPallini23-Jul-09 10:30 
GeneralRe: Bit Shift and Mask Pin
Iain Clarke, Warrior Programmer23-Jul-09 20:49
Iain Clarke, Warrior Programmer23-Jul-09 20: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.