Search found 9 matches

by ToonyTom
09 Jan 2017, 00:11
Forum: Ask for Help (v1)
Topic: Creating a wrapper for interception.dll (fixed and working!) Topic is solved
Replies: 110
Views: 47646

Re: Creating a wrapper for interception.dll (could use help with NumGet etc) Topic is solved

Hey Noesis! You know, I was actually thinking about doing almost the same thing! Before I found the solution to fixing this, I had installed visual studio and code::blocks and trying to learn C language...hah! I did manage to get some example code working in those once or twice, but trying to includ...
by ToonyTom
08 Jan 2017, 14:18
Forum: Ask for Help (v1)
Topic: Creating a wrapper for interception.dll (fixed and working!) Topic is solved
Replies: 110
Views: 47646

Re: Creating a wrapper for interception.dll (could use help with NumGet etc) Topic is solved

Hi ACQ! Thank you very much for the advice! I took a look at my code again and found what was causing the slow down and memory spikes :mrgreen: It was nstroke, in the receive() function! The one variable I ignored the longest because it seemed to not do very much. I had it set as "int*" or an intege...
by ToonyTom
02 Jan 2017, 12:43
Forum: Ask for Help (v1)
Topic: Creating a wrapper for interception.dll (fixed and working!) Topic is solved
Replies: 110
Views: 47646

Re: Creating a wrapper for interception.dll (could use help with NumGet etc) Topic is solved

Got a little further this time. Now I can easily send keys with a homemade function: send_keys( ). At first I couldn't figure out why it caused my mouse to go to to right edge whenever I used it. Then I realized that I was actually using the 'device number" for the mouse! :roll: So, to use send_keys...
by ToonyTom
31 Dec 2016, 08:22
Forum: Ask for Help (v1)
Topic: Creating a wrapper for interception.dll (fixed and working!) Topic is solved
Replies: 110
Views: 47646

Creating a wrapper for interception.dll (fixed and working!) Topic is solved

Interception is a driver / library for capturing key strokes, mouse button presses, and mouse movement (maybe joysticks as well?). It can then either block that input, let it through, or turn it into something else. The most important feature is all of this can be based on a device number or hardwa...
by ToonyTom
26 Dec 2016, 18:04
Forum: Ask for Help (v1)
Topic: Please help with my script work for only second keyboard
Replies: 2
Views: 1018

Re: Please help with my script work for only second keyboard

Nextron is right. Interception.dll is probably your best bet. Over on Orbiter Forum someone coded a small simple command line program that uses interception.dll. You have to register to download the zip of it, but it works for what you need :thumbup:
by ToonyTom
01 Dec 2016, 02:05
Forum: Ask for Help (v1)
Topic: how to use firefox xul component in a GUI ?
Replies: 0
Views: 572

how to use firefox xul component in a GUI ?

I'm familiar with how to use an internet explorer activex control inside of a GUI, but I need to use something else because: 1. The intended users for my program don't use IE and probably never update it. Most likely they still have Internet Explorer 8 installed. 2. IE has a bad reputation for follo...
by ToonyTom
07 Apr 2015, 14:15
Forum: Ask for Help (v1)
Topic: Unable To Use Small Icons In Listview!
Replies: 4
Views: 2156

Re: Unable To Use Small Icons In Listview!

Thank you, that really confused me for a while. It didn't explain very much about IconSmall view, so I thought it was just another icon size and not a different 'mode'.
by ToonyTom
22 Mar 2015, 22:46
Forum: Ask for Help (v1)
Topic: Unable To Use Small Icons In Listview!
Replies: 4
Views: 2156

Unable To Use Small Icons In Listview!

I'm trying to create my own replacement for the system tray using the TrayIcon Library. So far, adding icons works ok, but nothing shows up if I do LV_SetImageList(il,1) . If I use LV_SetImageList(il,0) the icons show up, but since LV_SetImageList is set to large, you can't really click and select a...
by ToonyTom
04 Mar 2015, 07:48
Forum: Ask for Help (v1)
Topic: Display And Use A File's Icon When Dragging Over Window
Replies: 0
Views: 1514

Display And Use A File's Icon When Dragging Over Window

I've been working on building a dock completely in AHK. The reson is because I'm very unsatisfied with ObjectDock . The only peice of the puzzle that's causing me major problems is grabbing the image for what's being dragged over. You'll notice that if you drag anything on your desktop or from explo...

Go to advanced search