Click here to Skip to main content
15,923,083 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How i can create file.. [modified] Pin
Frank K4-Dec-06 1:34
Frank K4-Dec-06 1:34 
GeneralRe: How i can create file.. Pin
Shah Satish4-Dec-06 4:35
Shah Satish4-Dec-06 4:35 
AnswerRe: How i can create file.. Pin
Hamid_RT4-Dec-06 3:36
Hamid_RT4-Dec-06 3:36 
GeneralRe: How i can create file.. Pin
Shah Satish4-Dec-06 4:54
Shah Satish4-Dec-06 4:54 
AnswerRe: How i can create file.. Pin
S Douglas4-Dec-06 20:09
professionalS Douglas4-Dec-06 20:09 
AnswerRe: How i can create file.. Pin
ThatsAlok4-Dec-06 21:50
ThatsAlok4-Dec-06 21:50 
QuestionIgnore mouse event Pin
Haribaskar4-Dec-06 0:20
Haribaskar4-Dec-06 0:20 
AnswerRe: Ignore mouse event Pin
BadJerry4-Dec-06 0:36
BadJerry4-Dec-06 0:36 
All I can think of is PreTanslateMessage... Something like this:
<br />
BOOL CCrossTabQuestionPage::PreTranslateMessage(MSG* pMsg) <br />
{<br />
	switch ( pMsg->message )<br />
	{<br />
		case WM_LBUTTONDOWN:<br />
		case WM_LBUTTONUP:<br />
		// .. and all other mouse messages<br />
			return true;<br />
	}<br />
	<br />
	return CDialog::PreTranslateMessage(pMsg);<br />
}<br />
<br />

This is likely to work but I have not tested it!
AnswerRe: Ignore mouse event Pin
Naveen4-Dec-06 1:09
Naveen4-Dec-06 1:09 
AnswerRe: Ignore mouse event Pin
ThatsAlok4-Dec-06 21:47
ThatsAlok4-Dec-06 21:47 
QuestionPrinting to Dot-Matrix Printer Pin
pclouw4-Dec-06 0:13
pclouw4-Dec-06 0:13 
AnswerRe: Printing to Dot-Matrix Printer Pin
David Crow4-Dec-06 4:52
David Crow4-Dec-06 4:52 
QuestionDoubt related to MAC & IP Address Pin
Aji V Nair4-Dec-06 0:12
Aji V Nair4-Dec-06 0:12 
AnswerRe: Doubt related to MAC & IP Address Pin
Mark Salsbery4-Dec-06 7:02
Mark Salsbery4-Dec-06 7:02 
QuestionHow i can get file when i debug my project.. Pin
Shah Satish3-Dec-06 23:36
Shah Satish3-Dec-06 23:36 
AnswerRe: How i can get file when i debug my project.. Pin
Cedric Moonen3-Dec-06 23:49
Cedric Moonen3-Dec-06 23:49 
GeneralRe: How i can get file when i debug my project.. Pin
Shah Satish3-Dec-06 23:55
Shah Satish3-Dec-06 23:55 
GeneralRe: How i can get file when i debug my project.. Pin
Shah Satish3-Dec-06 23:56
Shah Satish3-Dec-06 23:56 
GeneralRe: How i can get file when i debug my project.. Pin
Shah Satish3-Dec-06 23:57
Shah Satish3-Dec-06 23:57 
AnswerRe: How i can get file when i debug my project.. Pin
_AnsHUMAN_ 4-Dec-06 2:56
_AnsHUMAN_ 4-Dec-06 2:56 
AnswerRe: How i can get file when i debug my project.. Pin
David Crow4-Dec-06 4:55
David Crow4-Dec-06 4:55 
Questionoutptu rand() in textbox Pin
panduran3-Dec-06 22:19
panduran3-Dec-06 22:19 
AnswerRe: outptu rand() in textbox Pin
Christian Graus3-Dec-06 22:25
protectorChristian Graus3-Dec-06 22:25 
AnswerRe: outptu rand() in textbox Pin
David Crow4-Dec-06 4:56
David Crow4-Dec-06 4:56 
AnswerRe: outptu rand() in textbox Pin
ThatsAlok4-Dec-06 20:27
ThatsAlok4-Dec-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.