how do you change the mouse cursor pointerat the start of the program and when the the mouse over a button.
I am very new on Borland C++ Builder. I would like to know how can I change the color of a button from grey to blue? I read something said I have to use owner-draw capability, what is this?
...
I need to resize Jpeg pictures in C++ Builder, i've tried using TBitmap and scaling the picture with Canvas->StretchDraw and then assigning it back to jpeg. That works but the resized Jpeg is ...
I need to find some sample code for dialing using TAPI. I know there is a lot of code, so I just want to know the minimum code needed (only what is necessary) to just dial a phone number. Ca...
How do I set the page orentaion of the printer with out using the printer dialog? I have an MDI that some reports should be landscape and some should be portrait. I have not quite been able to...
I have created dockable toolbar class derived from TDockableControlBar. Everything works just fine, but I have trouble hiding/showing that toolbar.
code for hiding/showing toolbar:
if...
i have mdi application. Can child window hide/show (disable/enable) whole
menu?
Greetings.
I am using Borland 5.02 and owl 2.0.
I need to transfer data between a vendor library which uses wchar_t and my own storage which is in a char[].
Can someone tell me how this is ...
I am using BC452 and wrote some code that should start GNUPlot with a plot file. I give the full path for the program and the full path for the plot file. When I start to run this the first ti...
hi,
my problem is as follows. I am using BC++5.0 and OWL. I am facing some problems while running the sample codes given in C:\BC5\EXAMPLES\OWL\TUTORIAL\steps. When i run "step13" in steps....
Hi,
I am looking into migrating software developed in C++ (using Borland C++ version 5 and OWL libraries) to a more up to date IDE/compiler.
The main IDE's I've looked at are Microsoft V...
I have a project for Windows 95 that won't compile. I have tried everything. My brother compiles my App just fine on his computer. I get two different types of error messages. First, I get...
Can someone direct me towards a quality how to book on OWL programming or a web site with instruction on how to get started using this Library. I have been reading the help section but I can't...
hi,
how can i have a bitmap with user defined background color and a rectangle drawn on that? I have created a memorydc and bitmap using CreateCompatibleDc and CreateCompatibleBitmap. Irr...