CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: kurogane1031

Search: Search took 0.02 seconds.

  1. Thread: Combo box

    by kurogane1031
    Replies
    9
    Views
    1,979

    Re: Combo box

    This is a core subject that i currently taking. Since I have no background knowledge in winapi programming, it's kind of hard to understand the lecture.


    Regard,
    Kurogane
  2. Thread: Combo box

    by kurogane1031
    Replies
    9
    Views
    1,979

    Re: Combo box

    I am using visual basic 2010 win32 application non mfc, not console.. the following code are my program.


    #include <windows.h>


    LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
    ...
  3. Thread: Combo box

    by kurogane1031
    Replies
    9
    Views
    1,979

    Re: Combo box

    well.. u make me realize the negative effects of instant messaging. sorry for by my bad use of language. 'Hehe' actually show i'm happy when people are helping me. and i have no idea on how to use...
  4. Re: Draw shapes based on the cursor location

    one of the thing i dont know is:



    case WM_CREATE:
    hwndStatic = CreateWindow(TEXT("static"), TEXT(""),
    WS_CHILD | WS_VISIBLE,
    150, 80, 90, 25,...
  5. Re: Draw shapes based on the cursor location

    sorry.. my bad. yeah. actually i was asking how should i program it? especially on the drawing part.
    I am very grateful if some example can be included. thank you.


    best regards,
    Kurogane.
  6. Draw shapes based on the cursor location

    Good Day everyone.

    Can anyone provide some overview, possibly some flow on the program that i currently trying to do? Possibly some example that I can refer to.


    I already have a menu to...
  7. Thread: Combo box

    by kurogane1031
    Replies
    9
    Views
    1,979

    Re: Combo box

    hehe.. thank you for ur help...



    regards,
    Kurogane.
  8. Thread: Combo box

    by kurogane1031
    Replies
    9
    Views
    1,979

    Combo box

    Hi, i'm new to Visual C++. I currently taking courses on it.. due to i have no understanding on the lecturer i am having problem with it..

    I want to create win32 winapi application
    i basically...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured