Search:

Type: Posts; User: Lowas

Search: Search took 0.01 seconds.

  1. Thread: C++ versus C#

    by Lowas
    Replies
    5
    Views
    4,018

    Poll: Lowas

    It's not C#(CSharp) it's Db(DFlat) ! :)
  2. Replies
    6
    Views
    1,418

    If you're doing this in WIN32API look up the...

    If you're doing this in WIN32API look up the functions FindFirstFile
    and FindNextFile in the Help or in a book.
  3. Thread: char to int

    by Lowas
    Replies
    8
    Views
    2,836

    hehe Troll King

    So what does MS pay you to hang around a C Board promoting C#???

    C/C++ isn't owned by MS ...nuff said, + C++ is better designed than anything than MS will ever be able do accomplish.
  4. Poll: Lowas

    "Do you guys think you could post future things related to this on the general board, at least until you actually beign coding it?"

    Yea, tell me a another good board far away from cprogramming.com...
  5. Poll: Lowas

    A RTS would be a lot of fun.
    I'd say start out with a "top-down" turn-based strategy game before moving into an isometric RTS to get skills sharpened etc.

    A traditional RTS is quite complex.
  6. Replies
    11
    Views
    1,586

    Lowas

    What kind of project are you guys thinking of?

    I'm in if it's C++, I have some experience with DirectX 7, WIN32API and MFC.

    my email: [email protected]
  7. Replies
    12
    Views
    6,074

    Lowas

    Isn't it funny that you almost never find these special little details in books or documentations?
  8. Replies
    12
    Views
    6,074

    Lowas

    Thx, perfect.

    I was using LVIS_SELECTED only for the mask, now when I initialize state with it also everything works just like I wanted.

    to KEN:
    I don't use MFC in particular, it's all WIN32...
  9. Replies
    12
    Views
    6,074

    Lowas

    The SetHotItem() will become useful for other things so thx again
  10. Replies
    12
    Views
    6,074

    Lowas

    Why didn't they just write a SetSelectedItem() function?
  11. Replies
    12
    Views
    6,074

    Lowas

    SetHotItem() turns the text blue, what I'm really looking for is the blue rectangle u get when you use the arrow keys or u click on a item, this is what happens in explorer for instance.

    But I...
  12. Replies
    12
    Views
    6,074

    Lowas

    Thx, I haven't tried that one, I'll check it out.
  13. Replies
    12
    Views
    6,074

    Lowas

    Ok, I have the item selected as I wanted and now only the blue color is missing ....talking to myself here =P
  14. Replies
    12
    Views
    6,074

    Lowas

    Bump!
    Does anyone have any idea?
  15. Replies
    7
    Views
    2,508

    Correction: class MyDlg1; class MyDlg2; ...

    Correction:

    class MyDlg1;
    class MyDlg2;

    should be:

    class CMyDlg1;
    class CMyDlg2;
Results 1 to 15 of 15