Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
V

vasmvr

@vasmvr
About
Posts
19
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How can i make an toolbar icon 48x48 256 colour
    V vasmvr

    Thank u NS, finally i did. Thank you very much for your help. -- modified at 3:09 Tuesday 4th September, 2007

    C / C++ / MFC c++ question help

  • How can i make an toolbar icon 48x48 256 colour
    V vasmvr

    Thanks, you mean to create a bitmap with all my icon and then extract each icon from it?

    C / C++ / MFC c++ question help

  • How can i make an toolbar icon 48x48 256 colour
    V vasmvr

    MyApp - Microsoft Visual C++ - [MyApp.rc - IDR_MYAPP [Italian (Italy)](Bitmap)] This is the caption

    C / C++ / MFC c++ question help

  • How can i make an toolbar icon 48x48 256 colour
    V vasmvr

    I 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?

    C / C++ / MFC c++ question help

  • How can i make an toolbar icon 48x48 256 colour
    V vasmvr

    I can't see the menu image.....i'm using visual c++ 6.0.

    C / C++ / MFC c++ question help

  • How can i make an toolbar icon 48x48 256 colour
    V vasmvr

    Thank you, but Where is menu, Image > New Device Image?

    C / C++ / MFC c++ question help

  • How can i make an toolbar icon 48x48 256 colour
    V vasmvr

    Hi 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

    C / C++ / MFC c++ question help

  • How to retrieve font size of a dialog box??
    V vasmvr

    Thanks all, now i have to understand why this value is negative.....and if this value is in client value

    C / C++ / MFC help tutorial question

  • How to retrieve font size of a dialog box??
    V vasmvr

    How can i get this logfont?

    C / C++ / MFC help tutorial question

  • How to retrieve font size of a dialog box??
    V vasmvr

    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?

    C / C++ / MFC help tutorial question

  • How to retrieve font size of a dialog box??
    V vasmvr

    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

    C / C++ / MFC help tutorial question

  • Change color of dialog border
    V vasmvr

    Hi 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

    C / C++ / MFC help tutorial question

  • color the text of radio button
    V vasmvr

    thank 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

    C / C++ / MFC help question

  • color the text of radio button
    V vasmvr

    Hi 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

    C / C++ / MFC help question

  • Adding header files in a project
    V vasmvr

    maybe it's a mistake but i can't do what you said, i have to find another solution... thanks for your interest

    C / C++ / MFC help question

  • Adding header files in a project
    V vasmvr

    i 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...

    C / C++ / MFC help question

  • Adding header files in a project
    V vasmvr

    because 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

    C / C++ / MFC help question

  • Adding header files in a project
    V vasmvr

    thanks for your prompt answer but i can't do that, i need other way to do that... I hope it exist

    C / C++ / MFC help question

  • Adding header files in a project
    V vasmvr

    Hi 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

    C / C++ / MFC help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups