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
X

Xakep

@Xakep
About
Posts
14
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • MSDN Integration
    X Xakep

    Hi How can I integrate my own help topics into MSDN Library (I mean into Document Explorer) Best regards, v0id

    C / C++ / MFC help question

  • Couple of questions about toolbars
    X Xakep

    Hi I have two questions 1. Is there any way to retrieve information about toolbar resources (number of buttons, their ID's and images) without loading them into CToolBar object? 2. If look at VS .NET menu (which is actually a toolbar) you can notice that there is a one pixel distance between items, so if you move mouse over it no item will be selected. How it could be done? ________________________ Best regards, v0id

    C / C++ / MFC csharp visual-studio question

  • Control Bars
    X Xakep

    Does anybody have any information/links/etc about MFC classes CControlBar, CDockBar and CDockContext? On CodeProject, CodeGuru and other internet resources there are only few articles with obsolete information.

    C / C++ / MFC c++ question

  • Owner-drawn menu
    X Xakep

    Hi While creating a owner-drawn menu I have found, that MFT_OWNERDRAW style does not apply to any item with identifier ID_FILE_MRU_FILE1. Here goes my code: int nItemCount = GetMenuItemCount(); MENUITEMINFO mii; ZeroMemory(&mii, sizeof(mii)); mii.cbSize = sizeof(mii); mii.fMask = MIIM_TYPE; mii.fType = MFT_OWNERDRAW; for (int i = 0; i < nItemCount; i++) { CMyMenu* pMenu = (CMyMenu*)GetSubMenu(i); if (pMenu) pMenu->MakeOwnerDrawn(); SetMenuItemInfo(m_hMenu, i, TRUE, &mii); } If I use ModifyMenu instead of SetMenuItemInfo, everything is OK, except clicking on items have no effect. Any suggestions? Best regards, v0id

    C / C++ / MFC question

  • Office XP colors
    X Xakep

    Hello I'm developing my own controls library and want to implement Office XP menu support, but there is a promblem: I don't know how to calculate appropriate colors. I took a look at ProfUIS, GuiLib, CMenuXP and few other libraries and controls and everybody calculate colors in his own way, but in wrong way. Such applications as SmartFTP, ASP.NET Web Matrix, PHP Expert Editor, etc does the same. Only one library calculate correct colors. It is Xtreme Toolkit by Codejock Software. Can anybody help me? __________________________________________________ Best regards, v0id

    C / C++ / MFC csharp php asp-net help tutorial

  • MFC's future
    X Xakep

    Microsoft .NET is a very perspective technology, but I think it could kill MFC. Not in near future, but some time later. I didn't read anything about this, I'm just want to hear your opinion about MFC's future.

    The Lounge csharp c++

  • XP icons
    X Xakep

    XP icons with shadow does not draw properly. I'm using standard functions and can't understand what I do wrong.

    C / C++ / MFC

  • Unknown message
    X Xakep

    What value I would get if I send for example WM_USER + 100 to window, that have no handler for it (should it process it to DefWindowProc)?

    C / C++ / MFC tutorial question

  • OnCmdMsg
    X Xakep

    You can find more information in Paul DiLascia article in Microsoft Systems Journal, 1995 (I don't remember month).

    C / C++ / MFC question

  • Focus rect
    X Xakep

    While creating my owner-drawn button class I encountered such a mmm... problem. E.g. when you launch your app in Visual Studio you can press a button on the toolbar or Ctrl+F5. In the first case standard Windows buttons doesn't draw the focus rectangle untill you press the Tab button, but in second case they draw that damn rect. How can I do the same.

    C / C++ / MFC csharp visual-studio help question

  • Chess-like brush
    X Xakep

    Hello I want to create a brush for painting the chess-like background for my button with the 1-pixel step. Do I need to use CreatePatternBrush and create appropriate bitmap, or there is another solution.

    C / C++ / MFC graphics

  • OfficeXP-like Menus
    X Xakep

    Hi I'm now creating some OfficeXP-like menus, but I don't know how to get such system colors. Any suggestions. P. S. By the way, where can I look at Office 2003 interface.

    C / C++ / MFC tutorial

  • Extended controls
    X Xakep

    Thanks:-D

    C / C++ / MFC

  • Extended controls
    X Xakep

    Does anybody can give me link to the guides/articles/tips of creating owner drawn controls (like ButtonST).

    C / C++ / MFC
  • Login

  • Don't have an account? Register

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