Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to Get List Box Control Varibale from a Dlg Class To UI Thread Class Pin
Hari_1621-Sep-09 20:41
Hari_1621-Sep-09 20:41 
GeneralRe: How to Get List Box Control Varibale from a Dlg Class To UI Thread Class Pin
«_Superman_»21-Sep-09 22:35
professional«_Superman_»21-Sep-09 22:35 
GeneralRe: How to Get List Box Control Varibale from a Dlg Class To UI Thread Class Pin
Hari_1622-Sep-09 1:58
Hari_1622-Sep-09 1:58 
GeneralRe: How to Get List Box Control Varibale from a Dlg Class To UI Thread Class Pin
David Crow22-Sep-09 3:11
David Crow22-Sep-09 3:11 
GeneralRe: How to Get List Box Control Varibale from a Dlg Class To UI Thread Class Pin
David Crow22-Sep-09 3:08
David Crow22-Sep-09 3:08 
QuestionName Decoration Pin
Bram van Kampen21-Sep-09 12:30
Bram van Kampen21-Sep-09 12:30 
AnswerRe: Name Decoration Pin
Luc Pattyn21-Sep-09 13:09
sitebuilderLuc Pattyn21-Sep-09 13:09 
AnswerRe: Name Decoration Pin
Joe Woodbury21-Sep-09 20:10
professionalJoe Woodbury21-Sep-09 20:10 
What I do is use extern "C" {} around the functions I want to export and then use a .def file. (One reason I use a .def file is to control the ordinals of the exported functions which is critical when adding to a DLL that you or third parties will use without relinking. MFC does the same thing with decorated functions for the same reason, though without the extern "C" keyword.)
QuestionNewbie needs help WriteFile() Function Pin
egerving21-Sep-09 12:15
egerving21-Sep-09 12:15 
AnswerRe: Newbie needs help WriteFile() Function Pin
«_Superman_»21-Sep-09 17:20
professional«_Superman_»21-Sep-09 17:20 
AnswerRe: Newbie needs help WriteFile() Function Pin
norish21-Sep-09 18:02
norish21-Sep-09 18:02 
GeneralRe: Newbie needs help WriteFile() Function Pin
Joe Woodbury21-Sep-09 19:58
professionalJoe Woodbury21-Sep-09 19:58 
AnswerRe: Newbie needs help WriteFile() Function Pin
Joe Woodbury21-Sep-09 20:04
professionalJoe Woodbury21-Sep-09 20:04 
QuestionHow to get a specified message from message loop? Pin
includeh1021-Sep-09 12:06
includeh1021-Sep-09 12:06 
AnswerRe: How to get a specified message from message loop? Pin
«_Superman_»21-Sep-09 17:25
professional«_Superman_»21-Sep-09 17:25 
QuestionData Encryption Suggestion needed. [modified] Pin
transoft21-Sep-09 9:44
transoft21-Sep-09 9:44 
AnswerRe: Data Encryption Suggestion needed. Pin
Richard MacCutchan21-Sep-09 11:36
mveRichard MacCutchan21-Sep-09 11:36 
AnswerRe: Data Encryption Suggestion needed. Pin
norish21-Sep-09 18:17
norish21-Sep-09 18:17 
AnswerRe: Data Encryption Suggestion needed. Pin
CPallini21-Sep-09 20:32
mveCPallini21-Sep-09 20:32 
QuestionTVN_SELCHANGING and TVN_SELCHANGED in CTreeCtrl - how to process and when? Pin
Vaclav_21-Sep-09 8:24
Vaclav_21-Sep-09 8:24 
AnswerRe: TVN_SELCHANGING and TVN_SELCHANGED in CTreeCtrl - how to process and when? Pin
Nemanja Trifunovic21-Sep-09 9:33
Nemanja Trifunovic21-Sep-09 9:33 
GeneralRe: TVN_SELCHANGING and TVN_SELCHANGED in CTreeCtrl - how to process and when? Pin
Vaclav_21-Sep-09 9:45
Vaclav_21-Sep-09 9:45 
GeneralRe: TVN_SELCHANGING and TVN_SELCHANGED in CTreeCtrl - how to process and when? Pin
Nemanja Trifunovic21-Sep-09 11:16
Nemanja Trifunovic21-Sep-09 11:16 
AnswerRe: TVN_SELCHANGING and TVN_SELCHANGED in CTreeCtrl - how to process and when? Pin
Michael Dunn22-Sep-09 13:06
sitebuilderMichael Dunn22-Sep-09 13:06 
QuestionIs there an easy way to have read only edit boxes or controls which are not all "greyed" out. Pin
Neil Urquhart21-Sep-09 8:06
Neil Urquhart21-Sep-09 8:06 

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.