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
T

Tarmo Kalda

@Tarmo Kalda
About
Posts
8
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Win32 Buttons, which is which? [solved]
    T Tarmo Kalda

    Another way is to create button window with id. button1 = ::CreateWindowEx(WS_EX_LEFT,L"button",L"Button1", WS_CHILD ,50,50,50,50,parent,(HMENU)100,::GetModuleHandle(NULL),NULL); button2 = ::CreateWindowEx(WS_EX_LEFT,L"button",L"Button2", WS_CHILD ,125,50,50,50,parent,(HMENU)200,::GetModuleHandle(NULL),NULL); Now you can distinguish which is which. case WM_COMMAND: if ((UINT)HIWORD(wParam) == BN_CLICKED) { switch (int)LOWORD(wParam): { case 100: Triggered(L"1"); //Shows a messagebox. break; case 200: Triggered(L"2"); //Shows a messagebox. break; } } break;

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

  • COM unable to obtain interface -
    T Tarmo Kalda

    You can use pUnknown->QueryInterface(.. , IAdd, ....) Tarmo.

    C / C++ / MFC com sysadmin help

  • WM_TIMER message never arrives [modified]
    T Tarmo Kalda

    result = SetTimer(m_hWnd, SPECIFIC_CONSTANT ,10000, NULL); You get WM_TIMER after 10 sec. 10000 ms. == 10 sec.

    C / C++ / MFC

  • Received the Message With SMTP ( Get Mail )
    T Tarmo Kalda

    SMTP for sending and POP for reading mails.

    C / C++ / MFC question com

  • DrawThemeBackground
    T Tarmo Kalda

    Hi! There are no any option to do this. Try HTHEME hTheme = OpenThemeData(*this, L"Button"); instead of combobox, or parse manually theme info from .theme file.:sigh: Rgds. Tarmo.

    C / C++ / MFC com question announcement

  • OpenWatcom
    T Tarmo Kalda

    Open Watcom is finally here :) ! See http://www.openwatcom.org/ Rgds. Tarmo.

    The Lounge

  • Coke vs Pepsi
    T Tarmo Kalda

    I drink water! Pure water is the best! ;P R.Tarmo.

    The Lounge css visual-studio com help question

  • Decompilers (Not Java)
    T Tarmo Kalda

    OpenWindows??? Look at www.reactos.com. Hmmm!!!!:rolleyes: :laugh: :eek:

    The Lounge csharp c++ java visual-studio
  • Login

  • Don't have an account? Register

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