Search the web
Sign In
New User? Sign Up
rapidq · Rapid-Q is a multiplatform GUI and CONSOLE BASIC compiler/interpreter
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 34300 - 34329 of 35534   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
34300
... 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...
vga.nantes
Offline Send Email
Feb 1, 2009
10:43 am
34301
...   'begin code   'Resources routines for RapidQ '2009 Nastase Eodor 'eodor_nastase@... 'Freeware 'When manipulate the RapidQ executable, 'Remember...
Nastasa Eodor
eodor_nastase
Offline Send Email
Feb 1, 2009
8:11 pm
34302
... file ... [Code] 'Resources routines for RapidQ '2009 Nastase Eodor 'eodor_nastase@... 'Freeware 'When manipulate the RapidQ executable, 'Remember...
eodor_nastase
Offline Send Email
Feb 1, 2009
8:20 pm
34303
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
Send Email
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...
Jacques
erdemaal
Offline Send Email
Feb 3, 2009
1:12 am
34305
... 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...
burkleyd
Offline Send Email
Feb 3, 2009
1:26 am
34306
... 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...
Jacques
erdemaal
Offline Send Email
Feb 3, 2009
7:36 am
34307
... (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...
burkleyd
Offline Send Email
Feb 3, 2009
4:29 pm
34308
... 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...
burkleyd
Offline Send Email
Feb 3, 2009
11:14 pm
34309
Hello.. Anybody use RapidQ on linux? Slavko....
Slavko Kocjancic
slavkok
Offline Send Email
Feb 4, 2009
4:25 pm
34310
... 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: ...
Jacques
erdemaal
Offline Send Email
Feb 4, 2009
7:19 pm
34311
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...
Slavomir
ovalx
Offline Send Email
Feb 5, 2009
9:14 am
34312
... HI! All you need to do is to repaint the canvas: SUB btn_onClick dok.CAPTION = "Dock2" dok.Canvas.REPAINT END SUB...
Oliver Ozohanics
oliver_ozoha...
Offline Send Email
Feb 5, 2009
9:30 am
34313
... You are right, how simple! I tried DOK.REPAINT, but nothing happened... Thank you. Slavomir...
Slavomir
ovalx
Offline Send Email
Feb 5, 2009
10:05 am
34314
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...
Adrian
beardyphish
Offline Send Email
Feb 5, 2009
7:12 pm
34315
Oh .... yeah .... I just uploaded a calendar generation tool which complies with ISO 8601, might be usefull for somebody out there <wink> File name ...
Adrian
beardyphish
Offline Send Email
Feb 5, 2009
7:34 pm
34316
... JSXAytj2xZdDcErbGreOI2q6VKy0KIMTNnrAeymc22r9AWM4rqDudmhulAvp6T_LDGuvQ ylM3T0kTO_ImjQ/RQPC/Examples/GCC/MessageBoxIndirectWithCustomIcon.zip ... This link...
johnk20042001
Offline Send Email
Feb 6, 2009
3:06 am
34317
... 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...
burkleyd
Offline Send Email
Feb 6, 2009
5:26 am
34318
... 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...
anonymous
wajamala
Offline Send Email
Feb 6, 2009
5:52 am
34319
... <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...
paul ludgate
snakedile
Offline Send Email
Feb 6, 2009
10:03 am
34320
... 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...
Jacques
erdemaal
Offline Send Email
Feb 6, 2009
10:19 am
34321
... Do you still use your own brand of ByteCode launcher with RapidQ Paul? Jacques...
Jacques
erdemaal
Offline Send Email
Feb 6, 2009
10:31 am
34322
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 ...
Slavko Kocjancic
slavkok
Offline Send Email
Feb 6, 2009
11:32 am
34323
... Hello Slavko. That's no problem, just a simple WIN32-API call: const SPI_SETSCREENSAVEACTIVE = 17 DECLARE FUNCTION SystemParametersInfo Lib "user32" Alias ...
chrbest@...
chrbest2
Offline Send Email
Feb 6, 2009
2:00 pm
34324
... 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...
Slavko Kocjancic
slavkok
Offline Send Email
Feb 6, 2009
4:06 pm
34325
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
Send Email
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...
chrbest@...
chrbest2
Offline Send Email
Feb 6, 2009
9:31 pm
34327
... 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...
burkleyd
Offline Send Email
Feb 6, 2009
10:03 pm
34328
... 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...
Christopher W.
c45207
Offline Send Email
Feb 7, 2009
6:06 am
34329
... 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...
Slavko Kocjancic
slavkok
Offline Send Email
Feb 7, 2009
8:41 am
Messages 34300 - 34329 of 35534   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help