Click here to Skip to main content
15,913,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CListCtrl Text Color Pin
alex.barylski5-Dec-04 16:47
alex.barylski5-Dec-04 16:47 
GeneralRe: CListCtrl Text Color Pin
Neelesh K J Jain5-Dec-04 18:04
Neelesh K J Jain5-Dec-04 18:04 
GeneralRe: CListCtrl Text Color Pin
Michael Dunn5-Dec-04 20:07
sitebuilderMichael Dunn5-Dec-04 20:07 
Generalproblem about using ActiveX in DLL Pin
Arcrest5-Dec-04 14:53
Arcrest5-Dec-04 14:53 
GeneralRe: problem about using ActiveX in DLL Pin
Cedric Moonen5-Dec-04 20:11
Cedric Moonen5-Dec-04 20:11 
GeneralRe: problem about using ActiveX in DLL Pin
Arcrest5-Dec-04 20:45
Arcrest5-Dec-04 20:45 
GeneralRe: problem about using ActiveX in DLL Pin
Cedric Moonen5-Dec-04 20:49
Cedric Moonen5-Dec-04 20:49 
GeneralRe: problem about using ActiveX in DLL Pin
Arcrest6-Dec-04 0:13
Arcrest6-Dec-04 0:13 
Thanks, but i use the IE control and i think it must be registered,Smile | :)

i have got the solution from a forum:

HRESULT hr = OleInitialize(NULL);
if (hr == S_FALSE)
{
OleUninitialize();
}
// Call if using OLE Controls
AfxEnableControlContainer();

// Register all OLE server (factories) as running. This enables the
// OLE libraries to create objects from other applications.
COleObjectFactory::RegisterAll();

Thanks anyway~
GeneralAbout barcodes and displays Pin
Rafael Fernández López5-Dec-04 12:56
Rafael Fernández López5-Dec-04 12:56 
GeneralQuestion of DB programming Pin
Andy Hunter5-Dec-04 12:51
Andy Hunter5-Dec-04 12:51 
GeneralRe: Question of DB programming Pin
Steve S6-Dec-04 1:00
Steve S6-Dec-04 1:00 
GeneralRe: Question of DB programming Pin
Andy Hunter6-Dec-04 4:20
Andy Hunter6-Dec-04 4:20 
Generalremove default child window in MDI Pin
melliw5-Dec-04 12:36
melliw5-Dec-04 12:36 
GeneralRe: remove default child window in MDI Pin
Michael Dunn5-Dec-04 13:51
sitebuilderMichael Dunn5-Dec-04 13:51 
GeneralRe: remove default child window in MDI Pin
melliw6-Dec-04 0:17
melliw6-Dec-04 0:17 
GeneralADO Data control Pin
Don125-Dec-04 12:28
Don125-Dec-04 12:28 
GeneralRemoving border around a window Pin
Anonymous5-Dec-04 12:11
Anonymous5-Dec-04 12:11 
GeneralRe: Removing border around a window Pin
David Crow6-Dec-04 2:49
David Crow6-Dec-04 2:49 
Generaladding a icon in the Desktop Pin
Saifur Rahman5-Dec-04 11:52
Saifur Rahman5-Dec-04 11:52 
GeneralRe: adding a icon in the Desktop Pin
alex.barylski5-Dec-04 16:57
alex.barylski5-Dec-04 16:57 
Generalneed help Pin
mikara5-Dec-04 8:18
mikara5-Dec-04 8:18 
GeneralRe: need help Pin
Gary R. Wheeler5-Dec-04 10:01
Gary R. Wheeler5-Dec-04 10:01 
GeneralRe: need help Pin
mikara5-Dec-04 11:58
mikara5-Dec-04 11:58 
GeneralRe: need help Pin
Michael Dunn5-Dec-04 13:58
sitebuilderMichael Dunn5-Dec-04 13:58 
GeneralRe: need help Pin
namaskaaram5-Dec-04 16:30
namaskaaram5-Dec-04 16:30 

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.