Click here to Skip to main content
15,895,142 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VCToolkit and DevStudio 6? Pin
Yuri Gershanov24-Jun-04 14:22
Yuri Gershanov24-Jun-04 14:22 
GeneralCustom background for application Pin
suiram4023-Jun-04 7:33
suiram4023-Jun-04 7:33 
GeneralRe: Custom background for application Pin
PJ Arends23-Jun-04 10:28
professionalPJ Arends23-Jun-04 10:28 
GeneralProblem during compilation of EchoServer Pin
Member 119565823-Jun-04 6:54
Member 119565823-Jun-04 6:54 
GeneralRe: Problem during compilation of EchoServer Pin
jmkhael23-Jun-04 7:05
jmkhael23-Jun-04 7:05 
GeneralRe: Problem during compilation of EchoServer Pin
Member 119565823-Jun-04 8:09
Member 119565823-Jun-04 8:09 
GeneralCan't create a DLL dialog box object Pin
King Coffee23-Jun-04 6:39
King Coffee23-Jun-04 6:39 
GeneralRe: Can't create a DLL dialog box object Pin
suiram4023-Jun-04 7:58
suiram4023-Jun-04 7:58 
try this

hRes= LoadLibrary("dllwheredlgis.dll");
if(hRes)
AfxSetResourceHandle(hRes);

GeneralRe: Can't create a DLL dialog box object Pin
King Coffee23-Jun-04 14:30
King Coffee23-Jun-04 14:30 
GeneralUDP-protcol in C Pin
Member 119572023-Jun-04 6:06
Member 119572023-Jun-04 6:06 
GeneralRe: UDP-protcol in C Pin
suiram4023-Jun-04 7:55
suiram4023-Jun-04 7:55 
GeneralASCII Sort routine Pin
sweep12323-Jun-04 5:54
sweep12323-Jun-04 5:54 
GeneralRe: ASCII Sort routine Pin
jmkhael23-Jun-04 7:12
jmkhael23-Jun-04 7:12 
GeneralRe: ASCII Sort routine Pin
sweep12324-Jun-04 6:04
sweep12324-Jun-04 6:04 
GeneralCFileDialog in windows service Pin
douglas_kei23-Jun-04 4:44
douglas_kei23-Jun-04 4:44 
GeneralRe: CFileDialog in windows service Pin
David Crow23-Jun-04 5:32
David Crow23-Jun-04 5:32 
GeneralRe: CFileDialog in windows service Pin
Mistika1223-Jun-04 6:30
Mistika1223-Jun-04 6:30 
GeneralRe: CFileDialog in windows service Pin
douglas_kei23-Jun-04 8:08
douglas_kei23-Jun-04 8:08 
QuestionHow to build a DDEML server for Excel????? Pin
swerajan23-Jun-04 4:17
swerajan23-Jun-04 4:17 
GeneralCombobox question Pin
LukeV23-Jun-04 3:55
LukeV23-Jun-04 3:55 
GeneralRe: Combobox question Pin
V.23-Jun-04 4:09
professionalV.23-Jun-04 4:09 
GeneralRe: Combobox question Pin
David Crow23-Jun-04 4:32
David Crow23-Jun-04 4:32 
GeneralRe: Combobox question Pin
LukeV23-Jun-04 4:34
LukeV23-Jun-04 4:34 
GeneralClass inheritance problems Pin
User 665823-Jun-04 2:39
User 665823-Jun-04 2:39 
GeneralRe: Class inheritance problems Pin
Johnny ²23-Jun-04 2:53
Johnny ²23-Jun-04 2:53 

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.