Forum: C Apr 1st, 2006 |
| Replies: 0 Views: 1,062 Hi ..Iam using Cbuilder 6 ...Proffesional edition..I am trying to create a distributed application...I have already created the client object and the server object ..what I need to do now is to make... |
Forum: C++ Mar 19th, 2006 |
| Replies: 0 Views: 2,476 Hi
Iam using Borland C++Builder6 ..This is the first time I use BDE I ve read some tutorials and articles and Ive tried to create an alias for my *.mdb Microsoft Access 2003 database so that I can... |
Forum: C Mar 12th, 2006 |
| Replies: 0 Views: 972 Hi I want to make my form transparent, now that is easy..but there is one region in the form "a tpanel" which I do not want to be affected by the transparency. In other words I want it to stay fully... |
Forum: C++ Oct 30th, 2005 |
| Replies: 4 Views: 2,649 Here is what Ive done in case someone searched for it .....
Form1->FormStyle = fsStayOnTop;
Form1->Width = Screen->Width;
Form1->Height = Screen->Height;
Form1->BorderStyle = bsNone;
... |
Forum: C++ Oct 29th, 2005 |
| Replies: 4 Views: 2,649 Thanks for your help I got it configured..... you need API functions to get it done.... wsMaximized covers all the available workspace...that does not include the taskbar thus the taskbar has to be... |
Forum: C++ Oct 28th, 2005 |
| Replies: 4 Views: 2,649 Hi guys
This is not my homework it is a private project Iam working on .... and Ive searched google for an answer...I also found a similar thread on this site but the code would not work.
Can... |
Forum: C++ Jul 5th, 2005 |
| Replies: 1 Views: 1,339 Hi
Iam using Borland Builder 5, and Ive got 10 TImages called Image1, Image2....Image10. I want to add these images to an array of type TImage can I do that in a for loop or do i have to add each... |
Forum: C++ Jul 5th, 2005 |
| Replies: 1 Views: 12,258 Hi Guys
Ive been working on a project and it compiles and runs succesfully (in Borland BUilder 5.0). But when I try to run the excecutable outside the programming environment it gives me the... |
Forum: C++ Jul 3rd, 2005 |
| Replies: 1 Views: 5,612 Hi guys,
I working on a chess program and Iam now inserting the images for each stone to the form, the problem Iam facing is that I want the Image only to occupy the area of its perimeter without... |
Forum: C++ Jul 1st, 2005 |
| Replies: 0 Views: 1,621 hi there this is my first time I post here, Ive taken some courses in C++ and Iam on my own now, but there are still alot of basic issues I need to work on so please do not mind the following... |