1. many laptops use 1280 by 900 screen resolution so that choice should have been included I suppose 2. the screen resolution <> the form size; - the Windows...
... You can make your form resizable and store the height and width of the form in the windows registry or in an ini-file. ... Use Form.ClientHeight instead of...
I'm traying to save/retrieve complex types (udts) to/from it's pointers. This is an example: $include "alloc.inc" $include "stack.inc" dim pages as aStack ...
... BTW, you can't get the pointer to a member of the UDT if that is what you are after. You have to add an offset from the UDT pointer. I am a little confused...
... press "DELETE" key. ... No, this is not what I was talking about. I just discovered that copy/paste is not workimg:once you paste a new control, you can no...
... times ... just ... I'll be glad to take a look at both of these projects, if you can give me a link: I think being just able to position and resize objects...
... The trouble to rc.exe is a statement like this: mem.read(obj.var); So, the variable within () cannot be qualified. I did used that "style" to copy the...
... of ... Here is another way to do the thing: '//------------------------------------------ $include "alloc.inc" sub wait do : loop until len(inkey$) end sub...
Once again, I ask: Anybody knows what keyword or component should be used in a code to force the use of RapidQ32.Lib or RapidQCC.Lib DIM Dummy AS QDIRTREE will...
... so there isn't any change into the .dat(20) value). But inside ptrget () all data is copied.. Then the trouble is the copy of "pg" page Maybe that is...
... <snip> ... Hi johnk: I tested with a BCX DLL and the bug is still there. I tried four doubles passed by value. Passing by reference worked in the few tests...
... printed, ... ptrget ... Hi John.. The goal is: to manage pages utilizing both, object variables and DYNAMIC POINTERS variables.. This code works fine....
Re:- LIB contents. Andrew Shelkovenko was the first to produce a list like this but I can confirm his work. He did it by DIMing one component at a time....
Hello, Paul! You wrote to <rapidq@yahoogroups.com> on Fri, 3 Mar 2006 09:39:44 -0800 (PST): Re::- LIB contents. pl> Andrew Shelkovenko was the first to...
Hello, Paul! You wrote to <rapidq@yahoogroups.com> on Fri, 3 Mar 2006 09:39:44 -0800 (PST): Re::- LIB contents. [..] pl> Should all be available in the next...
... Nope ! It's petek1827 in RQ message #10096, yet I quoted it in each message and files :) From: "petek1827" <petek1827@...> Date: Mon Mar 11, 2002 12:53 pm...
... Hi! I don't think you took the long way! Not every server has the same commands implemented but they all follow the functions in wininet.dll. 214-The...
... Thanks for checking Garvan. It's looking like another issue for RapidQ. Unfortunately, I'll have to figure out byval BYTE too... at least this one has a...
There is a problem in passing a byte to a DLL or API call in RapidQ. By default RapidQ passes variables BYVAL. It looks like the solution is to change...
... Yes, I am playing with that, rght now :). There is a problem with Byte and Short too. The solution is this time very easy, just declare them As Long in the...
It's not very often that you will pass a Byte, a Short, a Single or a Double to an API. If it one happen to you, here is a demo of the problems and their turn...
... It's absolutely amazing nobody has noticed this before! I suspected problems when working with certain API calls then I assumed it was a bug in my program,...
... The only time I had to pass a Double to an API was when I had to pass a Double to MsvCrt.Dll ?SPrintf? ... and I did it in assembler (in RQ displaying a...
hi all, i managed to speed up my stock portfolio valuation program 157 times (yes 157 times) using a freebasic dll to carry out the matrix inversion calcs....