Click here to Skip to main content
15,922,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeRe: find angle Pin
Cedric Moonen22-Oct-09 22:56
Cedric Moonen22-Oct-09 22:56 
JokeRe: find angle Pin
CPallini22-Oct-09 23:15
mveCPallini22-Oct-09 23:15 
AnswerRe: find angle Pin
Chris Losinger23-Oct-09 4:41
professionalChris Losinger23-Oct-09 4:41 
Questionfatal error LNK1120: 1 unresolved externals [modified] Pin
NarVish22-Oct-09 21:29
NarVish22-Oct-09 21:29 
AnswerRe: fatal error LNK1120: 1 unresolved externals Pin
theCPkid22-Oct-09 21:46
theCPkid22-Oct-09 21:46 
QuestionRe: fatal error LNK1120: 1 unresolved externals Pin
Nuri Ismail22-Oct-09 21:48
Nuri Ismail22-Oct-09 21:48 
AnswerRe: fatal error LNK1120: 1 unresolved externals Pin
NarVish22-Oct-09 22:00
NarVish22-Oct-09 22:00 
AnswerRe: fatal error LNK1120: 1 unresolved externals Pin
NarVish23-Oct-09 1:41
NarVish23-Oct-09 1:41 
GeneralRe: fatal error LNK1120: 1 unresolved externals Pin
Hans Dietrich23-Oct-09 3:03
mentorHans Dietrich23-Oct-09 3:03 
QuestionHow to i send files to a network printer without opening the files. Pin
yoga_s22-Oct-09 19:27
yoga_s22-Oct-09 19:27 
AnswerRe: How to i send files to a network printer without opening the files. Pin
David Crow23-Oct-09 3:05
David Crow23-Oct-09 3:05 
QuestionHiding the edit control box in MFC Pin
DevelopmentNoob22-Oct-09 17:53
DevelopmentNoob22-Oct-09 17:53 
AnswerRe: Hiding the edit control box in MFC Pin
Adam Roderick J22-Oct-09 18:01
Adam Roderick J22-Oct-09 18:01 
AnswerRe: Hiding the edit control box in MFC Pin
Randor 22-Oct-09 18:03
professional Randor 22-Oct-09 18:03 
GeneralRe: Hiding the edit control box in MFC Pin
DevelopmentNoob22-Oct-09 19:02
DevelopmentNoob22-Oct-09 19:02 
GeneralRe: Hiding the edit control box in MFC Pin
Rajesh R Subramanian22-Oct-09 20:58
professionalRajesh R Subramanian22-Oct-09 20:58 
GeneralRe: Hiding the edit control box in MFC Pin
CPallini22-Oct-09 21:08
mveCPallini22-Oct-09 21:08 
GeneralRe: Hiding the edit control box in MFC Pin
Randor 22-Oct-09 21:12
professional Randor 22-Oct-09 21:12 
QuestionHow do I write a program that "talks" to a webcam and tells it when to take a photo? Pin
justabeagle22-Oct-09 17:44
justabeagle22-Oct-09 17:44 
AnswerRe: How do I write a program that "talks" to a webcam and tells it when to take a photo? Pin
Rajesh R Subramanian22-Oct-09 21:02
professionalRajesh R Subramanian22-Oct-09 21:02 
QuestionDisplaying a chart in a CScrollView report. Pin
Sternocera22-Oct-09 8:22
Sternocera22-Oct-09 8:22 
AnswerRe: Displaying a chart in a CScrollView report. Pin
Cedric Moonen22-Oct-09 9:16
Cedric Moonen22-Oct-09 9:16 
GeneralRe: Displaying a chart in a CScrollView report. [modified] Pin
Sternocera22-Oct-09 12:04
Sternocera22-Oct-09 12:04 
QuestionHow to display Text in Chinese? Pin
Software200722-Oct-09 7:27
Software200722-Oct-09 7:27 
AnswerRe: How to display Text in Chinese? Pin
Nemanja Trifunovic22-Oct-09 7:54
Nemanja Trifunovic22-Oct-09 7:54 
Is your application built with Unicode support? If yes, just use something like SetWindowText to set the text you want. If not, you'll need to use the rich edit control instead.


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.