Search found 243 matches

by eodor
Jan 09, 2014 13:13
Forum: Windows
Topic: Can't create Statics & Edits
Replies: 4
Views: 1611

Re: Can't create Statics & Edits

dim as integer count1 for a as integer = 0 to TabPages-1 STATICS(a) = CreateWindowEX( 0 , "STATIC" , "", WS_CHILD or WS_BORDER or WS_CLIPSIBLINGS, 8, 30 , 405, 185, TABS, 0, 0, 0 ) for x as integer = 0 to 7 for y as integer = 0 to 7 count1 = ((a*64)-64)+((x*8)-8)+y-1 Key(count1)...
by eodor
Dec 31, 2013 19:06
Forum: Community Discussion
Topic: 2014
Replies: 10
Views: 2721

2014

Happy New Year to all! La multi ani tuturor! Feliz ano novo a todos! Bonne année à tous! Felice Anno Nuovo a tutti! Feliz Año Nuevo a todos! С Новым Годом всех! Srečno novo leto vsem! Šťastný Nový Rok všetkým! Laimīgu Jauno gadu visiem! Срећна Нова година свима! Naujųjų Metų visiems! Šťastný Nový Ro...
by eodor
Nov 29, 2013 22:00
Forum: Windows
Topic: TinyDesigner - small Form Designer
Replies: 1
Views: 2111

Re: TinyDesigner - small Form Designer

Another cake. /' tinyGUI wrapper for FreeBASIC (c)2013 Nastasa Eodor http://rqwork.xhost.ro mail: nastasa.eodor@gmail.com '/ #include once "windows.bi" #include once "win/commctrl.bi" const LF = chr(10) #define instance GetModuleHandle( 0 ) 'user defined message #define CM_COMMAN...
by eodor
Nov 29, 2013 21:57
Forum: Windows
Topic: Creating a control's container
Replies: 16
Views: 6626

Re: Creating a control's container

This is an small wrapper. But, contains basic mechanisms to develop a library. /' tinyGUI wrapper for FreeBASIC (c)2013 Nastasa Eodor http://rqwork.xhost.ro mail: nastasa.eodor@gmail.com '/ #include once "windows.bi" #include once "win/commctrl.bi" const LF = chr(10) #define inst...
by eodor
Nov 24, 2013 13:53
Forum: Windows
Topic: TinyDesigner - small Form Designer
Replies: 1
Views: 2111

TinyDesigner - small Form Designer

Try and enjoy. Designer.bi /' Simple Designer. Educational purposes. (c)2013 Nastase Eodor nastasa.eodor@gmail.com http://rqwork.xhost.ro '/ #include once "windows.bi" #define instance GetModuleHandle(0) type PDesigner as TDesigner ptr type TWindowList Count as integer Child as HWND ptr en...
by eodor
Nov 23, 2013 16:20
Forum: General
Topic: Why fail?
Replies: 2
Views: 1058

Re: Why fail?

In TDumy.Callfunc: - if CanInsert true ("atom" = "atom"), you print '1' and you exit, - else ("atom" <> "atom"), you call CanSize, but there is an infinite loop because CanSize calls CanMove and CanMove calls CanSize (inducing stack overflow)! Thank you. BTW:...
by eodor
Nov 23, 2013 14:40
Forum: General
Topic: Why fail?
Replies: 2
Views: 1058

Why fail?

I lost some time on this. So, I'm stuck or I wrote a silly? It's an bug or whatever... type TDumy declare function CanInsert() as integer declare function CanMove() as integer declare function CanSize() as integer declare sub Callfunc dim as integer x end type function TDumy.CanInsert() as integer r...
by eodor
Nov 18, 2013 17:36
Forum: Windows
Topic: Creating a control's container
Replies: 16
Views: 6626

Re: Creating a control's container

Merci eodor, je pense que c'est un excellent travail, j'ai moi aussi, depuis mon dernier post, essayé de développer un ensemble de classes pour une mini GUI mais plus simple pour voir ce que ça donne, je pense que ça peut aider malgré son état primitive, tu peux la télécharger par ce lien: http://w...
by eodor
Nov 16, 2013 19:07
Forum: Windows
Topic: Creating a control's container
Replies: 16
Views: 6626

Re: Creating a control's container

at last... Graphics.bi /' Graphics '/ #include once "Common.bi" enum TBrushStyle bsSolid = BS_SOLID bsClear = BS_NULL bsHatch = BS_HATCHED bsPattern = BS_PATTERN end enum enum THatchStyle hsHorizontal = HS_HORIZONTAL hsVertical = HS_VERTICAL hsFDiagonal = HS_FDIAGONAL hsDiagonal = HS_BDIAG...
by eodor
Nov 16, 2013 19:05
Forum: Windows
Topic: Creating a control's container
Replies: 16
Views: 6626

Re: Creating a control's container

An idea that can help. core.bas /' Orizont Library File "Core.bi" coded by Nastase Eodor NOTICE: This file is part of the Orizont IDE package and can't be included in other distributions without authorization. '/ '^ '|___ignore that #include once "common.bi" type TControl extends...
by eodor
Nov 16, 2013 16:31
Forum: Sources, Examples, Tips and Tricks
Topic: String (or file) parsing and..
Replies: 0
Views: 1308

String (or file) parsing and..

Here is a class for parsing string,called TString.It is a toy,but can be useful.Also,can be improved. #include once "windows.bi" type TString ' These variables and methods are not visible outside this class ' They are purely used in the implementation below ' Note that variables are all pr...
by eodor
Nov 01, 2012 6:25
Forum: Community Discussion
Topic: My post ?! Was deleted, why ?
Replies: 10
Views: 2783

Re: My post ?! Was deleted, why ?

I am rhesus to remember the password for user 'eodor\, I hope to be an obvious test. So I think any doubt was removed.In conclusion who wants to give me any help is welcome.Any help will be rewarded in the future. Once again,
Thank you.
by eodor
May 13, 2012 17:23
Forum: Archive
Topic: FBWinPrint 0.10
Replies: 54
Views: 37684

Re: FBWinPrint 0.10

vdecampo wrote:Try here....

FBWinPrint

-Vince
Thank you
by eodor
May 13, 2012 8:11
Forum: Archive
Topic: FBWinPrint 0.10
Replies: 54
Views: 37684

Re: FBWinPrint 0.10

where can I get the latest version FBWinPrint ?