Originally posted by: Byeong Eun Lee
i want to make my application like as "WinAmp".
please..
ReplyOriginally posted by: Firo
The code that I wrote is just a template for what you need to do.. USERPROFILE in WindowsNT 4.0 returns the user's profile location, under which I can get to the desktop.
Please don't feel limited to this code, feel free to modify the code to put the shortcut wherever you need. You can find the path to the desktop in the registry and or in the Win98 environment.. I do my work on WinNT so the USERPROFILE suits me, but by all means, feel free to modify it to suit your development environment.
Take my code as a "template" for your work, not as a rigid component.
Firo
Originally posted by: Septimiu
Any sugestion?
Hi,
I added an Edit Control in OnCtlColor function:
/*
case CTLCOLOR_EDIT:
pDC->SetBkMode(TRANSPARENT);
return HBRUSH(m_HollowBrush);
*/
and it works well.
The problem is I want to make a RichEditCtrl transparent
like Edit Ctrl one but the nCtlColor parameter
hasn't a value for Rich Edit.
Originally posted by: Ainurrofiq
A MFC beginner asking a fool question, but
really want to know the answer. Thank's.
Originally posted by: moshe
you can use it in a property sheet also
just let CBitmapDialog derive from CPropertyPage
then the dialog you intended to be on one of the panes
you derive from you're new CBitmapPropertySheet or what
ever you name it. now follow the steps in the main HTML
page.
Originally posted by: Mark Snelling
This really is a great class, but I have one problem, I can't seem to access the pop-up menu to do things
like grey out or check items in the menu.
Any help would be appreciated.
Mark.
ReplyOriginally posted by: madhuri
if i want to convert a given integer values into a bitmap format ,
how do i do that??
can i dynamically display frame by frame of the bitmap???
Originally posted by: S. van Woensel
A very usefull class !!, but
it seems to me that it is impossible to change the text color for a static control via the CtlColor()
function of that static control. I did not found a solution for it yet. e.g. if you use the HyperLink control
with this class, the hyperlink stays black at any time. You can solve it by removing the switch case for
static controls from the class (in the CtlColor() function), but then static controls aren't transparent
anymore, and you have to make them transparent "by yourself."
Originally posted by: Chris Spencer
There seems to be a bug with this code where the line that is drawn for the top side of the Group Box runs
through the text. Is there a way to fix this behavior?
Originally posted by: patrick
what if there are slider controls in this dialog?
can you tell me how to make them transpatent too?
Thanks very much!