Search the web
Sign In
New User? Sign Up
hotbasic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 4753 - 4782 of 17145   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4753
Thanks everyone for all your explanations, did make a lot of sense. I'll try to develop an hotHTML object (as I need one...), based on your lights. I might be...
Pascal
petit_bassam
Offline Send Email
Feb 1, 2005
8:22 am
4754
Using combobox, listbox I want the .sorted=false/true to be executed from an API call. Anyone? cor...
chordnl
Offline Send Email
Feb 1, 2005
9:45 am
4755
Hi Cor, I only found the LVM_SORTITEMS message to sort listboxes. But this message looks very complicated to me. My suggestion, use Jims "SortList.inc" to sort...
-Alex-
fconx_aho
Offline Send Email
Feb 1, 2005
1:42 pm
4756
Feb 1 HotBasic 1.7c and 3.8c add file vs directory discrimination to the FILEEXISTS and DIREXISTS functions. =====direxist.bas $APPTYPE CONSOLE defstr d$ =...
doctor electron
globalservices1
Offline Send Email
Feb 1, 2005
2:31 pm
4757
Hi, a new question, I'm afraid... How can we call from a newObject defined as an extension of a OldObject an OldSub from this Old Object. Ie : assume...
Pascal
petit_bassam
Offline Send Email
Feb 1, 2005
2:32 pm
4758
... Note: In PRINT statements, use of ";", instead of "+", is always faster and generates shorter executables. With ";", you eliminate the concatenation...
doctor electron
globalservices1
Offline Send Email
Feb 1, 2005
2:37 pm
4759
Hello, Pascal. Hey, all questions are welcome. It is an honor to have your interest in coding in HB. Maybe this helps and I'll drop the $DEFINE that Don used...
doctor electron
globalservices1
Offline Send Email
Feb 1, 2005
2:51 pm
4760
... In general, there is not much mystery regarding which window() statements require the optional argument. "FORM" (hotform.txt) in the manual will indicate...
doctor electron
globalservices1
Offline Send Email
Feb 1, 2005
3:12 pm
4761
... or sTmp = replacesubstr$( COMMANDLINE$, quote, null)...
doctor electron
globalservices1
Offline Send Email
Feb 1, 2005
3:49 pm
4762
... Pascal, You need to stated the actual OldObject and .OldMethod. It helps us to diagnose it. If the OldObject is another extended Object and it's ...
Don
don67geo
Offline Send Email
Feb 1, 2005
6:10 pm
4763
... What's wrong with using SENDMESSAGE?...
pinoygabs
Offline Send Email
Feb 1, 2005
11:12 pm
4764
... Thanks, Jim. I am using it in conjunction with CURDIR$, which shows the same full pathname (not DOS 8.2 style), minus the application name. =) Gabs...
pinoygabs
Offline Send Email
Feb 1, 2005
11:13 pm
4765
... LVM_SORTITEMS is not a LISTBOX message; might get "Return to sender...thump..thump...address unknown..." [Elvis Presley]. ;) Jim...
doctor electron
globalservices1
Offline Send Email
Feb 1, 2005
11:33 pm
4766
... We are on the same page...sort of; just finished correctly changing directory with CHDIR and displaying CURDIR$ in a HB program on Linux! Bit by bit, I'm...
doctor electron
globalservices1
Offline Send Email
Feb 1, 2005
11:37 pm
4767
Hello again! 1. How do you determine the application's handle? Does APPLICATION.HANDLE work? 2. Is there a chance that .ONMINIMIZE and .ONMAXIMIZE can be ...
pinoygabs
Offline Send Email
Feb 2, 2005
4:53 am
4768
... and ofcourse in short time Pocket PC :-) There is big market out there for programs. cor...
chordnl
Offline Send Email
Feb 2, 2005
6:17 am
4769
... I second that. Can you imagine how many new Pocket PC models we tested last month for selling to Korea? 3! That's quite a number in our business. Cor, when...
pinoygabs
Offline Send Email
Feb 2, 2005
6:56 am
4770
Hello, Jim! ... de> Note: In PRINT statements, use of ";", instead of "+", is always de> faster and generates shorter executables. With ";", you eliminate ...
Andrew Shelkovenko
diakin2002
Offline Send Email
Feb 2, 2005
7:52 am
4771
Also Just 1 line source '------------- PRINT d$;" directory exists" '------------- In C:\BAS\HotBasic\hotbas16\print1.bas: Line 1 ERROR NUMERIC function D$ not...
Andrew Shelkovenko
diakin2002
Offline Send Email
Feb 2, 2005
7:55 am
4772
Cor, when you said Pocket PC, you're referring to WinCE, ... Yes, now renamed to Windows Mobile i think The most persons who I know have got a pocket pc...
chordnl
Offline Send Email
Feb 2, 2005
7:56 am
4773
with ListBoxObjects(0) does not seem to work is this gonna be supported? cor $APPTYPE GUI $TYPECHECK ON $SYMBOLTABLE OFF CREATE Form as Form left=272 top=224 ...
chordnl
Offline Send Email
Feb 2, 2005
8:13 am
4774
... Hmmm...the three models we tested from Falcon were still running WinCE still under the name WinCE. =) Man, I thought PC Windows was bad, but WinCE seems...
pinoygabs
Offline Send Email
Feb 2, 2005
8:17 am
4775
... Hi Andrew, Make a declaration 'defstr d$' to make it work (funny though, even if I turn off typechecking the error still comes out, which shouldn't...) ...
pinoygabs
Offline Send Email
Feb 2, 2005
8:27 am
4776
See following code. ListBox1.visible=false However after sorted=true or false the listbox is automatically visible see testcode below: cor ...
chordnl
Offline Send Email
Feb 2, 2005
11:16 am
4777
... Yes, I hope. Last night, I made amazing (to me) progress with HotBasic Linux. I had coded many functions (as direct Linux sys calls) and almost all just...
doctor electron
globalservices1
Offline Send Email
Feb 2, 2005
12:14 pm
4778
... " " before ";" is a syntax error in HotBasic. Why? Probably the same reason that you get marked down if you put " " before ";" in newspapers,...
doctor electron
globalservices1
Offline Send Email
Feb 2, 2005
12:29 pm
4779
... The error occurs because you have $TYPECHECK OFF and d$ is not dimensioned (defined). Suggest: Always have $TYPECHECK ON -- you don't have time to waste...
doctor electron
globalservices1
Offline Send Email
Feb 2, 2005
12:35 pm
4780
... Gabs, turning it off does nothing, since off is the default. d$ in a print statement is a *source* argument. Automatic typing with $TYPECHECK OFF applies...
doctor electron
globalservices1
Offline Send Email
Feb 2, 2005
12:39 pm
4781
... It can go on a "to-do" list. Jim...
doctor electron
globalservices1
Offline Send Email
Feb 2, 2005
12:41 pm
4782
... Correct. .sorted for listbox and combobox trigger a .destroy/.recreate sequence and the default after that appears to be .visible = true, according to...
doctor electron
globalservices1
Offline Send Email
Feb 2, 2005
12:44 pm
Messages 4753 - 4782 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