Click here to Skip to main content
15,914,109 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionasm in VC++ Pin
doctorpi20-Mar-06 2:56
doctorpi20-Mar-06 2:56 
AnswerRe: asm in VC++ Pin
Eytukan20-Mar-06 3:29
Eytukan20-Mar-06 3:29 
QuestionCapture keystroke Pin
Aqueel20-Mar-06 2:54
Aqueel20-Mar-06 2:54 
AnswerRe: Capture keystroke Pin
Eytukan20-Mar-06 3:15
Eytukan20-Mar-06 3:15 
GeneralRe: Capture keystroke Pin
Aqueel20-Mar-06 3:30
Aqueel20-Mar-06 3:30 
QuestionBlinking on the view part.... Pin
maharaja pandian20-Mar-06 2:38
maharaja pandian20-Mar-06 2:38 
AnswerRe: Blinking on the view part.... Pin
Monty220-Mar-06 2:44
Monty220-Mar-06 2:44 
AnswerRe: Blinking on the view part.... Pin
jhwurmbach20-Mar-06 2:54
jhwurmbach20-Mar-06 2:54 
maharaja pandian wrote:
read data from a file and display the corresponding data in the window view(using CClientDc dc,dc.Textout)


Did you think about using some sort of a CListView derived class?
These are made for exactly this purpose: Giving out texts in a view.
OTOH, you might have very good reasons to print directly on the view.
Then writing to a Mem-DC and only blitting it to screen in OnPaint would be the way to go.



"We trained hard, but it seemed that every time we were beginning to form up into teams we would be reorganised. I was to learn later in life that we tend to meet any new situation by reorganising: and a wonderful method it can be for creating the illusion of progress, while producing confusion, inefficiency and demoralisation."

-- Caius Petronius, Roman Consul, 66 A.D.

QuestionProgram wont install Pin
Richard Kock20-Mar-06 2:35
Richard Kock20-Mar-06 2:35 
AnswerRe: Program wont install Pin
Monty220-Mar-06 2:42
Monty220-Mar-06 2:42 
GeneralRe: Program wont install Pin
Richard Kock20-Mar-06 2:46
Richard Kock20-Mar-06 2:46 
GeneralRe: Program wont install Pin
Monty220-Mar-06 2:52
Monty220-Mar-06 2:52 
QuestionPrevent MFC halting the system whilst processing Pin
_psh_20-Mar-06 2:14
_psh_20-Mar-06 2:14 
AnswerRe: Prevent MFC halting the system whilst processing Pin
RichardS20-Mar-06 2:31
RichardS20-Mar-06 2:31 
AnswerRe: Prevent MFC halting the system whilst processing Pin
normanS20-Mar-06 3:51
normanS20-Mar-06 3:51 
AnswerRe: Prevent MFC halting the system whilst processing Pin
normanS20-Mar-06 3:53
normanS20-Mar-06 3:53 
AnswerRe: Prevent MFC halting the system whilst processing Pin
_psh_20-Mar-06 5:32
_psh_20-Mar-06 5:32 
QuestionChange VC++ project name Pin
amanoullah20-Mar-06 2:08
amanoullah20-Mar-06 2:08 
AnswerRe: Change VC++ project name Pin
Mauro Leggieri20-Mar-06 2:12
Mauro Leggieri20-Mar-06 2:12 
QuestionFunction template in C/C++ _ A problem with wrong type binding Pin
pmt20-Mar-06 1:38
pmt20-Mar-06 1:38 
AnswerRe: Function template in C/C++ _ A problem with wrong type binding Pin
toxcct20-Mar-06 1:41
toxcct20-Mar-06 1:41 
GeneralRe: Function template in C/C++ _ A problem with wrong type binding Pin
Eytukan20-Mar-06 2:20
Eytukan20-Mar-06 2:20 
GeneralRe: Function template in C/C++ _ A problem with wrong type binding Pin
toxcct20-Mar-06 2:21
toxcct20-Mar-06 2:21 
AnswerRe: Function template in C/C++ _ A problem with wrong type binding Pin
Shoaib Patel20-Mar-06 2:04
Shoaib Patel20-Mar-06 2:04 
AnswerRe: Function template in C/C++ _ A problem with wrong type binding Pin
Shoaib Patel20-Mar-06 2:07
Shoaib Patel20-Mar-06 2:07 

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.