Click here to Skip to main content
15,798,733 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionint treated as binary no. Pin
Manmohan2923-Oct-09 11:41
Manmohan2923-Oct-09 11:41 
AnswerRe: int treated as binary no. Pin
David Crow23-Oct-09 11:45
David Crow23-Oct-09 11:45 
GeneralRe: int treated as binary no. Pin
Manmohan2923-Oct-09 11:58
Manmohan2923-Oct-09 11:58 
AnswerRe: int treated as binary no. Pin
David Crow23-Oct-09 12:04
David Crow23-Oct-09 12:04 
GeneralRe: int treated as binary no. Pin
Manmohan2923-Oct-09 12:16
Manmohan2923-Oct-09 12:16 
GeneralRe: int treated as binary no. Pin
David Crow23-Oct-09 16:08
David Crow23-Oct-09 16:08 
QuestionScrollbars are shown incorrectly. Pin
Nikz223-Oct-09 11:01
Nikz223-Oct-09 11:01 
AnswerRe: Scrollbars are shown incorrectly. [modified] Pin
Nikz223-Oct-09 13:17
Nikz223-Oct-09 13:17 
Well.. A found a solution.. I don't like it, but it works.
void MainDial::OnTimer(UINT_PTR nIDEvent)
{
if (theApp.First)
 {
	CRect rr;
	this->GetWindowRect(&rr);
	rr.right-=1;
        rr.bottom-=1;
	MainDial::MoveWindow(rr);
	theApp.First=false;
 }
}


modified on Friday, October 23, 2009 6:53 PM

GeneralRe: Scrollbars are shown incorrectly. Pin
«_Superman_»23-Oct-09 13:31
professional«_Superman_»23-Oct-09 13:31 
GeneralRe: Scrollbars are shown incorrectly. Pin
Nikz223-Oct-09 13:53
Nikz223-Oct-09 13:53 
GeneralRe: Scrollbars are shown incorrectly. Pin
«_Superman_»23-Oct-09 14:01
professional«_Superman_»23-Oct-09 14:01 
GeneralSolution Pin
Nikz223-Oct-09 15:07
Nikz223-Oct-09 15:07 
GeneralRe: Scrollbars are shown incorrectly. Pin
«_Superman_»23-Oct-09 15:15
professional«_Superman_»23-Oct-09 15:15 
QuestionLooking for Mathematical Expressions Evaluator Pin
Tony Teveris23-Oct-09 10:25
Tony Teveris23-Oct-09 10:25 
AnswerRe: Looking for Mathematical Expressions Evaluator Pin
David Crow23-Oct-09 10:33
David Crow23-Oct-09 10:33 
QuestionWho has the file opened? Pin
Peter Weyzen23-Oct-09 10:11
Peter Weyzen23-Oct-09 10:11 
QuestionRe: Who has the file opened? Pin
David Crow23-Oct-09 10:34
David Crow23-Oct-09 10:34 
AnswerRe: Who has the file opened? Pin
Peter Weyzen23-Oct-09 11:19
Peter Weyzen23-Oct-09 11:19 
GeneralRe: Who has the file opened? Pin
David Crow23-Oct-09 11:22
David Crow23-Oct-09 11:22 
QuestionProperty Sheet OnOK only calls property page1 OnOK override? [modified] Pin
al250023-Oct-09 9:19
al250023-Oct-09 9:19 
AnswerRe: Property Sheet OnOK only calls property page1 OnOK override? Pin
al250023-Oct-09 10:26
al250023-Oct-09 10:26 
AnswerRe: Property Sheet OnOK only calls property page1 OnOK override? Pin
David Crow23-Oct-09 10:51
David Crow23-Oct-09 10:51 
GeneralRe: Property Sheet OnOK only calls property page1 OnOK override? Pin
al250023-Oct-09 12:56
al250023-Oct-09 12:56 
GeneralRe: Property Sheet OnOK only calls property page1 OnOK override? Pin
David Crow23-Oct-09 15:52
David Crow23-Oct-09 15:52 
GeneralRe: Property Sheet OnOK only calls property page1 OnOK override? Pin
al250023-Oct-09 19:35
al250023-Oct-09 19:35 

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.