Click here to Skip to main content
15,920,217 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionInitModalIndirect() for dialog box creation Pin
prithaa28-Jun-07 23:09
prithaa28-Jun-07 23:09 
AnswerRe: InitModalIndirect() for dialog box creation Pin
Nibu babu thomas28-Jun-07 23:27
Nibu babu thomas28-Jun-07 23:27 
GeneralRe: InitModalIndirect() for dialog box creation Pin
prithaa29-Jun-07 1:28
prithaa29-Jun-07 1:28 
GeneralRe: InitModalIndirect() for dialog box creation Pin
Mark Salsbery1-Jul-07 11:19
Mark Salsbery1-Jul-07 11:19 
Questionfile icons Pin
Jhony george28-Jun-07 21:38
Jhony george28-Jun-07 21:38 
AnswerRe: file icons Pin
Rajasekharan Vengalil28-Jun-07 22:11
Rajasekharan Vengalil28-Jun-07 22:11 
Questiondefference between DLL and Static library Pin
gentleguy28-Jun-07 21:33
gentleguy28-Jun-07 21:33 
AnswerRe: defference between DLL and Static library Pin
Rajasekharan Vengalil28-Jun-07 22:19
Rajasekharan Vengalil28-Jun-07 22:19 
A DLL is a piece of code that resides in a separate file that your application typically loads (implicitly or explicitly) and executes at runtime. A static library is a piece of code that you link to when you build your application, which means that all the code that you are referring to in the static library gets copied into your executable.

How to create and use them? You really should get a book or something! A little googling might help as well.



AnswerRe: defference between DLL and Static library Pin
Hamid_RT29-Jun-07 2:22
Hamid_RT29-Jun-07 2:22 
Questioncannot open include file 'res\DSplit.rc2'. Pin
gentleguy28-Jun-07 21:28
gentleguy28-Jun-07 21:28 
AnswerRe: cannot open include file 'res\DSplit.rc2'. Pin
Programm3r28-Jun-07 23:25
Programm3r28-Jun-07 23:25 
QuestionActive X problem Pin
Karismatic28-Jun-07 21:26
Karismatic28-Jun-07 21:26 
Questionsending a string as keyboard keystrokes wrongly Pin
awah28-Jun-07 21:25
awah28-Jun-07 21:25 
AnswerRe: sending a string as keyboard keystrokes wrongly Pin
nitin329-Jun-07 0:47
nitin329-Jun-07 0:47 
QuestionNeed to translate the text from one language(English) to other(Korean) Pin
Venigandla28-Jun-07 20:25
Venigandla28-Jun-07 20:25 
AnswerRe: Need to translate the text from one language(English) to other(Korean) Pin
Rajesh R Subramanian28-Jun-07 20:53
professionalRajesh R Subramanian28-Jun-07 20:53 
AnswerRe: Need to translate the text from one language(English) to other(Korean) Pin
swarup28-Jun-07 21:42
swarup28-Jun-07 21:42 
AnswerRe: Need to translate the text from one language(English) to other(Korean) Pin
hairy_hats29-Jun-07 0:10
hairy_hats29-Jun-07 0:10 
AnswerRe: Need to translate the text from one language(English) to other(Korean) Pin
Hamid_RT29-Jun-07 3:16
Hamid_RT29-Jun-07 3:16 
QuestionDialog Bar Problem Pin
g_sandipan28-Jun-07 20:10
g_sandipan28-Jun-07 20:10 
QuestionPortuser.cpp to get TCP/UDP tables with PIDS for pre-XP Pin
Akin Ocal28-Jun-07 19:31
Akin Ocal28-Jun-07 19:31 
QuestionProviding Seurity to Application Pin
swamy Narasimha28-Jun-07 19:23
swamy Narasimha28-Jun-07 19:23 
AnswerRe: Providing Seurity to Application Pin
_AnsHUMAN_ 28-Jun-07 20:23
_AnsHUMAN_ 28-Jun-07 20:23 
GeneralRe: Providing Seurity to Application Pin
swamy Narasimha28-Jun-07 21:18
swamy Narasimha28-Jun-07 21:18 
QuestionDisplay html and text data Pin
john563228-Jun-07 19:20
john563228-Jun-07 19:20 

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.