Click here to Skip to main content
15,889,335 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhey guys the directshow..... Pin
abstar12-Nov-05 17:34
abstar12-Nov-05 17:34 
AnswerRe: hey guys the directshow..... Pin
douglasjordan13-Nov-05 11:47
douglasjordan13-Nov-05 11:47 
QuestionWhich Control Would Work Best? Pin
LighthouseJ12-Nov-05 17:33
LighthouseJ12-Nov-05 17:33 
AnswerRe: Which Control Would Work Best? Pin
vikas amin12-Nov-05 19:34
vikas amin12-Nov-05 19:34 
AnswerRe: Which Control Would Work Best? Pin
Michael Dunn13-Nov-05 12:34
sitebuilderMichael Dunn13-Nov-05 12:34 
GeneralRe: Which Control Would Work Best? Pin
LighthouseJ13-Nov-05 16:10
LighthouseJ13-Nov-05 16:10 
Questiondisplay text Pin
kevincwong12-Nov-05 17:29
kevincwong12-Nov-05 17:29 
AnswerRe: display text Pin
Gary R. Wheeler13-Nov-05 2:36
Gary R. Wheeler13-Nov-05 2:36 
An edit control in a dialog would do nicely. You can enable several styles that help: "multiline", "want return", and "horizontal scroll" and "vertical scroll". You can set these in the resource editor when you create the control.

If the text is formatted using spaces (say, into columns), you may want to set the font used in the edit control to a monospaced font (Courier New, for example).


Software Zen: delete this;
GeneralRe: display text Pin
Rajesh R Subramanian13-Nov-05 21:20
professionalRajesh R Subramanian13-Nov-05 21:20 
GeneralRe: display text Pin
kevincwong16-Nov-05 21:34
kevincwong16-Nov-05 21:34 
QuestionHow to read/write a byte to LPT ? Pin
quangpk12-Nov-05 13:46
quangpk12-Nov-05 13:46 
AnswerRe: How to read/write a byte to LPT ? Pin
LighthouseJ12-Nov-05 17:22
LighthouseJ12-Nov-05 17:22 
AnswerRe: How to read/write a byte to LPT ? Pin
vikas amin12-Nov-05 19:54
vikas amin12-Nov-05 19:54 
QuestionRegional Settings: Get Hour Difference from UTC and Week Day Name Pin
Axonn Echysttas12-Nov-05 13:19
Axonn Echysttas12-Nov-05 13:19 
AnswerRe: Regional Settings: Get Hour Difference from UTC and Week Day Name Pin
Gary R. Wheeler13-Nov-05 4:50
Gary R. Wheeler13-Nov-05 4:50 
GeneralRe: Regional Settings: Get Hour Difference from UTC and Week Day Name Pin
Axonn Echysttas17-Nov-05 19:35
Axonn Echysttas17-Nov-05 19:35 
QuestionCreate a toplevel window in SDI Pin
AnTri12-Nov-05 9:24
AnTri12-Nov-05 9:24 
AnswerRe: Create a toplevel window in SDI Pin
Trollslayer12-Nov-05 9:59
mentorTrollslayer12-Nov-05 9:59 
GeneralRe: Create a toplevel window in SDI Pin
AnTri12-Nov-05 10:08
AnTri12-Nov-05 10:08 
QuestionSort Arrow Erased on inital drawing Pin
RobertW10012-Nov-05 9:11
RobertW10012-Nov-05 9:11 
AnswerRe: Sort Arrow Erased on inital drawing Pin
Michael Dunn13-Nov-05 12:41
sitebuilderMichael Dunn13-Nov-05 12:41 
QuestionOverloading "operator new" Pin
Obi Wan 212-Nov-05 4:26
Obi Wan 212-Nov-05 4:26 
AnswerRe: Overloading "operator new" Pin
Bob Stanneveld12-Nov-05 4:54
Bob Stanneveld12-Nov-05 4:54 
GeneralRe: Overloading "operator new" Pin
Obi Wan 212-Nov-05 6:00
Obi Wan 212-Nov-05 6:00 
GeneralRe: Overloading "operator new" Pin
Bob Stanneveld13-Nov-05 2:37
Bob Stanneveld13-Nov-05 2:37 

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.