Click here to Skip to main content
15,894,343 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralProblem with minimizing dialog box Pin
Deepak Samuel2-Apr-04 4:34
Deepak Samuel2-Apr-04 4:34 
GeneralRe: Problem with minimizing dialog box Pin
Alexander M.,2-Apr-04 6:04
Alexander M.,2-Apr-04 6:04 
GeneralRe: Problem with minimizing dialog box Pin
Deepak Samuel4-Apr-04 23:05
Deepak Samuel4-Apr-04 23:05 
GeneralRe: Problem with minimizing dialog box Pin
Anonymous2-Apr-04 11:11
Anonymous2-Apr-04 11:11 
Generalstring and int Pin
Oriented2-Apr-04 4:31
Oriented2-Apr-04 4:31 
GeneralRe: string and int Pin
Navin2-Apr-04 4:39
Navin2-Apr-04 4:39 
GeneralRe: string and int Pin
avenger_sb255-Apr-04 9:59
avenger_sb255-Apr-04 9:59 
GeneralStruct issue Pin
Alexander M.,2-Apr-04 4:06
Alexander M.,2-Apr-04 4:06 
how to make clear that this struct has to be 2 bytes in size and NOT 3?
typedef struct _TEST
{
	USHORT				FragmentOffset: 13;
	UCHAR				MF: 1;
	UCHAR				DF: 1;
	UCHAR				Reserved: 1;
} TEST, *PTEST;


Thanks

Don't try it, just do it! Wink | ;-)
GeneralRe: Struct issue Pin
Vitali Halershtein2-Apr-04 4:15
Vitali Halershtein2-Apr-04 4:15 
GeneralRe: Struct issue Pin
Alexander M.,2-Apr-04 6:02
Alexander M.,2-Apr-04 6:02 
GeneralRe: Struct issue Pin
John M. Drescher2-Apr-04 4:28
John M. Drescher2-Apr-04 4:28 
GeneralRe: Struct issue Pin
Alexander M.,2-Apr-04 6:01
Alexander M.,2-Apr-04 6:01 
GeneralRe: Struct issue Pin
John M. Drescher2-Apr-04 7:12
John M. Drescher2-Apr-04 7:12 
GeneralRe: Struct issue Pin
Alexander M.,2-Apr-04 7:36
Alexander M.,2-Apr-04 7:36 
GeneralRe: Struct issue Pin
Maxwell Chen2-Apr-04 7:49
Maxwell Chen2-Apr-04 7:49 
GeneralRe: Struct issue Pin
Anonymous2-Apr-04 11:15
Anonymous2-Apr-04 11:15 
GeneralWrite a matrix to a txt file Pin
dairiseky2-Apr-04 3:15
dairiseky2-Apr-04 3:15 
GeneralRe: Write a matrix to a txt file Pin
David Crow2-Apr-04 4:01
David Crow2-Apr-04 4:01 
GeneralRe: Write a matrix to a txt file Pin
dairiseky2-Apr-04 4:26
dairiseky2-Apr-04 4:26 
GeneralRe: Write a matrix to a txt file Pin
David Crow2-Apr-04 4:56
David Crow2-Apr-04 4:56 
GeneralCTreeCtrl sort parameters getting corrupted Pin
roybrew2-Apr-04 2:17
roybrew2-Apr-04 2:17 
GeneralLoadLibrary Error Pin
JeabJB2-Apr-04 2:07
JeabJB2-Apr-04 2:07 
GeneralRe: LoadLibrary Error Pin
Alexander M.,2-Apr-04 2:13
Alexander M.,2-Apr-04 2:13 
GeneralRe: LoadLibrary Error Pin
JeabJB2-Apr-04 2:29
JeabJB2-Apr-04 2:29 
GeneralRe: LoadLibrary Error Pin
David Crow2-Apr-04 2:56
David Crow2-Apr-04 2:56 

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.