Search:

Type: Posts; User: akrocks

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    1,723

    yes, i've made some simple dos programs in C...

    yes, i've made some simple dos programs in C before.. and also have had experiance in other languages...


    I've got my problem just about figured out... but i need to know one thing... how can i...
  2. Replies
    9
    Views
    1,723

    so what am i doing wrong here? ...

    so what am i doing wrong here?


    popUrl = GetDlgItemText(hwnd, IDE_MAIN_POPURL, 0, 0);
    SetDlgItemText(hwnd, IDE_MAIN_LINK, "URL: " + popUrl);
  3. Replies
    9
    Views
    1,723

    ok, so i need help... to add text from another...

    ok, so i need help...

    to add text from another text box also...

    UINT GetDlgItemText(

    HWND hDlg, // handle of dialog box
    int nIDDlgItem, // identifier of control
    LPTSTR...
  4. Replies
    9
    Views
    1,723

    thanks alot guys!:D

    thanks alot guys!:D
  5. Replies
    4
    Views
    1,526

    ah-hah! COLOR_3DFACE+1

    ah-hah! COLOR_3DFACE+1
  6. Replies
    9
    Views
    1,723

    Adding Text to an Edit

    I searched the forums and found what code to use.... but im not sure about how to use it....



    lResult = SendMessage( // returns LRESULT in lResult
    (HWND) hWndControl, // handle to...
  7. Replies
    4
    Views
    1,526

    so.... wincl.hbrBackground =...

    so....


    wincl.hbrBackground = (HBRUSH)(COLOR_WINDOW+1);

    ?????


    still dont work....
  8. Replies
    4
    Views
    1,526

    Default Windows Background Color

    I was searching the forums for info on how to set the background the color of the default windows settings (in your display properties) i found COLOR_WINDOW+1 but that just gives me a white...
  9. Replies
    3
    Views
    1,467

    Ok! I finally got a button to work!! but it takes...

    Ok! I finally got a button to work!! but it takes up the whole form... can someone fix that and show me what i did wrong? Thanks alot!

    --edit--

    lol, oh i know why it took up the whole form...
  10. Replies
    3
    Views
    1,467

    I'm learning C++, but need an example..

    Hi, i'm learning to program in c++ for windows. Is it possible someone could make an example of a window with just a button on it? I learn best by just looking at the code and playing around with...
Results 1 to 10 of 10