... I just revised the demo source code to check for an internet connection first. If one is found... the source code (for the http web page) is downloaded to...
... Â From: David <burkleyd@...> Subject: [rapidq] Re: How to fetch a web page as a string? To: rapidq@yahoogroups.com Date: Sunday, 2 May, 2010, 13:10 ...
... And then failed miserably by sending everyone a message about it. (Yes, there's a bit of self-reference here, too. Enjoy!) Apologies. -- Christopher W....
The latest version uploaded to the Files\IDE folder. Several bug fixes. Major bug fix to (nested) conditional compiles ($IFDEF/$ELSE/$ENDIF etc). If anyone's...
I couldn't find anything ( in the help file ) so I thought I asked. First question... When using the Pixel property, which is correct... myBitmap.Pixel(X, Y) ...
... David 1. (X,Y) (horiz,vert) is correct for both Pixel and Pset 2. Difference would probably only be one level of abstraction .Pset would be the lowest...
... Hi Don I tried your debugger and in a program with a Onshow command it bulked with an error Line39 error Member Onshow of form1 expected an event but got...
... . ... Terry That is a compiler error saying that you haven't forward declared the sub. So I do not understand right now, how it compiles and runs ok????? ...
... I declared the sub at the top of the program ie: Declare sub Setup (Could it be the name Setup I will change and see) If I leave that out it would throw an...
... I remember trying to see which is faster and there was no clear winner for the images I tested. That is when I went to a FreeBasic DLL, which is MUCH...
I have a form with a Qfilelist that loads with a list of files in groups starting with A to G. I navigate to each of the other 4 lists by button press. Now...
... Try this little gizmo and you'll see that OnKeyPress might not give you the results that you expect. I've also found in the past that OnKeyUp seems to be...
... Thank You Don for the answers. And yes... I too notice the way the data is ordered within a file. This whole line of questioning stems from my curiosity...
... Thankyou Alan you are a gem. "Keypreview turned on"? This is a newie on me. How does one turn it on. I looked all over the computer and could not find the...
Alan You have this in the code CREATE Dummy AS QBUTTON Width = 0 TabOrder = 0 END CREATE Any reason or was this from a previous bit of code a place holder or...
... I asked myself the same question, not having looked at the code since I wrote it aeons ago. Commenting it out reminded me that it was to take focus off the...
... Fair enough. I have it working a charm now thanks to you. the KeyPreview seems to be the clue. Part of the program I am creating has a module to keep memo...
Same project different question. Is it possible when a Qfilelistbox is opened it opens with the first item selected. In the same way as would happen if you...
... Thanks for your reply. I actually stumbled on it using Qfilelistbox.ItemIndex = 0. This was after throwing every command at it even some not in the book....
Hello all how is it possible to do through a directory structure starting from a directory say "test" and list all the directories and folders in the...
... Just noticed, you will get an warning message "exit sub in Function" go to function GetFolderList in line 135 change exit sub to exit function best...