Click here to Skip to main content
15,886,362 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Set Dialog Size Pin
Nuri Ismail20-May-09 3:08
Nuri Ismail20-May-09 3:08 
QuestionRe: Set Dialog Size Pin
David Crow20-May-09 5:45
David Crow20-May-09 5:45 
QuestionCode from visual studio 7.1 don't want to work on visual studio 2008 Pin
hrddd20-May-09 2:51
hrddd20-May-09 2:51 
AnswerRe: Code from visual studio 7.1 don't want to work on visual studio 2008 Pin
Cedric Moonen20-May-09 3:02
Cedric Moonen20-May-09 3:02 
QuestionADO in a DLL Pin
staticv20-May-09 2:51
staticv20-May-09 2:51 
AnswerRe: ADO in a DLL Pin
led mike20-May-09 4:29
led mike20-May-09 4:29 
GeneralRe: ADO in a DLL Pin
staticv20-May-09 5:25
staticv20-May-09 5:25 
GeneralRe: ADO in a DLL Pin
led mike20-May-09 6:00
led mike20-May-09 6:00 
Ahmed Manzoor wrote:
Will there be any malfunction?


That depends on you, your analysis of your scenario and developing a correct solution. Make sure you read the documentation I provided a link to.

The best scenario is the host process has already handled COM initialization. If that isn't happening then you have a less than perfect scenario. Make sure you understand the ramifications and develop the proper error handling code for the potential scenarios that could occur based on your hosting scenario.

My fault, I should have mentioned that your scenario can also call for dealing with the initialization in other exports of your DLL rather than DLLMain. The problem with that is you need to account for the messages you get passed in DLLMain so that you know which event is happening. It's really up to you to figure all this out based on your project details.
GeneralRe: ADO in a DLL Pin
staticv20-May-09 6:12
staticv20-May-09 6:12 
QuestionEnableWindow(False) is not working for disabling a group box . Pin
munisha120-May-09 2:39
munisha120-May-09 2:39 
AnswerRe: EnableWindow(False) is not working for disabling a group box . Pin
_AnsHUMAN_ 20-May-09 2:47
_AnsHUMAN_ 20-May-09 2:47 
QuestionPlease Wait Message Pin
Davitor20-May-09 1:51
Davitor20-May-09 1:51 
AnswerRe: Please Wait Message Pin
CPallini20-May-09 1:58
mveCPallini20-May-09 1:58 
AnswerRe: Please Wait Message Pin
_AnsHUMAN_ 20-May-09 2:20
_AnsHUMAN_ 20-May-09 2:20 
AnswerRe: Please Wait Message Pin
Rajesh R Subramanian20-May-09 2:43
professionalRajesh R Subramanian20-May-09 2:43 
GeneralRe: Please Wait Message Pin
Davitor20-May-09 2:51
Davitor20-May-09 2:51 
QuestionRe: Please Wait Message Pin
Rajesh R Subramanian20-May-09 3:12
professionalRajesh R Subramanian20-May-09 3:12 
QuestionHow to color the background of a row in list control Pin
12Code20-May-09 0:43
12Code20-May-09 0:43 
AnswerRe: How to color the background of a row in list control Pin
Nuri Ismail20-May-09 1:39
Nuri Ismail20-May-09 1:39 
GeneralRe: How to color the background of a row in list control Pin
12Code20-May-09 2:59
12Code20-May-09 2:59 
AnswerRe: How to color the background of a row in list control Pin
Hamid_RT20-May-09 1:54
Hamid_RT20-May-09 1:54 
AnswerRe: How to color the background of a row in list control Pin
Stuart Dootson20-May-09 2:05
professionalStuart Dootson20-May-09 2:05 
GeneralRe: How to color the background of a row in list control Pin
Michael Dunn20-May-09 9:07
sitebuilderMichael Dunn20-May-09 9:07 
QuestionWM_KEYDOWN Pin
susanne120-May-09 0:29
susanne120-May-09 0:29 
AnswerRe: WM_KEYDOWN [modified] Pin
_AnsHUMAN_ 20-May-09 1:26
_AnsHUMAN_ 20-May-09 1:26 

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.