Search:

Type: Posts; User: lvk

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,464

    Thanks for your solutions. (1) I'm still...

    Thanks for your solutions.

    (1) I'm still hoping their is away with one control, because otherwise I had to fill both boxes with a lot of data and it will take more memory.

    (2) Yes, I tried...
  2. Replies
    1
    Views
    1,002

    Visual Printer for C++

    I'm looking for some program that allows me to develop reports for printing in c++.

    I need a program were i can visually develop reports, because I have to print data from a database and i won't...
  3. Replies
    3
    Views
    2,464

    How to change control styles

    I have a project made with the MFC Apllication Wizard based on dialogs. I have ComboBox in it, connected with the CComboBox Class within the class-wizard.

    I use the style CBS_DROPDOWNLIST.

    Now...
  4. Replies
    11
    Views
    4,174

    In AboutDlgProc (1) remove the line...

    In AboutDlgProc

    (1) remove the line buffer[nLen] = NULL;
    (2) after 'nLen = GetWindowTextLength(hdlg);' you have to allocate memory space for buffer like this 'buffer = (LPTSTR)malloc(nLen + 1);'...
  5. Replies
    11
    Views
    4,174

    First, I think you mixed your window handles!...

    First, I think you mixed your window handles!
    Second, you can't call GetDlgItem(hWnd, IDC_EDIT_RADIUS) because the dialog with this edit box doesn't exist anymore after DialogBox returns (DialogBox...
  6. Thread: internet ip

    by lvk
    Replies
    12
    Views
    1,718

    I already checked this functions but i never get...

    I already checked this functions but i never get the right address.
    thanx
  7. Thread: internet ip

    by lvk
    Replies
    12
    Views
    1,718

    thanx but ipconfig/all only shows the ip for the...

    thanx but ipconfig/all only shows the ip for the LAN
  8. Thread: internet ip

    by lvk
    Replies
    12
    Views
    1,718

    internet ip

    How can I get my own ip address that represents me in the internet in my c/c++ program.
Results 1 to 8 of 8