Search:

Type: Posts; User: Mystical

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,092

    Some Direction...

    Alright heres my situation...
    I want to convert a vb program i made to c++.
    The things I have not accomplished in the transition as of yet...
    1.Reading a Text file to a listbox.
    (in vb you can...
  2. Getting the index of a list box to show in a msgbox

    case IDC_LISTBOX_TEXT:
    {
    switch(HIWORD(wParam))
    {
    case LBN_SELCHANGE:
    {
    int index =...
  3. Thread: Hey

    by Mystical
    Replies
    3
    Views
    1,060

    I don't want to use MFC yet because from everyone...

    I don't want to use MFC yet because from everyone I've talked to they've all said to know the api for whatever you want to do. Once you know it go ahead and use MFC because it does make life easier...
  4. Thread: Hey

    by Mystical
    Replies
    3
    Views
    1,060

    Hey

    Hows it going everyone? I've not programmed in C++ since HS but I've been programming in vb for the past year or so. I've decided the hell with vb and I'm going back to C/C++.

    On to my...
Results 1 to 4 of 4