User Profile

Collapse

Profile Sidebar

Collapse
ricovox
ricovox
Last Activity: Mar 10 '11, 01:24 PM
Joined: Sep 16 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thanks for your replies and effort. I was aware of that post, but as you can see, the problem is unresolved.
    See more | Go to post

    Leave a comment:


  • Also note that I am not asking only for undocumented hacks. I am also very much interested in knowing if there are documented/approved ways to get the Size and Location of taskbar buttons.

    IMHO, the ITaskbarList interface is much more invasive than what I am asking for. By that I mean that it allows any developer to add, remove, flash etc, icons from ANY application on the taskbar.
    To me that seems much more "disturbing "...
    See more | Go to post

    Leave a comment:


  • @weaknessforcat s - I think you misunderstood. I don't intend to "fiddle" with anything.
    I.e. this is a "read-only" operation. The objective is to direct the user's attention to a particular region of the taskbar (whether it is an icon or empty space) and to detect when the user's mouse has entered that region.
    The taskbar buttons will not be altered in any way.
    See more | Go to post

    Leave a comment:


  • How can I interact with the new Windows 7 Taskbar (MSTaskListWClass)

    Hello,

    I need to determine the location (RECT) of application windows (aka "buttons") in the system taskbar.
    In Windows XP, this was possible by simply obtaining the handle to the "ToolbarWindow3 2" window that represents the taskbar and then using SendMessage to enumerate the taskbar buttons and obtain their RECTs using toolbar "TB_..." window messages. (i.e. TB_GETBUTTON, TB_GETRECT).
    ...
    See more | Go to post

  • ricovox
    replied to ADODB.Connection Automation Error
    Thanks. Can you tell me a little bit more about what you mean by "disable the 64 bit redirection"? For example, what AutoIt script command does this refer to?
    Thanks,
    Richard...
    See more | Go to post

    Leave a comment:


  • ricovox
    replied to ADODB.Connection Automation Error
    Sorry, but no. I am still having the problem, and no one has offered suggestions for fixing it. :-(...
    See more | Go to post

    Leave a comment:


  • ricovox
    started a topic ADODB.Connection Automation Error

    ADODB.Connection Automation Error

    Hello,

    Every time I try to create an ADODB.Connectio n object, I receive the following error:
    -----------
    Runtime Error '-2147024703 (800700c1)':

    Automation error
    %1 is not a valid Win32 Application.
    -------------

    I am running Windows 7 Ultimate (64 bit).
    This IS NOT a connection string problem, nor is it application-specific.

    I can easily reproduce the error in a number...
    See more | Go to post
    Last edited by ricovox; Apr 27 '10, 02:59 PM. Reason: missing bbcode tag

  • ricovox
    replied to NDIS Filter Driver
    Thanks, Nepomuk
    Of course I have already seen the info at microsoft, but I was hoping to find someone who has worked with NDIS drivers before for some advice.

    Thanks anyway.
    See more | Go to post

    Leave a comment:


  • ricovox
    started a topic Best IDE for Windows Driver Development
    in C

    Best IDE for Windows Driver Development

    Hi,

    What is the best IDE for Windows Driver Development?
    Should I just find a generic C/C++ compiler?

    Can I compile a Windows Driver using Managed C++ (.NET), or must I use VC++ 6 etc?

    Thanks very much for all opinions.

    Richard
    See more | Go to post

  • ricovox
    started a topic NDIS Filter Driver

    NDIS Filter Driver

    Hi,

    Does anyone have experience with NDIS drivers?
    I need to either write or find an NDIS driver that will allow my user-mode application to selectively DROP packets before they hit the TCP/IP stack. In addition I would like to SEND out new raw packets.
    I'm sure many people have developed such drivers, but I don't know of any. Ideally, I would like the source code for such a driver, or some help developing one.
    ...
    See more | Go to post
No activity results to display
Show More
Working...