... As MSGBOXPARAMS) As Long ... Hi :) I have tested the tool ResEdit but did not succeeded in getting ressources from created DLL. I have done a bunch of...
...  'begin code  'Resources routines for RapidQ '2009 Nastase Eodor 'eodor_nastase@... 'Freeware 'When manipulate the RapidQ executable, 'Remember...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rapidq group. File :...
rapidq@yahoogroups.com
Feb 1, 2009 8:25 pm
34304
Jacques wrote: The code I posted was a bit stupid, I guess everybody could do this. It's always with the last energy of the day that I/?we post :) In this...
... I have a working example in Visual Basic. And I know there's an example at the PowerBasic forum. If you'd like either (or both) just let me know. Have you...
... I have found a Delphi example too :). I'd like to past it in RQPC without translating anything: not to add my own errors to the code. ... I visited the...
... (Resource_Number)) ... Partial success. I just uploaded an example to my website (on the RQ Demos Page 1) called... Icon From DLL. It uses an icon from the...
... Ok... I finally figured out how I could use ResBuilder to build a DLL that CAN be be used with MessageBoxIndirect. I know I could've created the DLL in a...
... I finally found a working C++ code setting custom icon in MessageBoxIndirect and was able to use it with RQPC. I upload the working codes and exe at: ...
I tried to change Caption in QDockForm (using RapidQ2.INC), but without success. What wrong am I doing? Thanks for answer. Slavomir $Option EXPLICIT $include...
Rapid Q is great. One problem many people face is that decimal dividers differ around the world; the comma is used in many European countries, places like the...
Oh .... yeah .... I just uploaded a calendar generation tool which complies with ISO 8601, might be usefull for somebody out there <wink> File name ...
... MessageBoxIndirect seems to be hardcoded to only accept a number that represents... a) the "Icon Group" ID within a DLL or b) a resource icon embedded...
... I've tried to. But the linux version seems not to support a full set of Qobjects. Like the file-list-box and directorylistbox. There may be others, I...
... <snip> ... I use MessageBoxIndirect with custom icons all the time in MASM albeit properly embedded as a resource. As regards John's idea, I haven't tried...
... I copy the file at: http://erdemal.webhop.org/RapidQ/MessageBoxIndirectWithCustomIcon.zip No need to know much about C/C++ to copy paste a C/C++ function...
Hello.. How to wake up screen when screen saver is running? Ie screen saver si active but I need to show something without touching keyboard or mice. Thanks ...
... Hello Slavko. That's no problem, just a simple WIN32-API call: const SPI_SETSCREENSAVEACTIVE = 17 DECLARE FUNCTION SystemParametersInfo Lib "user32" Alias ...
... Hello Not exactly I want. This just enable/disable screen saver. I want screen saver to be active. But when event occurs then I want to popup my RQ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rapidq group. File :...
rapidq@yahoogroups.com
Feb 6, 2009 6:48 pm
34326
... Hm, ok. After some experiments, i find the following solution must fit good to your problem. I used QTIMER to periodically check the foreground window, if...
... Maybe a "better" version of Firefox might help? I just found K-Meleon and I am like MAJORLY impressed. *grinning from ear to ear like a kid at xmas) It...
... I doubt that it is possible is all cases. Consider the case the the user must enter a password after the screensaver is deactivated. This dialog is shown...
... Hello.. Works.. Just there are (at least) two screen saver classess so for close just use... I didn't test with pasword protected savers as I don't need...