Search:

Type: Posts; User: webzest

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    3,797

    Painting with Text on a Win32 Application

    Hi,

    I am using this Function:

    LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
    {
    int wmId, wmEvent;
    PAINTSTRUCT ps;
    HDC hdc;
    // TCHAR...
  2. Replies
    5
    Views
    3,797

    Hi, I am refering to this link:...

    Hi,

    I am refering to this link: http://www.cprogramming.com/tutorial/gl4.html that has the actual approach that I am using. My question is the following: I want to use a function to process osme...
  3. Replies
    5
    Views
    3,797

    Painting with Tex on a Win32 Application

    I was reading your article on painting Text into a Win32 application.
    I am attempting to write a small program that I would like to read an
    INI file to get instructions and execute them...
Results 1 to 3 of 3