Click here to Skip to main content
15,910,981 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow we can compare the dialog length to screen length Pin
vasusree5-Jul-06 21:15
vasusree5-Jul-06 21:15 
AnswerRe: how we can compare the dialog length to screen length /*modified*/ Pin
Hamid_RT5-Jul-06 21:28
Hamid_RT5-Jul-06 21:28 
GeneralRe: how we can compare the dialog length to screen length Pin
vasusree5-Jul-06 21:32
vasusree5-Jul-06 21:32 
GeneralRe: how we can compare the dialog length to screen length Pin
Hamid_RT5-Jul-06 21:45
Hamid_RT5-Jul-06 21:45 
GeneralRe: how we can compare the dialog length to screen length Pin
vasusree5-Jul-06 23:33
vasusree5-Jul-06 23:33 
GeneralRe: how we can compare the dialog length to screen length Pin
Hamid_RT6-Jul-06 1:01
Hamid_RT6-Jul-06 1:01 
AnswerRe: how we can compare the dialog length to screen length Pin
Weiye Chen5-Jul-06 21:47
Weiye Chen5-Jul-06 21:47 
QuestionLPINT causes Exception Pin
Checker20035-Jul-06 21:12
Checker20035-Jul-06 21:12 
Hello, I receive a string from registry which looks like this "(1;2;3;4;5;6;7)" it saves the order of the columns of my listview object
Now I want to put it into an LPINT but when I use SetColumnOrderArray it causes an exception:

LPINT lp_OrderArray = (LPINT) malloc(iColumns*sizeof(int));<br />
	<br />
	for( i;i < iColumns-1; i++)<br />
	{<br />
		strRegPos = strColOrder[p]; <br />
		int nNumField = _stscanf(strRegPos,	_T("%i"), &iPos);<br />
		<br />
		if (nNumField != EOF)  <br />
		{ <br />
			lp_OrderArray[i] = iPos; <br />
			p = p + 2;							//next Pos<br />
		}<br />
	}


I am not the best developer, but maybe someone here could help me

regards
AnswerRe: LPINT causes Exception Pin
Sarath C5-Jul-06 21:25
Sarath C5-Jul-06 21:25 
GeneralRe: LPINT causes Exception Pin
Checker20035-Jul-06 21:30
Checker20035-Jul-06 21:30 
GeneralRe: LPINT causes Exception Pin
Justin Tay5-Jul-06 22:27
Justin Tay5-Jul-06 22:27 
QuestionUpdateWindow is required? Pin
Sarath C5-Jul-06 20:35
Sarath C5-Jul-06 20:35 
AnswerRe: UpdateWindow is required? Pin
Hamid_RT5-Jul-06 20:41
Hamid_RT5-Jul-06 20:41 
GeneralRe: UpdateWindow is required? Pin
Sarath C5-Jul-06 20:50
Sarath C5-Jul-06 20:50 
GeneralRe: UpdateWindow is required? Pin
Sarath C5-Jul-06 20:55
Sarath C5-Jul-06 20:55 
GeneralRe: UpdateWindow is required? Pin
Hamid_RT5-Jul-06 21:25
Hamid_RT5-Jul-06 21:25 
QuestionMAXDWORD Pin
thathvamsi5-Jul-06 20:34
thathvamsi5-Jul-06 20:34 
AnswerRe: MAXDWORD Pin
Hamid_RT5-Jul-06 20:38
Hamid_RT5-Jul-06 20:38 
GeneralRe: MAXDWORD [modified] Pin
thathvamsi5-Jul-06 20:48
thathvamsi5-Jul-06 20:48 
QuestionHow to get data from database into a propertypage Pin
vc++_fragrance5-Jul-06 20:30
vc++_fragrance5-Jul-06 20:30 
AnswerRe: How to get data from database into a propertypage [modified] Pin
Sarath C5-Jul-06 20:59
Sarath C5-Jul-06 20:59 
GeneralRe: How to get data from database into a propertypage Pin
vc++_fragrance5-Jul-06 21:38
vc++_fragrance5-Jul-06 21:38 
GeneralRe: How to get data from database into a propertypage Pin
Sarath C5-Jul-06 21:42
Sarath C5-Jul-06 21:42 
GeneralRe: How to get data from database into a propertypage Pin
vc++_fragrance5-Jul-06 22:12
vc++_fragrance5-Jul-06 22:12 
QuestionFont of text on button with color Pin
ashish dogra5-Jul-06 20:27
ashish dogra5-Jul-06 20:27 

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.