Click here to Skip to main content
15,922,533 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Messaging question Pin
iceage6-Jun-03 0:14
iceage6-Jun-03 0:14 
GeneralProblems of SHBrowseFolder() and SHFormatDrive() Pin
charisma_youn5-Jun-03 21:36
charisma_youn5-Jun-03 21:36 
GeneralRe: Problems of SHBrowseFolder() and SHFormatDrive() Pin
jhwurmbach5-Jun-03 21:56
jhwurmbach5-Jun-03 21:56 
QuestionHow to explicitly load a MFC dll ? Pin
BhaskarBora5-Jun-03 21:28
BhaskarBora5-Jun-03 21:28 
AnswerRe: How to explicitly load a MFC dll ? Pin
Anonymous6-Jun-03 3:40
Anonymous6-Jun-03 3:40 
AnswerRe: How to explicitly load a MFC dll ? Pin
Roger Allen6-Jun-03 10:30
Roger Allen6-Jun-03 10:30 
GeneralRe: How to explicitly load a MFC dll ? Pin
BhaskarBora9-Jun-03 23:06
BhaskarBora9-Jun-03 23:06 
Questionhow to use tabctrl in xp look? Pin
Tibor Blazko5-Jun-03 20:57
Tibor Blazko5-Jun-03 20:57 
hi i have dialog with controls and tab ctrl around them
it is not property sheet
so i'm dynamicaly showing controls with tab change
all is ok till you not run it with xp look
there tab gets view background color (white-to-ligh-gray effect, not dialog one)
but controls of course keep dialog color (dark gray at mine)
(it looks making them transparent is not solution?)

look at net sources they have another problem:
their tabs are always dialog-colored(even comparing window flags i do not see reason)
http://www.codeproject.com/tabctrl/ctabctrlssl.asp?msg=516747#xx516747xx
http://www.codeproject.com/tabctrl/stabctrl.asp?msg=223289#xx223289xx
http://www.codeproject.com/tabctrl/cxtabcontrol.asp?msg=516765#xx516765xx
http://www.codeguru.com/mfc/comments/51497.shtml

my experiment with creating control like tab's child failed - it still draws own dialog-background rectangle
SetBkMode(TRANSPARENT) into OnCtlColor too
do i really need subclass all controls to disable them backgound drawing or similar?
is there any way to use tabs into dialogs 'xp correctly' without change to property sheet?
but what with more tab ctrls into dialog?
thanks for ideas
t!

(http://www.codeguru.com/forum/showthread.php?s=&threadid=249227)
AnswerRe: how to use tabctrl in xp look? Pin
webkoder30-Jun-04 1:52
webkoder30-Jun-04 1:52 
QuestionHow do you add two LPTSTR together? Pin
Member 4048135-Jun-03 20:01
Member 4048135-Jun-03 20:01 
AnswerRe: How do you add two LPTSTR together? Pin
Christian Graus5-Jun-03 20:16
protectorChristian Graus5-Jun-03 20:16 
GeneralRe: How do you add two LPTSTR together? Pin
cmk5-Jun-03 22:01
cmk5-Jun-03 22:01 
AnswerRe: How do you add two LPTSTR together? Pin
Ernesto D.5-Jun-03 22:14
Ernesto D.5-Jun-03 22:14 
GeneralRe: How do you add two LPTSTR together? Pin
Gary R. Wheeler7-Jun-03 6:47
Gary R. Wheeler7-Jun-03 6:47 
GeneralCan't catch OnClose() in CSocket Pin
Bash5-Jun-03 19:55
Bash5-Jun-03 19:55 
GeneralCalling function from VB dll in VC++ Pin
modular5-Jun-03 19:35
modular5-Jun-03 19:35 
GeneralRe: Calling function from VB dll in VC++ Pin
Ernesto D.5-Jun-03 22:19
Ernesto D.5-Jun-03 22:19 
GeneralRe: Calling function from VB dll in VC++ Pin
Michael P Butler6-Jun-03 1:59
Michael P Butler6-Jun-03 1:59 
GeneralDisplaying icon along with item in the Clistctrl Pin
Anonymous5-Jun-03 18:24
Anonymous5-Jun-03 18:24 
GeneralRe: Displaying icon along with item in the Clistctrl Pin
Ravi Bhavnani5-Jun-03 18:40
professionalRavi Bhavnani5-Jun-03 18:40 
QuestionCArray of structs? Pin
Dan Savilonis5-Jun-03 18:24
Dan Savilonis5-Jun-03 18:24 
AnswerRe: CArray of structs? Pin
Christian Graus5-Jun-03 18:31
protectorChristian Graus5-Jun-03 18:31 
GeneralRe: CArray of structs? Pin
Dan Savilonis5-Jun-03 20:51
Dan Savilonis5-Jun-03 20:51 
GeneralRe: CArray of structs? Pin
Christian Graus5-Jun-03 21:36
protectorChristian Graus5-Jun-03 21:36 
GeneralRe: CArray of structs? Pin
Anonymous6-Jun-03 3:02
Anonymous6-Jun-03 3:02 

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.