Escuse me. It's missing file 'minimize.inc' Novos endereços, o Yahoo! que você conhece. Crie um email novo com a sua cara @ymail.com ou @rocketmail.com. ...
use that : Â Declare Function SetWindow Lib "user32" Alias "SetWindowLongA" (hwnd As Long, nIndex As Long, dwNewLong As Long) As Long Sub SetMinimize (Form as...
Hi all I guess I'm evolving away from my old die hard BASIC ideas and deciding to use some of the more powerful stuff. I still have more fun playing with...
$TYPECHECK on 'Subs Declare sub test 'Working Variables Dim n : Dim n$ as String : dim n% as integer Dim i : Dim i$ as String : dim i% as integer Dim j : Dim...
I'm not sure I understand Variants in RapidQ. I've read they can only handle numbers and strings. Okkk... that's shouldn't be a problem for what I need it for....
-- On Sun, 11/2/08, burkleyd <burkleyd@...> wrote:>I tried to reduce some coding, that I've been ... As far as I know, you cannot get the memory location...
... Thanks Oliver. Your solution worked. AND... I found out that I CAN use MemCpy by making a slight alteration in my coding (which helped reduce the code and...
... <snip> <comment>see previous messages</comment> I think you'll find that part of the problem is that there's a bug in VarType which Variant would...
... Ironically... my question(s) regarding Variants has to do with a demo that I've been working on, ever since JohnK asked about RTF w/Images in message... ...
Does anyone know of a way to... save the contents of the Clipboard (no matter what it's "format" might be) (and that could literally be "anything") then...
... RapidQ ... Up to now, the only way to manage "all type" of objects in rapidq is by using readBinString and writeBinString rapidq's stream methods, because...
... Why do you want to restore the clipboard after using it? If the user has copied something, you are implicitly granted permission to get rid of whatever is...
... Basically because I would like to avoid that 1 in 1000 chance that the end-user has copied something to the clipboard and merely hasn't had the opportunity...
... user has ... rid of ... Hi David, You should only use the clipboard when your user actually wants to copy something to the clipboard from within your...
Hmmm! I often use the clipboard when using two applications from different programming languages as an easy way to pass information. If it is not to be kept...
... That sounds, too me, a lot like a poor man's method of inter-process communication. Sure, you can fake it 'till you make it. But, if you were to look into...
Hello... I want to find a way to slide scroll bars in qstringgrid elemetn to show last item added. So if there is longer list than display can show I want to...
If your QStringGrid object is named StringGrid. And you want to show something not currently in view on the screen, for instance a cell at row 800, column 2. ...
Hello Bob. Doesn't work as should. But I find solution. I sum height of elements from back and when I get the height of display just set that element as...
Hello... Another question. Does somebody know how to set one item on qmainmenu to be on the right side of display as always Help is shown like this. So to kave...
Well Chris you ARE a programmer, I admit there are probably much more profesional approaches but I am not that person and even though our clients programmer...
Doesn't work? Strange I use the technique all the time. Perhaps I just misunderstood what you wanted and having the grid scroll until it shows a particular...
... That is probably because you pressed wrong button and did not copy anything to clipboard. Or you did not have the block highlighted. ... Applications don't...
... My guess is that those 8 bytes contain 4 bytes for variable type and 4 bytes for a pointer to the actual data. If that is the case, Varptr would not give...