Search the web
Sign In
New User? Sign Up
hotbasic
? 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 272 - 302 of 17145   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
272
Jim, Hotbasic is getting better every day. Thanks for your great work. gr. Cor...
chordnl
Offline Send Email
Feb 2, 2004
9:01 am
273
And now: HotBasic "o" versions now support CREATE-style syntax for FORM objects. So with "old" code i got this: Line 331 ERROR Missing = Form1.Icon="Chi.ico" ...
Dominique Bodin
monseigneur_...
Offline Send Email
Feb 2, 2004
9:54 pm
274
Long, long ago, Dominique Bodin, a life form in far off space, ... No you don't. Witness, I compiled hotwin.bas with the "o" version and posted its v2.2 on...
doctor electron
globalservices1
Offline Send Email
Feb 2, 2004
10:44 pm
275
How about a little utility to update the HotBasic help files (manual) on a local machine by looking up the second line of the .txt files (Updated: ...) and...
doctor electron
globalservices1
Offline Send Email
Feb 3, 2004
3:41 pm
276
Long, long ago, jose_d32792, a life form in far off space, emitted: Hello Jose, ... Got it! I am now doing an overall evaluation of what events work with what...
doctor electron
globalservices1
Offline Send Email
Feb 3, 2004
3:52 pm
277
Long, long ago, doctor electron, a life form in far off space, ... Even simpler might be to use the http HEAD request and get only the number of bytes in the...
doctor electron
globalservices1
Offline Send Email
Feb 3, 2004
4:04 pm
278
Jim, I want to give it a try, but is there a way to use the sockect behind a proxy: my proxy address is 192.168.0.1:3128 gr. Cor ... (manual) ... (almost...
chordnl
Offline Send Email
Feb 3, 2004
4:36 pm
279
Long, long ago, chordnl, a life form in far off space, emitted: Dear Cor, ... Wonderful. Yes, you would do more or less what your browser does. 0....
doctor electron
globalservices1
Offline Send Email
Feb 3, 2004
5:19 pm
280
... More thoughts: Re proxy, one would .connect(S,proxyIP$,proxyPORT) using above info. Once connected to the proxy, then you do: CONNECT www.angelfire.com...
doctor electron
globalservices1
Offline Send Email
Feb 3, 2004
5:36 pm
281
Hey Jim, Thanks for the update on that, the day I posted about the ".OnKeyDown" I made two posts and later on found in MSDN some information about it but I...
jose_d32792
Offline Send Email
Feb 3, 2004
8:45 pm
282
... Fine. Now with HB and RQ you can use either method: DIM or CREATE. If one uses CREATE, HB, like RQ and other compilers, will expect that CREATE-style...
doctor electron
globalservices1
Offline Send Email
Feb 3, 2004
9:21 pm
283
The MESSAGEBOX is not recognized version1.9o...
chordnl
Offline Send Email
Feb 4, 2004
12:18 pm
284
... hmmm, are you using r = messagebox(string1,string2,integer) Greetings, doctor electron http://www.angelfire.com/space/netcensus/...
doctor electron
globalservices1
Offline Send Email
Feb 4, 2004
2:15 pm
285
Yes, that was the problem, I think hotnum.txt needs an update about that. gr. Cor...
chordnl
Offline Send Email
Feb 4, 2004
2:43 pm
286
Woohh, your fast with the manual update :-) Cor...
chordnl
Offline Send Email
Feb 4, 2004
3:05 pm
287
... Cor, you are such a gentleman! Giving the benefit of the doubt! Actually, someone mentioned that several numeric functions without the "r = " example were...
doctor electron
globalservices1
Offline Send Email
Feb 4, 2004
4:53 pm
288
The following code mi1 and mi2 will always execute HOTDUDE sub I think there is a problem here. And the mn1.Parent is now always needed, manual update? ...
chordnl
Offline Send Email
Feb 5, 2004
10:49 am
289
Hi cordnl, as described in the hotform.txt, you have to: (1) Dimension a FORM (2) Define properties of your FORM (3) Dimension components of your FORM and...
-Alex-
fconx_aho
Offline Send Email
Feb 5, 2004
7:48 pm
291
Long, long ago, -Alex-, a life form in far off space, emitted: Dear group members, I got some sort of spam header on a post by Alex; and don't know why. Please...
doctor electron
globalservices1
Offline Send Email
Feb 5, 2004
10:54 pm
292
How to use encrypt and decrypt with the FILE object? How to encrypt the following example and decrypt it gr Cor $APPTYPE CONSOLE $TYPECHECK ON Defint cnt DIM...
chordnl
Offline Send Email
Feb 6, 2004
12:43 pm
293
The following code writes only Item1 to the file I must be doing something wrong!!!! Cor $APPTYPE CONSOLE $TYPECHECK ON DIM File1 As FILE Dim Array(11) as...
chordnl
Offline Send Email
Feb 6, 2004
2:30 pm
294
Strange, it writes ok for me ? The strange thing is that there are 2 whites lines between each values ! Dominique....
Dominique Bodin
monseigneur_...
Offline Send Email
Feb 6, 2004
2:56 pm
295
... I notice a problem using the FILE object which will be fixed in the ... Defstr s$ s$.loadfromfile("MyFile.txt") s$.encrypt s$.savetofile("MyFile.txt") ...
doctor electron
globalservices1
Offline Send Email
Feb 6, 2004
2:57 pm
296
I have win98 se Cor...
chordnl
Offline Send Email
Feb 6, 2004
3:03 pm
297
... Here is code I posted here, I think, some time ago. I just recompiled with "o" version and it runs. Your problem may be using "1" as the mode in the file...
doctor electron
globalservices1
Offline Send Email
Feb 6, 2004
3:04 pm
298
Better than this, result is on one line only (i had wrapping in the editor ... and each value is seperated by about 3000 spaces ! So, does that mean each...
Dominique Bodin
monseigneur_...
Offline Send Email
Feb 6, 2004
3:06 pm
299
Long, long ago, Dominique Bodin, a life form in far off space, ... Dear Dominique, are you "viewing" the file? Please keep in mind this is a binary file and...
doctor electron
globalservices1
Offline Send Email
Feb 6, 2004
3:11 pm
300
So everythings is ok on XP-pro :-) Dominique. On Fri, 06 Feb 2004 11:12:12 -0500, doctor electron...
Dominique Bodin
monseigneur_...
Offline Send Email
Feb 6, 2004
3:13 pm
301
Long, long ago, Dominique Bodin, a life form in far off space, ... At least in my test program, arrayIO.bas, there are NO spaces! None were written into the...
doctor electron
globalservices1
Offline Send Email
Feb 6, 2004
3:18 pm
302
... In a reply, Shift-{arrow down} and then "delete" may work well to delete all text that one does not need to quote. ;-) Jim Greetings, doctor electron ...
doctor electron
globalservices1
Offline Send Email
Feb 6, 2004
3:35 pm
Messages 272 - 302 of 17145   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