topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 26, 2024, 8:00 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Blaster [ switch to compact view ]

Pages: prev1 2 [3] 4next
51
A really great idea and desing...  :up:  :Thmbsup:

Notice that cody doesn't have a christmas tree :-)

52
Yes, I'm definitely in!
I even got a new idea what kind of programme to make...


53
Congratulations!!

54
Borland C++ Builder, PHP and a lot of SQL in it...

55
May we develop programme in some other language than English?

56
Congratulations, Tinjaw!

57
Developer's Corner / Re: SkyIDE - Latest Release Information
« on: November 21, 2006, 02:05 AM »
Great work, SkyIDE  :Thmbsup:

58
This is amazing!!!

DC and Mouser are not from this planet! :-)

Chris Hanscom, thank you...

59
Hello,

Can someone help me with this:

I need to write an application for talking to someone over network

Are there any third party libraries for BCB?
Any concrete code?
Any suggestion?
Tips...??

60
Living Room / Re: DonationCoder.com wallpapers (part of set 03)
« on: October 02, 2006, 03:01 AM »
Great work, nudone !!  :Thmbsup:  :Thmbsup:


61
Finished Programs / Re: IDEA: Make window transparent when moving it.
« on: October 01, 2006, 03:39 AM »
No, no, jgpaiva, I downloaded your app and it's ok...
 i asked cheeaun this because he said:

When moving a window, (Click + Drag), the window becomes semi-transparent. That's all.

Can be done? 


Cheeaun, do you need this in your app, or do you want your OS to behave like this...??



62
Finished Programs / Re: IDEA: Make window transparent when moving it.
« on: September 30, 2006, 12:28 PM »
I don't understand, do you need this for your app, or for any window in your OS...??

63
Finished Programs / Re: IDEA: Make window transparent when moving it.
« on: September 30, 2006, 07:52 AM »
I wrote something that can help you if you are moving Forms by clicking on it, not the captionBar...
if this can help you...

bool draging=false;
bool a=false;

void MoveForm()
{
ReleaseCapture();
SNDMSG( Form1->Handle, WM_SYSCOMMAND, SC_MOVE + HTCAPTION, 0 );
}


__fastcall TForm1::TForm1(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------
void __fastcall TForm1::FormMouseDown(TObject *Sender, TMouseButton Button,
  TShiftState Shift, int X, int Y)
{
draging=true;
a=true;


}
//---------------------------------------------------------------------------
void __fastcall TForm1::FormMouseMove(TObject *Sender, TShiftState Shift, int X,
  int Y)
{
if(a)
{
if(draging)
{
Form1->AlphaBlendValue=127;
MoveForm();
Form1->AlphaBlendValue=255;
}
}
a=false;


}

This, off course, could be written better, but i'm in a hurry... :-)

64
Developer's Corner / Are you satisfied with BDS 2006 (Turbo C++) IDE ??
« on: September 24, 2006, 06:09 AM »
I can't say i'm satisfied with BDS 2006 (Turbo C++) IDE


I personaly like Borland 6 IDE more.

--I like palettes more where they where in BCB 6. That way they take less of valuable work space and it was easier to work with them .

--Also, the thing i like in BCB 6 is that I can freely move Forms where ever i like on desktop...In BDS 2006 and Turbo C++ Forms are "static".Something like in VB?? I think this is really bad!It's easier to work with Forms you can move where ever you like....Why did they made it static?

Because of these things , no matter how big your screen is, with new IDE you never get enough space...
"Structure","Object inspector", "Project manager" and "Tool Palette" take allmost half of screen!! I really think that there is no need for this!
I have a TFT monitor, 17' with 1280 x 1024 resolution and i'm allways short in work space. This has never happened to me in BCB 6 ....

Is there a way to set BDS 2006 (Turbo C++) to look like BCB 6?? :-(

Which IDE do YOU like better, and why?


65
Borland C++ Builder Contest / an article about SQL AM :-)
« on: September 22, 2006, 04:27 PM »
Although it is not in english , I want to share this with you anyway.
The biggest daily newspaper in Montenegro wrote an article about SQL AM as a

winning entry in C++ programming contest so we took an oportunity to promote www.donationcoder.com as well...
It doesn't mean much to you, but here is a link to it... ;-)

http://www.nbsoft.dc...s.com/en/vijesti.htm

66
Developer's Corner / Re: WANTED: Delphi guy for tiny app
« on: September 22, 2006, 04:22 PM »
SQL AM can help you with access databases...
And it's for free...

http://www.nbsoft.dc...ds/SQL_AM1_setup.zip

67
This one is quite amateur, but you maybe find some interesting solutions in it...??

http://www.taraba.co.../download.php?id=192


68
Great programme!!

Congratulations!

You really earned your prize... ;-)

