Paul, where is the updated ff3.7?
in the download link it still ff3.5
**edit
my mistake, after reload download page it is ff3.7
Search found 323 matches
- Jan 11, 2015 12:03
- Forum: Projects
- Topic: FireFly Visual Designer for FreeBASIC (Updated March 8, 2016)
- Replies: 371
- Views: 123204
- Jan 11, 2015 11:40
- Forum: Windows
- Topic: AxSuite3 : evolution for ActiveX support
- Replies: 10
- Views: 3039
Re: AxSuite3 : evolution for ActiveX support
@marpon
may be someone can give solution for vtable event if you post sample of working code
may be someone can give solution for vtable event if you post sample of working code
- Jan 08, 2015 14:54
- Forum: Windows
- Topic: AxSuite3 : evolution for ActiveX support
- Replies: 10
- Views: 3039
Re: AxSuite3 : evolution for ActiveX support
wow it feels like deja vu :) great work marpon I suggest you to collaborated with aloberger to continue COM project for FB. Before I got cancer I failed to create WellCOM.dll with FB, it was one of reasoned I abandoned AxSuite3. My wishlist in AxSuite3 was generate code to build WellCOM.dll with inp...
- Sep 03, 2013 13:10
- Forum: Windows
- Topic: Need help to use PdfCreator Com
- Replies: 14
- Views: 5631
Re: Need help to use PdfCreator Com
try this dim as variant vvar1,vvar2 vlet(vvar1,1) 'assign a value to variant vlet(vvar2,vvar1) 'assign variant to variant 'if it boolean you can assign it as vlet(vvar1,true) objput cal,"coption@2",vptr("autosaveformat"),@vvar2 btw in disphelper what it mean of %d ? if it work it...
- Aug 28, 2013 22:25
- Forum: Windows
- Topic: Need help to use PdfCreator Com
- Replies: 14
- Views: 5631
Re: Need help to use PdfCreator Com
ok, as dkl said you can define variable as variant_. then pass it pointer to axsuite.
dim shared vvar as variant_
then define it as variant type variant
you can then pass it pointer to axsuite.
xface,"prop@1",@vvar
dim shared vvar as variant_
then define it as variant type variant
you can then pass it pointer to axsuite.
xface,"prop@1",@vvar
- Aug 28, 2013 22:03
- Forum: Windows
- Topic: Need help to use PdfCreator Com
- Replies: 14
- Views: 5631
Re: Need help to use PdfCreator Com
yups you can not pass parameter byval in axsuite.
I don't recall if I have defined variant type,
I didn't touch any programming since I got cancer about 2 years ago. I'll see it what I can do:)
I don't recall if I have defined variant type,
I didn't touch any programming since I got cancer about 2 years ago. I'll see it what I can do:)
- Aug 28, 2013 4:14
- Forum: Windows
- Topic: Need help to use PdfCreator Com
- Replies: 14
- Views: 5631
Re: Need help to use PdfCreator Com
to manage multiple variable in axsuite automation you just have to follow number of parameter passing after @.
syntax:
xface,"prop1@1.prop2@2.propN@3",v1,v2,v3,v4,v5,v6
you see @1,@2,@3 mean you will passing 6 parameter.
syntax:
xface,"prop1@1.prop2@2.propN@3",v1,v2,v3,v4,v5,v6
you see @1,@2,@3 mean you will passing 6 parameter.
- Aug 27, 2013 6:51
- Forum: Windows
- Topic: Need help to use PdfCreator Com
- Replies: 14
- Views: 5631
Re: Need help to use PdfCreator Com
try axsuite2. it has automation, direct call also event sink support. it based on jose rocca tools but in freebasic flavor:)
- Mar 09, 2012 23:57
- Forum: Windows
- Topic: BUG with imported VARIANT called byval
- Replies: 8
- Views: 1630
Re: BUG with imported VARIANT called byval
hi alober, i need sometime to dig up axsuite2 project since my pc broken up and freebasic.net/arch was missing. in axsuite2 all byref parameters will change to byval pointer. so for variant type, as i remember, it will pass as byval pointer. for variant class i used FreeBASIC/examples/Windows/varian...
- Feb 13, 2012 12:33
- Forum: Windows
- Topic: Building com objects with FB
- Replies: 30
- Views: 4714
Re: Building com objects with FB
hi aloberoger,
great to see your efort to build com in fb.
i'll try your example.
great to see your efort to build com in fb.
i'll try your example.
- Feb 13, 2012 12:25
- Forum: Tips and Tricks
- Topic: Speak Text from the Clipboard!! (Windows Only)
- Replies: 48
- Views: 19772
Re: Speak Text from the Clipboard!! (Windows Only)
hi sevenlegion, see your posted as i have anwered the question
- Feb 13, 2012 12:23
- Forum: General
- Topic: changing sapi voices
- Replies: 19
- Views: 9743
Re: changing sapi voices
hi sevenlegion, since text declared as zstring pointer, try this print "list of all available token:" For i=0 To count-1 dhGetValue( "%s", @text, tokens, ".item(%d).getdescription(%d)",i,0) 'get description of each token, please correct it ?"voice n.";i; "...
- Jul 06, 2011 1:22
- Forum: Projects
- Topic: FireFly Visual Designer for FreeBASIC (Updated March 8, 2016)
- Replies: 371
- Views: 123204
- Jun 10, 2011 9:50
- Forum: Windows
- Topic: As Total Commander quickly opens a folder?
- Replies: 10
- Views: 1935
- Jun 10, 2011 8:08
- Forum: Projects
- Topic: Double directory explorer
- Replies: 37
- Views: 8682