Click here to Skip to main content
15,918,485 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Not able to add Item in Combo Box Pin
Nishad S29-Oct-07 0:42
Nishad S29-Oct-07 0:42 
AnswerRe: Not able to add Item in Combo Box Pin
GauranG Shah29-Oct-07 1:31
GauranG Shah29-Oct-07 1:31 
QuestionRe: Not able to add Item in Combo Box Pin
Nishad S29-Oct-07 1:49
Nishad S29-Oct-07 1:49 
AnswerRe: Not able to add Item in Combo Box Pin
GauranG Shah29-Oct-07 2:05
GauranG Shah29-Oct-07 2:05 
GeneralRe: Not able to add Item in Combo Box Pin
Nishad S29-Oct-07 2:10
Nishad S29-Oct-07 2:10 
GeneralRe: Not able to add Item in Combo Box Pin
GauranG Shah29-Oct-07 2:24
GauranG Shah29-Oct-07 2:24 
GeneralRe: Not able to add Item in Combo Box[solved] Pin
GauranG Shah29-Oct-07 2:29
GauranG Shah29-Oct-07 2:29 
GeneralRe: Not able to add Item in Combo Box[solved] Pin
Nishad S29-Oct-07 2:31
Nishad S29-Oct-07 2:31 
JokeRe: Not able to add Item in Combo Box[solved] Pin
Hamid_RT29-Oct-07 2:41
Hamid_RT29-Oct-07 2:41 
GeneralRe: Not able to add Item in Combo Box Pin
Nishad S29-Oct-07 2:29
Nishad S29-Oct-07 2:29 
GeneralRe: Not able to add Item in Combo Box Pin
Roger Broomfield29-Oct-07 2:16
Roger Broomfield29-Oct-07 2:16 
AnswerRe: Not able to add Item in Combo Box Pin
saravana00129-Oct-07 0:43
saravana00129-Oct-07 0:43 
GeneralProvided... Pin
CPallini29-Oct-07 0:52
mveCPallini29-Oct-07 0:52 
GeneralRe: Not able to add Item in Combo Box Pin
GauranG Shah29-Oct-07 1:05
GauranG Shah29-Oct-07 1:05 
AnswerRe: Not able to add Item in Combo Box Pin
Hamid_RT29-Oct-07 2:38
Hamid_RT29-Oct-07 2:38 
QuestionCListCtrl problem: How to set the item state to selected state? Pin
fantasy121529-Oct-07 0:04
fantasy121529-Oct-07 0:04 
AnswerRe: CListCtrl problem: How to set the item state to selected state? Pin
CPallini29-Oct-07 0:09
mveCPallini29-Oct-07 0:09 
AnswerRe: CListCtrl problem: How to set the item state to selected state? Pin
Nishad S29-Oct-07 0:12
Nishad S29-Oct-07 0:12 
GeneralRe: CListCtrl problem: How to set the item state to selected state? Pin
fantasy121529-Oct-07 1:04
fantasy121529-Oct-07 1:04 
QuestionCRectTracker Pin
kk.tvm28-Oct-07 23:24
kk.tvm28-Oct-07 23:24 
Questionabout time and time_t Pin
George_George28-Oct-07 22:18
George_George28-Oct-07 22:18 
AnswerRe: about time and time_t Pin
Roger Broomfield28-Oct-07 23:08
Roger Broomfield28-Oct-07 23:08 
GeneralRe: about time and time_t Pin
George_George28-Oct-07 23:39
George_George28-Oct-07 23:39 
QuestionDllRegisterServer Pin
George_George28-Oct-07 21:57
George_George28-Oct-07 21:57 
AnswerRe: DllRegisterServer Pin
CPallini29-Oct-07 0:59
mveCPallini29-Oct-07 0:59 
DllRegisterServer it's typically called when you need to register the COM component (for instance, by regsvr32). Note: usually Visual Studio registers the component as (if I remember well) a post build step.

George_George wrote:
2. I find this function only works for debug mode, not release mode. Is that correct?


No. The function must work also in release mode, otherwise you cannot deploy (the release mode) component.

Hope that helps.

Smile | :)




If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

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.