Click here to Skip to main content
16,008,490 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: To Erase a portion of a 2D graph Pin
Cedric Moonen19-Sep-07 3:16
Cedric Moonen19-Sep-07 3:16 
Questionretain sort order Pin
Try19-Sep-07 2:25
Try19-Sep-07 2:25 
AnswerRe: retain sort order Pin
sheshidar19-Sep-07 2:28
sheshidar19-Sep-07 2:28 
GeneralRe: retain sort order Pin
Try19-Sep-07 19:54
Try19-Sep-07 19:54 
QuestionKeeping the DLL loaded Pin
SanjaySMK19-Sep-07 2:22
SanjaySMK19-Sep-07 2:22 
AnswerRe: Keeping the DLL loaded Pin
Jonathan [Darka]19-Sep-07 2:29
professionalJonathan [Darka]19-Sep-07 2:29 
AnswerRe: Keeping the DLL loaded Pin
David Crow19-Sep-07 2:37
David Crow19-Sep-07 2:37 
AnswerRe: Keeping the DLL loaded Pin
nbugalia19-Sep-07 2:40
nbugalia19-Sep-07 2:40 
I think that if the process which is using DLL still exist, then the dll will also remain in memory whether you use it or not.
To Remove the dll, use FreeLibrary. But that will only remove dll loaded with LoadLibrary.

But what you will achieve with that ?
AnswerRe: Keeping the DLL loaded Pin
Hamid_RT19-Sep-07 7:33
Hamid_RT19-Sep-07 7:33 
QuestionCListCtrl Pin
josip cagalj19-Sep-07 2:08
josip cagalj19-Sep-07 2:08 
AnswerRe: CListCtrl Pin
sheshidar19-Sep-07 2:27
sheshidar19-Sep-07 2:27 
GeneralRe: CListCtrl Pin
josip cagalj19-Sep-07 2:32
josip cagalj19-Sep-07 2:32 
GeneralRe: CListCtrl Pin
Nelek19-Sep-07 2:58
protectorNelek19-Sep-07 2:58 
QuestionSent Message Pin
sunit519-Sep-07 1:56
sunit519-Sep-07 1:56 
AnswerRe: Sent Message Pin
Randor 19-Sep-07 2:11
professional Randor 19-Sep-07 2:11 
GeneralRe: Sent Message [modified] Pin
sunit519-Sep-07 2:35
sunit519-Sep-07 2:35 
GeneralRe: Sent Message Pin
sunit519-Sep-07 2:38
sunit519-Sep-07 2:38 
QuestionRe: Sent Message Pin
David Crow19-Sep-07 2:41
David Crow19-Sep-07 2:41 
AnswerRe: Sent Message Pin
sunit519-Sep-07 18:54
sunit519-Sep-07 18:54 
GeneralRe: Sent Message Pin
Randor 19-Sep-07 3:31
professional Randor 19-Sep-07 3:31 
GeneralRe: Sent Message Pin
sunit519-Sep-07 18:40
sunit519-Sep-07 18:40 
QuestionInsertion of Smiley Faces in Rich Edit Control Pin
_Shiva19-Sep-07 1:53
_Shiva19-Sep-07 1:53 
AnswerRe: Insertion of Smiley Faces in Rich Edit Control Pin
David Crow19-Sep-07 2:43
David Crow19-Sep-07 2:43 
QuestionAdjusting the size of the page in the property sheet Pin
Nishad S19-Sep-07 1:27
Nishad S19-Sep-07 1:27 
AnswerRe: Adjusting the size of the page in the property sheet Pin
KarstenK19-Sep-07 2:22
mveKarstenK19-Sep-07 2:22 

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.