69
Borland C++ Builder Contest / Re: SQL Advanced Manager 1
« on: September 12, 2006, 06:00 AM »
Thank you all!

I would like to inform  you that new, updated, version of SQL AM  (SQL Advanced Manager 1 build 1) was released earlier today


you can download it from our new web site (still under construction):  www.nbsoft.dcmembers.com

or via direct link:  http://www.nbsoft.dc...ds/SQL_AM1_setup.zip

70
Borland C++ Builder Contest / Re: SQL Advanced Manager 1
« on: September 11, 2006, 04:08 PM »
Thanks to everyone who woted for us!!

We cannot believe we won it!

We would like to inform you that new, updated version of SQL Advanced Manager 1 (build 1) will be released in next 24 hours.

Again, thanks to everyone!

Mouser - GREAT WORK! ;-)

p.s.

I will use this moment to say hello to ALL the guys at elitesecurity.org !!! Especially C++ forum.
I  heard about this contest there first!



71
How things are going?
Are we going to see the list soon?

72
Borland C++ Builder Contest / Re: SQL Advanced Manager 1
« on: August 25, 2006, 04:27 PM »
New, updated version od SQL Advanced Manager was released today (25.08.2006)

Create table wizard bugs are now fixed...

Version mark  remains 1 (it will start  increasing after the contest is over...)

Use the same link to download it...

73
Hello, i'm Darko (Blaster)

I entered this contest with my friend and collegue Nikola.

We posted SQL Advanced Manager v1. It's a great tool to help you learn SQL, work with SQL and work with databases, especially when developing a programme...

We live in Montenegro, Europe.

We are students of applied computer sciences here in Montenegro.
We are C,C++,Delphi,PHP,ASP,Flash,SQL,Matlab,Html programmers, but we like Borland C++ Bilder most of all!!! It's the best thing man has ever made !!

If only we had more time, we would participate with more great programms...


Good luck to all!

Mouser, thank you for this great web site!

74
Borland C++ Builder Contest / Re: SQL Advanced Manager 1
« on: August 22, 2006, 05:50 PM »
3  MINOR bugs are now fixed...

Use the same link to download this new installation file...


Nothing serious! when i sey minor bug, i really mean it!

It's something like: wrong text in Label or something like it,  or prevent showing Borland's (windows) default messages and warnings insted of our own...

We just want to make it *perfect* .....   ;-)

We left the same version mark (v1)
Version and release number will increase after this contest is over...

75
Borland C++ Builder Contest / SQL Advanced Manager 1
« on: August 17, 2006, 07:07 AM »
Here's little about our program...

SQL Advanced Manager is a great solution for:
-professionals and amateurs who in any manner work with databases, especially MS ACCESS
-students
-people who would like to learn SQL

It’s main purpose is to work with database via SQL queries. However, it also provides many other things such as fast accessing to all the tables in the database, and also to all the fields in those tables…
Some main features are:
-Quick access to all the data in any table with just one mouse click
-Many tools and wizards which simplify working with your database
-Syntax assistant is also integrated into the program, so the beginners would not have any problems while learning SQL, and the professionals, on the other side, would have a quick reminder on basic SQL syntax.
-Possibility of remembering 50 temporary queries for quick access to any query you found interesting
-Working with Images. You can easily insert picture into database, or view images inside database with integrated picture viewer.
-Easily save any successful “SELECT FROM…” query as a new table
-Bookmark as many databases on your HDD  as you want, and have a quick access to any bookmarked database
-Double monitoring of your work: you can easily access to all of your work in current work session via “history” and especially via “Console window”
-With “Quick database preview” tool you can easily and quickly  explore  MS ACCESS databases on your HDD. Find out fast which database on your HDD has tables and fields you are interested in…
- Define date format you wish to use while writing SQL queries and use it! This is totally independent from windows date format
-Easily add a table name or any field name in that, or any other table to query
-Easily add a date to query
-associate SQL AM1 with both *.sql and *.mdb. If you start database, SQL AM will automatically connect to it, and if it is *.sql or *.txt or something like SQL AM will prepare opened query for execution…
-Save all your work and actions…
etc.

Supported database is MS ACCESS, so there is no need for you to install any server or to go to internet in order to execute your queries.
Good thing is that you don’t even need to have MS ACCESS installed on your computer in order to work with MS ACCESS databases via  SQL Advanced Manager 1!!
You just need database file created in MS ACCESS (“*.mdb”)…

We will put download link as soon as we upload installation file on the internet...

Download link:   

 http://www.nbsoft.dc...ds/SQL_AM1_setup.zip


Pages: prev1 2 [3] 4next