Search:

Type: Posts; User: underline_bruce

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,974

    I used shlobj.h, libshell32.a,...

    I used shlobj.h, libshell32.a, SHCreateShellFolderView() and SHCreateShellFolderViewEx(), and the compiler return an error:


    undefined reference to 'SHCreateShellFolderView'.

    or


    undefined...
  2. Replies
    4
    Views
    1,974

    I tried SHCreateShellFolderViewEx(), called all...

    I tried SHCreateShellFolderViewEx(), called all the libraries available on MinGW and still get the error: undefined reference to 'SHCreateShellFolderViewEx'.

    Also added:

    #define _WIN32_WINNT...
  3. Replies
    6
    Views
    2,739

    Vertical column in ListView

    It's possible to create a ListView with a vertical left-aligned column, like the figure below, with CreateWindowEx and the class WC_LISTVIEW?

    [?]
  4. Replies
    4
    Views
    1,974

    Explorer View

    Hello,

    Can anyone give me a way to put in my window (HWND) a TreeView like the picture below:

    I withdrew it from the window created by SHBrowseForFolder, and should have the same function,...
  5. Thread: keylog

    by underline_bruce
    Replies
    4
    Views
    1,900

    p.s.: Current Methods of Search - Google and...

    p.s.: Current Methods of Search - Google and others!
  6. Thread: keylog

    by underline_bruce
    Replies
    4
    Views
    1,900

    I used the search of the forum (as always) with...

    I used the search of the forum (as always) with the term "keylog" e I did not find nothing.

    I need of a reading about the subject, and unhappyly the current methods of search are crowded of...
  7. Thread: keylog

    by underline_bruce
    Replies
    4
    Views
    1,900

    keylog

    hello,

    I want know if is possible to create one keylog in linux, only for curiosity.

    bye
  8. Replies
    2
    Views
    1,439

    GRUB from windows

    Hello,

    It's possible install and configure the GRUB from windows?

    bye
  9. Replies
    7
    Views
    2,150

    I just want know, why this fails in...

    I just want know, why this fails in Win9x/ME/NT4...
  10. Replies
    7
    Views
    2,150

    I'm making thus: /* Global Variables */ ...

    I'm making thus:


    /* Global Variables */

    HHOOK hMsgFilter;
    HWND ToolBar;

    /* ... */
  11. Replies
    7
    Views
    2,150

    I want make this...

    I want make this...
  12. Replies
    7
    Views
    2,150

    I use with KeyboardProc (WH_KEYBOARD) and...

    I use with KeyboardProc (WH_KEYBOARD) and MessageProc (WH_MSGFILTER).

    ...
  13. Replies
    7
    Views
    2,150

    SetWindowsHookEx in Win 9x/ME/NT4

    Hello...

    I'm trying use SetWindowsHookEx() in windows 9x/ME/NT4.

    Somebody know?

    Obrigado...
  14. You must use this...

    You must use this.

    Any doubt send us.

    bye
  15. Replies
    1
    Views
    1,196

    Inverse of GetMenu()...

    Hello...

    I need know if exist some function or menssagem of the Win32 API, that catches a ID and returns the associated window to this ID.

    I use CreateWindowEx() to create the window and I set...
  16. Replies
    11
    Views
    5,101

    This is a statement... My English is very bad......

    This is a statement... My English is very bad...

    bye
  17. Replies
    11
    Views
    5,101

    In the Windows XP, with any active theme, it's...

    In the Windows XP, with any active theme, it's necessary create a "XP Manifest", to the good functioning...

    bye
  18. Replies
    11
    Views
    5,101

    If it will have some irregularity, inform to...

    If it will have some irregularity, inform to me...

    bye
  19. Replies
    11
    Views
    5,101

    I made and forgot to send the results. The...

    I made and forgot to send the results. The sources are annexed...

    bye
  20. Replies
    11
    Views
    5,101

    case WM_CREATE: { HWND ComboBox; ...

    case WM_CREATE:
    {
    HWND ComboBox;

    ComboBox = CreateWindow("COMBOBOX","",WS_CHILD|WS_VISIBLE|CBS_DROPDOWN,10,10,160,17,hwnd,(HMENU)ID_COMBOBOX,GetModuleHandle(NULL),NULL);

    ...
  21. Replies
    11
    Views
    5,101

    ComboBox Height

    Hello...

    I observed that the height of the ComboBox is always the same one (21 pixels), and do not obtain to modify using MoveWindow(), SetWindowPos() or WM_GETMINMAXINFO...

    How to make the...
  22. Replies
    3
    Views
    1,113

    #include "Unit2.h" //(...) Form2->Show();

    #include "Unit2.h"
    //(...)

    Form2->Show();
  23. Replies
    3
    Views
    4,666

    ComboBox into ListView Item

    Hello...

    Somebody knows as to insert a ComoboBox in a ListView Item, using C Language and Win32 API?

    bye
  24. I am having problems with the functions...

    I am having problems with the functions SetWindowsHookEx() and CallNextHookEx(). Where I insert this in my code?
  25. My bigger difficulty is the language, I do not...

    My bigger difficulty is the language, I do not say English, and I got few progressos.

    My code:


    /*resource.h*/
    #include <windows.h>
    #define _WIN32_IE 0x0501
    #include <commctrl.h>
Results 1 to 25 of 47
Page 1 of 2 1 2