Click here to Skip to main content
15,909,747 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralCreating a COM instance Pin
dittygrail13-Jun-05 18:49
dittygrail13-Jun-05 18:49 
GeneralRe: Creating a COM instance Pin
sherton14-Jun-05 15:56
sherton14-Jun-05 15:56 
GeneralRe: Creating a COM instance Pin
reachjsk24-Jun-05 0:51
reachjsk24-Jun-05 0:51 
GeneralCom object Pin
dittygrail13-Jun-05 18:46
dittygrail13-Jun-05 18:46 
GeneralATL Maps Pin
Anonymous12-Jun-05 23:38
Anonymous12-Jun-05 23:38 
GeneralRe: ATL Maps Pin
Kevin McFarlane21-Jun-05 9:07
Kevin McFarlane21-Jun-05 9:07 
Generalold db provider in vc++ by ATL Pin
sherton10-Jun-05 22:12
sherton10-Jun-05 22:12 
Generalproblem with CRichEditCtrl Pin
nadilie9-Jun-05 8:51
nadilie9-Jun-05 8:51 
I'm having a CRichEditView for a long time in my code and suddenly the backcolor when typing something in the view is black....??like a square black around each letter I'm typing??

I patched it by doing a charformat in the OninitialUpdate
CHARFORMAT2 cf2;
m_editCtrl->GetDefaultCharFormat(cf2);

cf2.dwEffects = 0;
cf2.crBackColor = ::GetSysColor(COLOR_WINDOW);

SetCharFormat (cf2);
but when I'm doing an undo the black backcolor coming back and with the letter BOLD and with the letter higher than when I setted it at star....????
I overloaded functions OneditUndo and OnEditRedo and by writing the same code.

It works but it's not really nice...

Is there anybody who had that same problem??
General.NET porting Pin
Anushan Tennakoon9-Jun-05 2:20
Anushan Tennakoon9-Jun-05 2:20 
GeneralRe: .NET porting Pin
Christian Graus14-Jun-05 16:06
protectorChristian Graus14-Jun-05 16:06 
GeneralTrying to change http header by BHO Pin
Member 19838628-Jun-05 6:14
Member 19838628-Jun-05 6:14 
GeneralNeed Help .... Tree Control Pin
7-Jun-05 6:11
suss7-Jun-05 6:11 
GeneralRe: Need Help .... Tree Control Pin
Michael Dunn9-Jun-05 6:59
sitebuilderMichael Dunn9-Jun-05 6:59 
Generalsync. probelm for ATL Pin
Prakash Sonani7-Jun-05 5:19
Prakash Sonani7-Jun-05 5:19 
Generalsync. probelm for ATL Pin
Prakash Sonani7-Jun-05 5:18
Prakash Sonani7-Jun-05 5:18 
GeneralRe: sync. probelm for ATL Pin
Anonymous11-Jun-05 11:50
Anonymous11-Jun-05 11:50 
GeneralSTDMETHOD Pin
Anand for every one5-Jun-05 21:58
Anand for every one5-Jun-05 21:58 
GeneralRe: STDMETHOD Pin
Anonymous5-Jun-05 22:17
Anonymous5-Jun-05 22:17 
GeneralRe: STDMETHOD Pin
Michael Dunn6-Jun-05 0:49
sitebuilderMichael Dunn6-Jun-05 0:49 
GeneralATL File Dialog Pin
AndyNugent3-Jun-05 1:12
AndyNugent3-Jun-05 1:12 
GeneralRe: ATL File Dialog Pin
Stuart Dootson3-Jun-05 3:38
professionalStuart Dootson3-Jun-05 3:38 
GeneralPassing std::endl to stream class Pin
Malcolm Smart2-Jun-05 0:10
Malcolm Smart2-Jun-05 0:10 
GeneralRe: Passing std::endl to stream class Pin
Christian Graus2-Jun-05 10:22
protectorChristian Graus2-Jun-05 10:22 
GeneralRe: Passing std::endl to stream class Pin
Malcolm Smart3-Jun-05 23:07
Malcolm Smart3-Jun-05 23:07 
GeneralRe: Passing std::endl to stream class Pin
Michael Dunn5-Jun-05 18:18
sitebuilderMichael Dunn5-Jun-05 18:18 

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.