Search:

Type: Posts; User: Franchie

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    5,508

    Otherwise, if you want some blunt C code, i've...

    Otherwise, if you want some blunt C code, i've got some for you below... You can choose whether to record or playback...

    However, it saves raw data! This means that it is HUGE! You will need to...
  2. To change desktop wallpaper (when 'activeDesktop'...

    To change desktop wallpaper (when 'activeDesktop' is enabled):



    #include <shlobj.h>

    extern const IID IID_IActiveDesktop = {
    0xf490eb00,0x1240,0x11d1, {...
  3. Replies
    0
    Views
    1,214

    Using COM callback events

    Hello!

    I am using a COM library called JabberCOM. It implements many interfaces, and I can use these to connect, disconnect, etc...
    This all works fine.

    However, they also provide a callback...
  4. Replies
    2
    Views
    5,195

    Thanks for your reply... Sorry about the wrong...

    Thanks for your reply...

    Sorry about the wrong forum, I made a stupid mistake.

    As for the way I call CWM_GETISHELLBROWSER:


    /*Looking for a target window...*/

    HWND Explhwnd =...
  5. Replies
    2
    Views
    5,195

    How do I get IShellBrowser?

    Hi there,

    I seem to have a problem when trying to capture the IShellBrowser interface of an Explorer Window. Intensive googling taught me that by sending the "undocumented" message...
  6. Replies
    1
    Views
    2,218

    New Control Panel Applet

    Hey there...

    Recently I have been looking into creating new Control Panel applets in C.

    I got this link from Msdn: Msdn Shell Stuff which seemed very helpful and tried to use their sample...
Results 1 to 6 of 6