CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Laurentis

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Re: How to retrieve logged on user credentials for ITask::SetAccountInformation

    Yes, but it's advanced code (remote process hooking)
  2. Replies
    17
    Views
    2,126

    Re: Controlling folder views programitically

    The right method has just been answered on Win32 api ng
    (with COM, used by Explorer...)
  3. Replies
    6
    Views
    1,951

    Re: System Drive Path.

    By searching 1 second in Google Groups :
    http://groups.google.fr/group/comp.os.ms-windows.programmer.win32/browse_thread/thread/69b50fb850a7edc?hl=fr&ie=UTF-8&q=system+drive+win32#ede5de2ea4e9c4f4
  4. Replies
    2
    Views
    2,096

    Re: Handle Show Desktop in MFC.

    You don't need to hook anything.
    Just use COM (see Google (Groups), where code (C++/Win32) has been posted many times)
  5. Replies
    1
    Views
    3,776

    Re: chart with win api??

    Chart control is included in Win32
    See one of the samples at the end of this thread (Win32 api)...
  6. Replies
    12
    Views
    3,099

    Re: Getting basic device information

    Configure Usenet with Windows Mail :
    http://support.cox.com/sdccommon/asp/contentredirect.asp?sprt_cid=285b1ded-6ed2-42d9-ac7b-9ad40513af96

    The answer had indeed been given several years ago on...
  7. Re: How to get microphone volume using audio mixer api

    it's a Win32 api FAQ, since 1995
    you can ask on win32 api ng news://comp.os.ms-windows.programmer.win32
    (C/C++ code)
  8. Replies
    11
    Views
    6,740

    Re: Convert Bmp to Jpeg

    You don't need anything.
    It's done with one native win32 api call (SH)
    see news://comp.os.ms-windows.programmer.win32 (FAQ)
  9. Replies
    2
    Views
    4,102

    Re: Filename from HANDLE

    It\'s a Win32 api FAQ for ages
    See on Adv. Win32 api newsgroup :
    news://194.177.96.26/comp.os.ms-windows.programmer.win32
    (NAPI)
  10. Replies
    2
    Views
    3,810

    Re: WINAPI to get cpu speed?

    You could imagine that you're the 256 000th to ask that. for decades
    Then it's of course a Win32 FAQ for 18 years (news://comp.os.ms-windows.programmer.win32)
    cpuid, WMI, etc...
  11. Re: How to print image (JPG) file through printer?

    Yes, with COM and IE (you let IE doing all the printing)
    see news://194.177.96.26/comp.os.ms-windows.programmer.win32
    where it's a Win32 usual question for a long time...
  12. Re: How to print image (JPG) file through printer?

    No, wrong method.
    You don't need at all to load the jpg (and you don't need GDI+ for JPG)
    Just print it directly with COM.
  13. Re: [C++] can you help me write a very simple keylogger

    See win32 api ng news://194.177.96.26/comp.os.ms-windows.programmer.win32
    to get complete and detailed samples in C
  14. Re: Add Picture to rich textbox using pure win32 api

    For pure win32 api, see Adv. Win32 api ng
    news://194.177.96.26/comp.os.ms-windows.programmer.win32
    Inserting bitmaps in RichEdit controls in C is a FAQ (since... 1995)
  15. Replies
    18
    Views
    2,674

    Re: change the Keybord Input

    The complete code in C had been posted many times on api ng
    news://nntp.aioe.org/comp.os.ms-windows.programmer.win32
    since '90s
    - and it's not with WH_KEYBOARD)
  16. Replies
    7
    Views
    999

    Re: how to know if window's text got change

    Yes, the other method (WE) has been given many times on Win32 api ng, but not too old (1999)..
  17. Replies
    3
    Views
    758

    Re: Start Menu Displayed?

    Of course there are several events generated by the system for Start Menu !
    You can ask on Adv. Win32 api newsgroup :
    news://194.177.96.26/comp.os.ms-windows.programmer.win32
    where it 's a classic...
  18. Replies
    2
    Views
    1,191

    Re: How to get IContextMenu from IShellLink?

    It's a Win32 FAQ : you get it from the pidl
    see news://194.177.96.26/comp.os.ms-windows.programmer.win32
    (C/C++ code)
  19. Replies
    3
    Views
    768

    Re: loading bitmaps in an imagelist

    For Win32 api, always ask on Adv. win32 api ng
    news://194.177.96.26/comp.os.ms-windows.programmer.win32
    where this is a FAQ since 1995 (IL from Win9x)...
  20. Replies
    11
    Views
    14,043

    Re: Turn off the hard disk through WMI

    No.
    The 2 right methods are WMI and an undocumented api call
    Never change GPP, it's a global parameter
  21. Replies
    4
    Views
    1,250

    Re: cursor direction of system

    You must use one of the 3 System L. Apis
    See Adv. Win32 api ng
    news://194.177.96.26/comp.os.ms-windows.programmer.win32
    where it has often been discussed..
  22. Replies
    2
    Views
    2,255

    Re: API to display image on a window

    You can guess it's a win32 FAQ for ages
    Always search on google gr.
    http://groups.google.com/group/comp.os.ms-windows.programmer.win32/topics?pli=1
  23. Replies
    10
    Views
    2,103

    Re: Activex Support without MFC

    You don't need anything, neither MFC or ATL to host ActiveX
    It's included natively in windows (ocx class), without code.
    (method given on comp.os.ms-windows.programmer.win32 ng)
  24. Replies
    8
    Views
    1,159

    Re: Rearding Drive letters of the partitions.

    It's a Win32 api FAQ
    See Adv. Win32 api ng (news://194.177.96.26/comp.os.ms-windows.programmer.win32)
  25. Replies
    8
    Views
    1,536

    Re: What next?

    Avoid MFC.
    It's dead.
    No more job in MFC for years in Europe... (and old jobs in <2000 were paid like cleaning ladies...)
Results 1 to 25 of 52
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured