Thank u NS, finally i did. Thank you very much for your help. -- modified at 3:09 Tuesday 4th September, 2007
vasmvr
Posts
-
How can i make an toolbar icon 48x48 256 colour -
How can i make an toolbar icon 48x48 256 colourThanks, you mean to create a bitmap with all my icon and then extract each icon from it?
-
How can i make an toolbar icon 48x48 256 colourMyApp - Microsoft Visual C++ - [MyApp.rc - IDR_MYAPP [Italian (Italy)](Bitmap)] This is the caption
-
How can i make an toolbar icon 48x48 256 colourI undestand what you mean, but in this way i only import an Icon under Icon folder. I want this icon to the toolbar but if i copy to the toolbar it will change in 16 colours. or i do something wrong?
-
How can i make an toolbar icon 48x48 256 colourI can't see the menu image.....i'm using visual c++ 6.0.
-
How can i make an toolbar icon 48x48 256 colourThank you, but Where is menu, Image > New Device Image?
-
How can i make an toolbar icon 48x48 256 colourHi all can someone help me? I want to make a toolbar with nice icon (48x48 256 colours) but when i copy my icon, the visual c++ make my icon 16 coluors. Is possible to have icon with 256 coluors? Thanks in advance
-
How to retrieve font size of a dialog box??Thanks all, now i have to understand why this value is negative.....and if this value is in client value
-
How to retrieve font size of a dialog box??How can i get this logfont?
-
How to retrieve font size of a dialog box??Thanks, that's right, but how can i retrieve di dimension of the font in a int variable, to set the height of my static control?
-
How to retrieve font size of a dialog box??Hi guys, can someone tell me how i can retrieve the font size of a Static box of a dialog box? I hope someone can help me. Thanks in advance
-
Change color of dialog borderHi all, thank in advance for your help. I have a modeless dialog box in my form view and i'd like to color the border (the default color i black and thin), i'd like to have more thick and different color. Anyone know how to do this? Thanks Teo
-
color the text of radio buttonthank for your answer, in fact the code is working, maybe in my case is not working because i use a resource that implement XP STYLE and maybe this is why the code in my program is not working. thank a lot
-
color the text of radio buttonHi all, i will thank in advance for your help. I want to color the text of radio button, using OnCtlColor but the color doesn't change. anyone know how i can color the text? this is a part of my Dialog box HBRUSH CMyDialog::OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor) { HBRUSH hbr = CDialog::OnCtlColor(pDC, pWnd, nCtlColor); if( (pWnd->GetDlgCtrlID() == IDC_RADIO1) || (pWnd->GetDlgCtrlID() == IDC_RADIO2) ) { pDC->SetTextColor(((CEstoApp*)AfxGetApp())->GetSfondoTesti()); pDC->SetBkMode(TRANSPARENT); } return hbr; } Thanks to all
-
Adding header files in a projectmaybe it's a mistake but i can't do what you said, i have to find another solution... thanks for your interest
-
Adding header files in a projecti have a project shared by a lot of people working on it and i want to introduce BIF_NEWDIALOGSTYLE and add new .h file in the projects in transparent mode, so the other at the next get of the project can work without a problem with the latest code. And i don't want to overwrite old .h file because maybe it is used by someone.... i hope it is clear...
-
Adding header files in a projectbecause it isn't a project settings and if someone want to compile in another computer where is not installed sdk the program don't compile. I want to avoid to install sdk in all computer. thanks in advance
-
Adding header files in a projectthanks for your prompt answer but i can't do that, i need other way to do that... I hope it exist
-
Adding header files in a projectHi all, i need help about a problem: i wanted to chance the dialog style of SHBrowseForFolder, i need to use BIF_NEWDIALOG STYLE. The right shlobj.h file that allow me to use BIF_NEWDIALOG STYLE is in the platform sdk. So i have to use that file and add it in my project but i can't overwrite the old one placed in v98 directory. How can i do this? I hope someone can help me.... thanks in advance vasmvr