Click here to Skip to main content
15,915,873 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to Disable Ctrl Tab in my application Pin
Omar Alvi23-Aug-04 21:50
Omar Alvi23-Aug-04 21:50 
Questionhow to make the background of CListCtrl transparent Pin
boyboy23-Aug-04 21:07
boyboy23-Aug-04 21:07 
AnswerRe: how to make the background of CListCtrl transparent Pin
Antony M Kancidrowski24-Aug-04 0:44
Antony M Kancidrowski24-Aug-04 0:44 
GeneralRe: how to make the background of CListCtrl transparent Pin
Michael Haephrati16-Jan-17 2:58
professionalMichael Haephrati16-Jan-17 2:58 
Generalwindows service Pin
Anonymous23-Aug-04 20:43
Anonymous23-Aug-04 20:43 
GeneralRe: windows service Pin
mahade123-Aug-04 22:18
mahade123-Aug-04 22:18 
GeneralDifference between Static link library and Dynamic link library Pin
zahid_ash23-Aug-04 20:42
zahid_ash23-Aug-04 20:42 
GeneralRe: Difference between Static link library and Dynamic link library Pin
RichardS23-Aug-04 21:39
RichardS23-Aug-04 21:39 
Hi,

Static libraries are included at compile time, and dynamic libraries are loaded at run time. Dynamic libraries are the .dll files you see around windows directories.

To create the libraries in VC6 use the AppWizard. Static libraries are the easiest to use, just create a dependancy on the workspace that needs to use the library. The workspace will take care of including the library code, etc.

Dynamic libraries are a bit harder to use, but once you have used them for a while they become easier. You can either create MFC dll's or Win32 dll's. Creating them through the AppWizard will give some eg code on how to use them.

I hope this helps Smile | :)

cheers,
Rich


"Programming today is a race between software engineers striving to build bigger and
better idiot-proff programs, and the Universe trying to produce bigger and better idiots.
So far the Universe is winning." -- Rich Cook
GeneralRe: Difference between Static link library and Dynamic link library Pin
Varnindra22-Mar-10 6:19
Varnindra22-Mar-10 6:19 
GeneralParsing Paths Pin
Monty223-Aug-04 20:11
Monty223-Aug-04 20:11 
GeneralRe: Parsing Paths Pin
Ryan Binns23-Aug-04 21:03
Ryan Binns23-Aug-04 21:03 
GeneralRe: Parsing Paths Pin
Rory Solley23-Aug-04 21:37
Rory Solley23-Aug-04 21:37 
QuestionHow to pass Values across Dialogs, Pin
suboo_vedagiri23-Aug-04 19:38
suboo_vedagiri23-Aug-04 19:38 
AnswerRe: How to pass Values across Dialogs, Pin
Milton Karimbekallil23-Aug-04 21:30
Milton Karimbekallil23-Aug-04 21:30 
Questionwhat mean CFileException::accessDenied ? Pin
baboguru23-Aug-04 16:43
baboguru23-Aug-04 16:43 
AnswerRe: what mean CFileException::accessDenied ? Pin
Christian Graus23-Aug-04 16:46
protectorChristian Graus23-Aug-04 16:46 
Generalhelp on debugging Pin
rainbowisland23-Aug-04 15:01
rainbowisland23-Aug-04 15:01 
GeneralRe: help on debugging Pin
Anthony_Yio24-Aug-04 1:01
Anthony_Yio24-Aug-04 1:01 
GeneralMultiple modal dialogs Pin
kbratvold23-Aug-04 14:12
kbratvold23-Aug-04 14:12 
GeneralRe: Multiple modal dialogs Pin
Ryan Binns23-Aug-04 18:39
Ryan Binns23-Aug-04 18:39 
GeneralRe: Multiple modal dialogs Pin
kbratvold23-Aug-04 18:46
kbratvold23-Aug-04 18:46 
GeneralRe: Multiple modal dialogs Pin
Ryan Binns23-Aug-04 20:58
Ryan Binns23-Aug-04 20:58 
GeneralMFC WIZZARD PROBLEM Pin
dyerstein23-Aug-04 13:23
dyerstein23-Aug-04 13:23 
GeneralRe: MFC WIZZARD PROBLEM Pin
Christian Graus23-Aug-04 16:45
protectorChristian Graus23-Aug-04 16:45 
Questionlocate header files? Pin
MichaelGG23-Aug-04 13:16
MichaelGG23-Aug-04 13:16 

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.