Search:

Type: Posts; User: Alex31

Page 1 of 6 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,985

    Yes, it's included inside shell (or GDI+)

    Yes, it's included inside shell (or GDI+)
  2. Replies
    7
    Views
    1,595

    On Windows, never use system() (crappy and...

    On Windows, never use system() (crappy and prohibited by MS)
    Use Shell apis
  3. Replies
    2
    Views
    3,646

    Which OS ? On Windows it's done with a few lines...

    Which OS ?
    On Windows it's done with a few lines line of code... (COM)
  4. Replies
    2
    Views
    3,575

    Same way, with GDI+.

    Same way, with GDI+.
  5. Thread: VC++ or DevC++

    by Alex31
    Replies
    10
    Views
    1,715

    FYI, Dev C++ is dead for years. VS is the only...

    FYI, Dev C++ is dead for years.
    VS is the only professional IDE on the market (since 2003)
  6. Replies
    10
    Views
    7,885

    Never use external libs on Windows : everything...

    Never use external libs on Windows : everything is included inside win32 api
    Tons of samples in MSDN for Wininet.
    Very simple.
  7. Replies
    9
    Views
    5,632

    What's the problem ?! Just use FTP apis and...

    What's the problem ?!
    Just use FTP apis and encode/decode password !
  8. Replies
    9
    Views
    5,632

    On Windows, you don't need anything. Just use...

    On Windows, you don't need anything.
    Just use FTP apis.
  9. On Windows, just use Win32 api (30 secondes to do...

    On Windows, just use Win32 api (30 secondes to do it... (COM, Inet, etc))
  10. What's the problem with LVIS_SELECTED state ?

    What's the problem with LVIS_SELECTED state ?
  11. ??? 2 lines of code on Windows...

    ???
    2 lines of code on Windows...
  12. Replies
    8
    Views
    3,869

    You don't need any external library (never on...

    You don't need any external library (never on Windows)
    GDI+ manages all imaginable formats.
    JPEG and others are also native with COM or Shell apis.
  13. See MSDN samples (SDK) or on Win32 grp...

    See MSDN samples (SDK) or on Win32 grp Discussions - comp.os.ms-windows.programmer.win32 | Google Groups (C & C++)
  14. See the well-known MS sample for USB devices list...

    See the well-known MS sample for USB devices list in DDK
  15. File mapping exists for years. See MS SDK...

    File mapping exists for years.
    See MS SDK samples with CreateFileMapping() ...
  16. Replies
    5
    Views
    2,677

    As Epy said, Google it ! In particular for such ...

    As Epy said, Google it !
    In particular for such basic things, asked thousands of times for 20 years...
  17. > I've had a look on google Really ?! What...

    > I've had a look on google

    Really ?!
    What did you type ?
    Found in 0.25 seconds in Google Groups
    ... and MSDN of course with complete application in SDK which does that....
  18. Replies
    6
    Views
    6,146

    Samples for that have be published for ~20 years....

    Samples for that have be published for ~20 years.
    See on MSDN (SDK samples) or re-ask on old (but advanced )Win32 group
    (C and C++ mainly)
  19. 1 minute with Win32 wizard from VS and a Beep()...

    1 minute with Win32 wizard from VS and a Beep()...
  20. Replies
    7
    Views
    7,621

    See rather the CenterWindow() finction from MSDN

    See rather the CenterWindow() finction from MSDN
  21. Replies
    5
    Views
    1,027

    Never use system() on Windows (Use Win32 shell...

    Never use system() on Windows
    (Use Win32 shell apis to copy folders)
  22. Replies
    2
    Views
    1,369

    On Windows, it's done by the native Win32 Graph...

    On Windows, it's done by the native Win32 Graph control...
  23. Replies
    3
    Views
    1,330

    This code has no sense. You must not draw...

    This code has no sense.
    You must not draw outside WM_PAINT !
    Read the Petzold.
  24. Replies
    9
    Views
    3,100

    Avoid MFC (it's dead in Europe...) Just use the...

    Avoid MFC (it's dead in Europe...)
    Just use the VS.NET Win32 wizard, and it's done in 5 seconds...
    And read the Petzold.
  25. Replies
    11
    Views
    4,642

    BTW, SetPixel must never be used. Use DIBs...

    BTW, SetPixel must never be used.
    Use DIBs insteads.
Results 1 to 25 of 142
Page 1 of 6 1 2 3 4