check this:
http://www.fnxbasic.com/cgi-bin/yabb2/YaBB.pl?num=1182649593
Search found 11 matches
- Fri Jan 06, 2012 11:23 pm
- Forum: General category
- Topic: MP3 Player
- Replies: 17
- Views: 27549
- Sun Mar 21, 2010 7:42 pm
- Forum: General category
- Topic: Beta FNX
- Replies: 6
- Views: 9670
Beta FNX
This will work if the Editor and Examples folder is inthe same dir. as your compiler :Declare HtmlHelp as "HtmlHelpA" of "hhctrl.ocx"hwnd As LongpszFile As StringuCommand As LongdwData As Longend declare` replace your sub help with this:sub helphtmlhelp.hwnd=f.hwndif htmlhelp.psz...
- Wed May 14, 2008 2:08 pm
- Forum: General category
- Topic: File operations ?
- Replies: 2
- Views: 4782
File operations ?
Check fileDialog or Filestream in the help under Types Windows object.
- Tue Jan 01, 2008 10:31 pm
- Forum: General category
- Topic: What`s wrong with this code?
- Replies: 1
- Views: 6405
What`s wrong with this code?
Code:CONST CC_RGBINIT = &H1CONST CC_FULLOPEN = &H2CONST CC_PREVENTFULLOPEN = &H4CONST CC_SHOWHELP = &H8CONST CC_ENABLEHOOK = &H10CONST CC_ENABLETEMPLATE = &H20CONST CC_ENABLETEMPLATEHANDLE = &H40CONST CC_SOLIDCOLOR = &H80CONST CC_ANYCOLOR = &H100 TYPE TCHOOSECOLOR...
- Sun Aug 19, 2007 2:09 pm
- Forum: examples
- Topic: Re: used car value calculator
- Replies: 0
- Views: 6309
Re: used car value calculator
[quote author=Yam link=1187277225/0#0 date=1187277225]code:`Used car calculator`this is not the actual price value of your car`it`s just to show you how you can do it object myform1 as form Caption = "Used Cars Value" Width = 400 Height = 225` Center `do not work Color = 167...
- Thu Jun 28, 2007 9:48 pm
- Forum: General category
- Topic: bug with object in clock.bas
- Replies: 2
- Views: 6888
bug with object in clock.bas
I get this error:
error:12 line:20 Variable cl.parent not declared
It did work with the old compiler but not with the new one.
error:12 line:20 Variable cl.parent not declared
It did work with the old compiler but not with the new one.
- Tue Jun 26, 2007 9:38 pm
- Forum: discbugs
- Topic: bug in messagedlg
- Replies: 1
- Views: 5455
bug in messagedlg
I think there is a bug messagedlg.I get an error as you can see below.[code]`error,18 line:11 function or variable MBYESNO does not exits``close example of a formobject myform as formcaption="close me"onclose=FormCloseend objectDIM X as stringmyform.ShowModalsub FormClose(action as integer...
- Sun Jun 24, 2007 1:46 am
- Forum: General category
- Topic: mp3 Player``playing a midi file by yves turgeon
- Replies: 0
- Views: 6528
mp3 Player``playing a midi file by yves turgeon
source code:``playing a midi file by marco waterman``this api can do more things like opening the cd tray or``playing avi files.`and playing mp3 file by yves turgeon Declare GetShortPathName as "GetShortPathNameA" of "kernel32" ` this is for playing long file namelpszLongPath As ...
- Sat Jun 23, 2007 8:10 pm
- Forum: General category
- Topic: fnxbasic and windows 98
- Replies: 5
- Views: 7797
fnxbasic and windows 98
Make certain that the editor.eng and error.eng are
in the same directory as the editor.
If this is so then open fnxeditor.ini and at
editor add
editor=E:fnxbasiceditor.eng [use your directory this is mine]
at help add
help=FNXHELP_ENG.CHM
It should work.
in the same directory as the editor.
If this is so then open fnxeditor.ini and at
editor add
editor=E:fnxbasiceditor.eng [use your directory this is mine]
at help add
help=FNXHELP_ENG.CHM
It should work.
- Tue Apr 24, 2007 1:28 am
- Forum: General category
- Topic: Save As
- Replies: 3
- Views: 6660
Save As
Ok! thank you.
By the way, fnxbasic look alot like rapidq is it suppose to?
By the way, fnxbasic look alot like rapidq is it suppose to?