... MAINICON ICON "nice.ico" is correct, see ... http://msdn2.microsoft.com/en-us/library/aa381043.aspx Incidentally, when I set out to make this work I ...
... Good link! The problem is to read and learn all that! Yet, resource is a rather easy 'script' thing. I use the MASM RC.HELP (not sure it's from MASM). ...
Jacques you said:- To learn RQPC, one should: - first only use it as a tiny builder compiler RQPC MyCode.Bas MyNice.Ico Tiny con|nocon and forget about MASM,...
... MyFile.Bas not MyFile.Exe (as written above :) (RQPC compiles RapidQ code, did you edit RQPC.INI and check that the RapidQ Directories are OK for your...
It could be a directory thing. I tend to place projects into a seperate directory. There is nothing wrong with your code and program. No I did not edit the...
... Coulden't resist This is my path as I have edited RQPC.ini [RQPC] RQ_ROOT_DIR=C:\Program files\RQBasic\ RQ_LIBS_DIR==C:\Program files\RQBasic\Lib ...
Terry wrote: I never tried it on a non C drive! I should be ashame to say that, I am a little bit. Everything, on both computers where I tested it here, is on...
I want the length of my Scrollbar "grip" to show how much of the content is visible in the window. For example, if the height of the content is 1000 pixel and...
Just a note since Jacques expressed a desire to keep most posts related solely to RQPC confined to the new group he created rather than to flood this group...
... I'm not sure I "completely" understand what you are trying to do but... what if... you coded the QCanvas "inside" of a QScrollBox? You could then retrieve...
... I don't want to scroll the QCanvas, I only want to scroll it's content. For example: I have 100 lines to write, but on my QCanvas is only space for 10...
... Maybe this will help? Changing the scrollbar page size based on the min/max settings according to which ever percentage you want. Just a little example,...
Dear friends, Here's, as promised, the alpha version of my new FBSL Mini Form Designer. It comes as a standalone executable plus dependencies because I haven't...
You are a brave soul to debug rapidQ2! Yes, you are right the suggestions would improve it. Your comments also made me look closely as the SaveAsJpg routine,...
... Q I like to see SQL examples but I see there are several versions of the sql_lite3 include file. This one has some missing functions from Slavo's version...
... From: johnk20042001 To: rapidq@yahoogroups.com Sent: Wednesday, February 07, 2007 7:25 AM Subject: [rapidq] Re: New file uploaded to rapidq (SQL Lite) ... ...
... Well, I was going to use it, so I took a look at it... ... <snip> ... Hmmm, now that you mention it... as written, the code seems to be pasting the image...
... Sorry, not really. This problem is more difficult. If you have 100 lines to display and if your window has 20 rows, then Scroll.Max should be only 80...
Hello! RQ WysiWyg HTMLEd based on the Microsoft Dynamic HTML (DHTML) Editing Component. It allows Web authors to create Web pages in visual mode. RQ WysiWyg...
Hi Jacques et al, Sorry I couldn't get this to you sooner but I've been experiencing a dead NET situation. I've uploaded a zip of an enhanced DLL for you to...
... Hello Paul et al, ... Congratulation! Great work! There is a big *BIG* difference between V109 and V110 DLLs. @#@#@^§@#@, I can't reproduce it :)! Help...
I have tried this code: $typecheck on $include "C:\Rapidq\RapidQ2.inc" $AppType GUI Dim a$ as String Const HKEY_LOCAL_MACHINE = &H80000002 Dim Reg as Qregistry...
... That is an interesting demo because the scrollbars resize with the container form, which is not expected from Windows, so you had to make a custom control....