Click here to Skip to main content
15,891,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Painting with win32. Pin
Steve_30-Jan-09 6:59
Steve_30-Jan-09 6:59 
GeneralRe: Painting with win32. Pin
Code-o-mat30-Jan-09 23:13
Code-o-mat30-Jan-09 23:13 
GeneralRe: Painting with win32. Pin
Randor 31-Jan-09 0:07
professional Randor 31-Jan-09 0:07 
GeneralRe: Painting with win32. Pin
Code-o-mat30-Jan-09 7:02
Code-o-mat30-Jan-09 7:02 
QuestionStrings and Translation Pin
Software200730-Jan-09 4:48
Software200730-Jan-09 4:48 
AnswerRe: Strings and Translation Pin
Jonathan Davies30-Jan-09 5:05
Jonathan Davies30-Jan-09 5:05 
GeneralRe: Strings and Translation Pin
Software200730-Jan-09 5:20
Software200730-Jan-09 5:20 
GeneralRe: Strings and Translation Pin
Jonathan Davies30-Jan-09 5:37
Jonathan Davies30-Jan-09 5:37 
I made a COM .dll with an object that had one interface and one method:
STDMETHOD(get_String)(/*[in]*/LONG code, /*[out, retval]*/ BSTR *pVal);

Though a .dll could export such a function instead of needing a COM object. Within that function handler I loaded the string, though looking now I see I used a string table rather than a message table. The info on message-tables I'm sure I found on Code-Project. I actually used the CComBSTR within the function as it had a LoadString method. (All this was done in VS6).
GeneralRe: Strings and Translation Pin
Software200730-Jan-09 6:34
Software200730-Jan-09 6:34 
QuestionNtOpenFile problem Pin
Member 342050930-Jan-09 3:22
Member 342050930-Jan-09 3:22 
AnswerRe: NtOpenFile problem Pin
Stuart Dootson30-Jan-09 3:49
professionalStuart Dootson30-Jan-09 3:49 
Questionprogramming network UDP application Pin
karpis_miroslav30-Jan-09 2:36
karpis_miroslav30-Jan-09 2:36 
QuestionRe: programming network UDP application Pin
CPallini30-Jan-09 2:45
mveCPallini30-Jan-09 2:45 
AnswerRe: programming network UDP application Pin
karpis_miroslav30-Jan-09 2:47
karpis_miroslav30-Jan-09 2:47 
QuestionRe: programming network UDP application Pin
CPallini30-Jan-09 3:09
mveCPallini30-Jan-09 3:09 
AnswerRe: programming network UDP application Pin
Code-o-mat30-Jan-09 2:47
Code-o-mat30-Jan-09 2:47 
AnswerRe: programming network UDP application Pin
David Crow30-Jan-09 3:27
David Crow30-Jan-09 3:27 
QuestionHow to bypass internet proxy programatically. Pin
SNI30-Jan-09 2:00
SNI30-Jan-09 2:00 
AnswerRe: How to bypass internet proxy programatically. Pin
CPallini30-Jan-09 2:46
mveCPallini30-Jan-09 2:46 
QuestionSytem tray icon. Pin
sam_psycho30-Jan-09 1:53
sam_psycho30-Jan-09 1:53 
AnswerRe: Sytem tray icon. Pin
Code-o-mat30-Jan-09 2:06
Code-o-mat30-Jan-09 2:06 
GeneralRe: Sytem tray icon. Pin
sam_psycho30-Jan-09 2:37
sam_psycho30-Jan-09 2:37 
GeneralRe: Sytem tray icon. Pin
Code-o-mat30-Jan-09 2:43
Code-o-mat30-Jan-09 2:43 
AnswerRe: Sytem tray icon. Pin
Iain Clarke, Warrior Programmer30-Jan-09 2:11
Iain Clarke, Warrior Programmer30-Jan-09 2:11 
QuestionHow will you convert this C# code into VC++? Pin
Nilesh Hamane30-Jan-09 0:04
Nilesh Hamane30-Jan-09 0:04 

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.