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 ...
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 mdi application. Can child window hide/show (disable/enable) whole
menu?
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...
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...
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 ...
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 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...
How can I create a Combo Box for directory selection ?
( like what we have in open file dialog boxex )
I need only directory selection & drive selection with
files view BUT NO file selection...
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...
I got advice to use this message to determine if the cd rom had been ejected or not. The code sample I got came from ms help site and so was in win32. In the class expert there is no WM_DEVICE...
Hi there
this "must" be an easy one...
A TDialog owning a TListBox must have some measures to get to a WM_RBUTTONDOWN directed to the listbox, without deriving that listbox.
Even if I derive...
In BC++ 5.02 I have window class derived from TListBox. I have no idea how to add horizontal scroll bar. I tried something like this:
MyWin::MyWin() : TListBox(.....)
{
Attr.Style |= WS...