Advertisement

Results for "Author: ivan stimac"

5_2007-2008 #193644
CalcPro

This is cool and powerful function evaluator. This evaluator can evaluate any function, support complex numbers, contain own programming language (see screenshot) so you can make your own functions, can detect sintax errors, errors in input formula and much more. There is also much integrated functions (special functions like bessel, airy..., trigonometric functions, log functions and more), you can draw function graph, print function table and much much more. This code contain few classes and modules , so you can copy that classes and modules in your project and use these abilities in your project. I'm spent a much much and much time for developing this, debugging, testing, searching for algorithms for some functions, working on this programming language, so please if you think this is good peace of code, please vote. Sorry for my English. THANK YOU!

5_2007-2008 #193645
appDesignControls Collection

There is new, and I think last version. -------------------------------------- DECRIPTION: Cool collection of 6 controls. There is TAB, FRAME, IMAGE MENU, ITEM MENU, IMAGELIST and COUNTER controls. If you like it PLEASE VOTE!

5_2007-2008 #193646
a1_StarTrek ControlsSet

it's one of my first controls, created before year or more. cool designed but can be better coded. maybe I use some time and create new collection. Download and try it. It's smal ZIP but there are 5 or more controls (progressbar, buttons, check box, frame...) If you like it please vote! Thanks!

5_2007-2008 #193647
a2_Star Trek Controls Collection

I'm develop new ST controls collection. There is much styles and other propertyes to create custom trekkie controls. But you can create also project that isn't trekkie. Collection have button, label, shape, progressbar and scroll components. Button and label have 13 STYLES! There is several federation, klingon and romulan styles. All control have transparent color property so you can add background image to your project and use this controls. This collection is also excelent example how to create controls without any other control (except timer). Scroll control also have only timer control. I think this is the bigest free trekkie collection and you must check it. I have spend few days to develop them, so plese if you like it PLEASE DONT FORGET VOTE.

6_2008-2009 #215238
Small Database Engine 2

Hi, there is a new version of SmallDBEngine. New version support indexing, and it's much faster (read/delete). Now RecordSet read records from file: MoveNext find pointer to next row and then reads only this row (v.1 reads all records and save them into array, what is slow and use much memory). There is also a class to export whole DB into sql file. This is only sample project, so don't expect so much from it. You can see one way to create indexing. NOTE: this project support only TEXT fileds (and also only indexing by text, if you want more effective search you must create column data types and create indexing for each data type). I'm created a template for project with custom data types, and I'll create a code when find some time for this.

6_2008-2009 #216159
small Database engine (UPDATE_2 speed increased)

*****UPDATE: Now read is much faster (before 17 sec for 10000 records, now 0,3 sec)***** DESCRIPTION: This is sample of small database engine. It support few SQL queries, add muliple tables, add and DELETE records, username and password for access to databes data... There is also RecordSet class so this make it easiest to use. Deleted items is only 'invisible' for reading, but they are still in file. So for real remove there is clsDbAdvanced class. SQL Queries: CREATE TABE, INSERT INTO For deleting data there is function (supports multiple conditions and operators =, <>, >, <) For reading there is also function that sets data automaticly to RecordSet. Please check it and leave feedback and if you wont wote.

6_2008-2009 #216160
ProTab

This is coll tab control with 15 tab styles, 2 color schemes, top and bottom orientation, icon support, 3 scroll buttons styles, full design time edit, autosize property, tooltips, nice designed PropertyPages and much more. You can choose diferent style for active tab and for normal (inactive) tab. That gives you much options and you can design amazing tab controls. I don't know what more to say, TRY IT AND PLEASE (IF YOU LIKE IT) RATE IT. Thanks!

6_2008-2009 #216161
Data Grid

This is the best free grid control that you can currently find on the web. With this control you can format each field. Please check it, and vote if you want...

6_2008-2009 #216162
CalcPro

This is cool and powerful function evaluator. This evaluator can evaluate any function, support complex numbers, contain own programming language (see screenshot) so you can make your own functions, can detect sintax errors, errors in input formula and much more. There is also much integrated functions (special functions like bessel, airy..., trigonometric functions, log functions and more), you can draw function graph, print function table and much much more. This code contain few classes and modules , so you can copy that classes and modules in your project and use these abilities in your project. I'm spent a much much and much time for developing this, debugging, testing, searching for algorithms for some functions, working on this programming language, so please if you think this is good peace of code, please vote. Sorry for my English. THANK YOU!

6_2008-2009 #216163
appDesignControls Collection

There is new, and I think last version. -------------------------------------- DECRIPTION: Cool collection of 6 controls. There is TAB, FRAME, IMAGE MENU, ITEM MENU, IMAGELIST and COUNTER controls. If you like it PLEASE VOTE!

