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
D

dtr1

@dtr1
About
Posts
12
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Pointer to Doc class of SDI
    D dtr1

    pSDIDoc=this; (or I don’t understand the question :confused:)

    C / C++ / MFC question c++

  • ALT code
    D dtr1

    Don't forget to release the ALT key with : keybd_event(VK_MENU,0xb8,KEYEVENTF_KEYUP,0);

    C / C++ / MFC question

  • ALT code
    D dtr1

    use this: keybd_event(VK_MENU,0xb8,0,0);

    C / C++ / MFC question

  • ALT code
    D dtr1

    I answered WM_SYSKEYDOWN if you use it in PreTranslateMessage, not VK_something. But you want to simulate. -- modified at 6:43 Saturday 10th November, 2007

    C / C++ / MFC question

  • _beginthread, can we create a thread in a class? [modified]
    D dtr1

    There is no cast to non-member function pointer.

    C / C++ / MFC help question

  • ALT code
    D dtr1

    WM_SYSKEYDOWN.If u use it in PreTranslateMessage: BOOL CTest::PreTranslateMessage(MSG* pMsg) { if (pMsg->message == WM_SYSKEYDOWN && pMsg->wParam == VK_..something..) { // TO DO:.... } return CDialog::PreTranslateMessage(pMsg); }

    C / C++ / MFC question

  • audio recording
    D dtr1

    Was not really a question. I try to suggest why not answers: it is a c++ forum

    C / C++ / MFC help

  • check for decimal in numerical string
    D dtr1

    Using "Add memmer variable wizard", add a variable (Category=value) and set ‘Max chars’ to n. Or, DDV_MaxChars(pDX, yourVar, 10); -- modified at 3:50 Saturday 10th November, 2007

    C / C++ / MFC c++ question

  • audio recording
    D dtr1

    VB code ?

    C / C++ / MFC help

  • _beginthread, can we create a thread in a class? [modified]
    D dtr1

    Just to explain this behavior see: http://www.parashift.com/c++-faq-lite/pointers-to-members.html. Briefly, the type of pointer-to-member-function is different from pointer-to-function .There is not cast (new in VC++2005).

    C / C++ / MFC help question

  • How to create resizable controls
    D dtr1

    See this article on codeproject: http://www.codeproject.com/csharp/ResizeControlsRuntime.asp[^]

    C# csharp css help tutorial career

  • Can't find Excel Interop assembly
    D dtr1

    From http://msdn2.microsoft.com/en-us/library/kh3965hw(VS.80).aspx : During a Typical installation of Microsoft Office, the primary interop assemblies are set to be installed on first use IF the .NET Framework IS INSTALLED. This installation option works on development computers during project creation and on end user computers when an end user runs a Microsoft Office solution. Redistributable Primary Interop Assemblies Package The primary interop assemblies for Microsoft Office products are also available in a redistributable Microsoft Windows Installer package: The package for Microsoft Office 2003 is available for download from the Microsoft Download Center (http://go.microsoft.com/fwlink/?LinkId=50479). The package for the 2007 Microsoft Office system is available for download from the Microsoft Download Center (http://go.microsoft.com/fwlink/?LinkId=72637).

    Managed C++/CLI visual-studio question csharp c++ com
  • Login

  • Don't have an account? Register

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