hey andrew ,tbird ,burklyard do any of you know how to make to do this? a program detects mouse movements that is if mouse is on shortcut to notepad.exe icon...
... do this? ... The easiest way to do it is actually to use Autohotkey, Google for it. You will have to join but it is easier to create a script for that as a...
... thanks mate but i want to do this through rapid q because i want to intergrate it as a helping mechanism so mate if u got anyclues on how to do it with...
... to ... for ... Ahk ... how ... what you are trying to do sounds complicated to me because you are trying to take over the basic operations of Windows OS....
... to ... for ... Ahk ... how ... what you are trying to do sounds complicated to me because you are trying to take over the basic operations of Windows OS....
Hi I still say you can use AHK you can create a script that will look for the windows or short cuts or mouse positions and then either throw a graphic, run a...
johnk20042001 <klaffky2825@...> @ 2008-08-06 12:44 AM "[rapidq] Re: programming question moose icon" <g7ba6t+r4q4@eGroups.com> ... You may also want...
... yeah i see your point terry yeah i think i,ll take your advice btw ahk is a great program thanks for introducing it to me i,m getting to know the language...
I've noticed that the following program create f as qform create d as qdirtree align=5 color=&hc0c0c0 end create showmodal end create will work under MS...
varmint67 <wajamala@...> @ 2008-08-11 12:56 AM "[rapidq] qdirtree bug?" <g7ogqm+fi6k@eGroups.com> ... QDIRTREE is not supported on Linux. It is Windows...
I've tried everything to draw with an image using qbitmapex. cant get it to work. if you change qbitmapex to qbitmap in the below code, it works great Any...
... this works for me! WinXP SP2, latest Rapidq2.inc $typecheck on $include "rapidq2.inc" dim form as qform dim image as qimageex dim bitmap as qbitmapex ...
... Not supported, or not functional? The rc compiler in linux seems to recognize it ok as a valid Qobject, only to segfault when the compiled program tries...
hey i,m working on a small project and am trying to figure something out .ill try and explain here it goes in short "SImultaneous typing two forms two...
I found (for the lack of a better term) a "continuous" bitmap on the internet. I remember seeing these on the internet long time ago but I can't, for the life ...
... I take a lot of panoramic pictures which is easy with the digital camera. You need at least 9 for a full 360 deg. I must admit I use special stiching...
Now that I've downloaded the right version, and I can actually draw lines. I can't figure out how to copytoclipboard in qbitmapex here's a short example, it...
Is it worth posting in the files section? polybezier takes 3 points to complete the polyline goes easy watch for word wrap I don't think there will be any ...
... -- code snipped -- I tried it and couldn't get it to work until... I made some very slight changes. It is worthy of uploading to the files section. :) 'Be...
... Commented out the declares for... fmove and fup Commented out the events... form.onmousemove and form.onmouseup (the subs don't exist) Added a missing...
I uploaded the polydrawto file with all of your changes David it's in the 2d graphics folder Any word on why the bitmapex won't copy to the clipboard?...
... Interesting bug... The problem is the name "bitmap" as the object. Change bitmap to bitmapp and it works. I guess the compiler gets confused because...
standstiladdie <laddie@...> @ 2008-08-15 05:52 PM "[rapidq] Re: another qbitmapex dot question" <g84tqt+7mqv@eGroups.com> ... Not quite. The A vs. W...