6_2008-2009 #216164
a1_StarTrek ControlsSet

it's one of my first controls, created before year or more. cool designed but can be better coded. maybe I use some time and create new collection. Download and try it. It's smal ZIP but there are 5 or more controls (progressbar, buttons, check box, frame...) If you like it please vote! Thanks!

6_2008-2009 #216165
a2_Star Trek Controls Collection

I'm develop new ST controls collection. There is much styles and other propertyes to create custom trekkie controls. But you can create also project that isn't trekkie. Collection have button, label, shape, progressbar and scroll components. Button and label have 13 STYLES! There is several federation, klingon and romulan styles. All control have transparent color property so you can add background image to your project and use this controls. This collection is also excelent example how to create controls without any other control (except timer). Scroll control also have only timer control. I think this is the bigest free trekkie collection and you must check it. I have spend few days to develop them, so plese if you like it PLEASE DONT FORGET VOTE.

7_2009-2012 #237756
Small Database Engine 2

Hi, there is a new version of SmallDBEngine. New version support indexing, and it's much faster (read/delete). Now RecordSet read records from file: MoveNext find pointer to next row and then reads only this row (v.1 reads all records and save them into array, what is slow and use much memory). There is also a class to export whole DB into sql file. This is only sample project, so don't expect so much from it. You can see one way to create indexing. NOTE: this project support only TEXT fileds (and also only indexing by text, if you want more effective search you must create column data types and create indexing for each data type). I'm created a template for project with custom data types, and I'll create a code when find some time for this.

7_2009-2012 #238677
small Database engine (UPDATE_2 speed increased)

*****UPDATE: Now read is much faster (before 17 sec for 10000 records, now 0,3 sec)***** DESCRIPTION: This is sample of small database engine. It support few SQL queries, add muliple tables, add and DELETE records, username and password for access to databes data... There is also RecordSet class so this make it easiest to use. Deleted items is only 'invisible' for reading, but they are still in file. So for real remove there is clsDbAdvanced class. SQL Queries: CREATE TABE, INSERT INTO For deleting data there is function (supports multiple conditions and operators =, <>, >, <) For reading there is also function that sets data automaticly to RecordSet. Please check it and leave feedback and if you wont wote.

7_2009-2012 #238678
ProTab

This is coll tab control with 15 tab styles, 2 color schemes, top and bottom orientation, icon support, 3 scroll buttons styles, full design time edit, autosize property, tooltips, nice designed PropertyPages and much more. You can choose diferent style for active tab and for normal (inactive) tab. That gives you much options and you can design amazing tab controls. I don't know what more to say, TRY IT AND PLEASE (IF YOU LIKE IT) RATE IT. Thanks!

7_2009-2012 #238679
Data Grid

This is the best free grid control that you can currently find on the web. With this control you can format each field. Please check it, and vote if you want...

7_2009-2012 #238680
CalcPro

This is cool and powerful function evaluator. This evaluator can evaluate any function, support complex numbers, contain own programming language (see screenshot) so you can make your own functions, can detect sintax errors, errors in input formula and much more. There is also much integrated functions (special functions like bessel, airy..., trigonometric functions, log functions and more), you can draw function graph, print function table and much much more. This code contain few classes and modules , so you can copy that classes and modules in your project and use these abilities in your project. I'm spent a much much and much time for developing this, debugging, testing, searching for algorithms for some functions, working on this programming language, so please if you think this is good peace of code, please vote. Sorry for my English. THANK YOU!

7_2009-2012 #238681
appDesignControls Collection

There is new, and I think last version. -------------------------------------- DECRIPTION: Cool collection of 6 controls. There is TAB, FRAME, IMAGE MENU, ITEM MENU, IMAGELIST and COUNTER controls. If you like it PLEASE VOTE!

7_2009-2012 #238682
a1_StarTrek ControlsSet

it's one of my first controls, created before year or more. cool designed but can be better coded. maybe I use some time and create new collection. Download and try it. It's smal ZIP but there are 5 or more controls (progressbar, buttons, check box, frame...) If you like it please vote! Thanks!

7_2009-2012 #238683
a2_Star Trek Controls Collection

I'm develop new ST controls collection. There is much styles and other propertyes to create custom trekkie controls. But you can create also project that isn't trekkie. Collection have button, label, shape, progressbar and scroll components. Button and label have 13 STYLES! There is several federation, klingon and romulan styles. All control have transparent color property so you can add background image to your project and use this controls. This collection is also excelent example how to create controls without any other control (except timer). Scroll control also have only timer control. I think this is the bigest free trekkie collection and you must check it. I have spend few days to develop them, so plese if you like it PLEASE DONT FORGET VOTE.

Languages
Top Categories
Global Discovery