Congratulations to DanRollins, the first member to earn 50,000 Article points! With 56 articles written, including two Editor's Choice and ten EE Approved, DanRollins is more than worthy of this honor. Keep on rollin', Dan!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested OWL Solutions: 1 - 25 of 28
 
werfault.exe how to disable?
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? ...
how do you change the mouse cursor pointerat the start of the program and when the the mouse over a button.
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 made a big enough program that has a bug. Sometimes it makes an error and then terminates. The error message is Floating Point: Overflow, coming from BC450RTL.DLL, and I can't find the point...
hi,     i am using BC++ & OWL. i want to display a 3D cube in my application. Since my application  is not intented for game programming, i dont want to use OpenGl. I need a command somethi...
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 import Outlook 2007 emails to Outlook Web Access?
I have windows network with a shared printer connected via usb to a vista machine.  I have a new macbook pro.  I would like the mac to use the printers that are connected to the network.  All ...
I have 4 Domains, each with 2 DNS servers.  The primary domain DNS servers are the default.  We have many webs hosted off-site.  My problem is when accessing one of our web sites from our prim...
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 need to implicitly link a dll with my exe in Borland C++ 5.02. I have an example for Builder, and this does this(I beleave) with USELIB(..); , however this is what I need, to do the sam...
How to verify if a path is a valid path (a path that exist) ?
I'm getting this error and I cannot find out why.  Can someone kindly tell me how to fix this.
How do you set the background color of a groupbox? I mean the text part in the upper right. Neither TWindow::SetBkgndColor will work nor EvCtlcolor since there is no COLOR_GROUP. OWL or WinA...
I found it in the zones of this web site.
When I type my login/password for yahoo e-mail using Internet explorer/windows XP, the cursor jumps back in front of letters I type. For example, if I type charlie it comes out eilrahc. Has an...
I have to make a choice between OWL and MFC. I am going to develop my 32-bit application in BC++ 5.0. What is preferred framework? What is advantages and drawbacks of each framework (not conce...
I'm developing a dialog client application with Borland C++ 5.02 and OWL in NT4.0. I would like to start it from an other process with CreateProcess() or by a shortcut e.g. from 'Startup' st...
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 trying to insert a ComboBox control in a ToolBar using Borland C++ 4.0, without any success. Here's what the code looks like: // starting code TDecoratedFrame *frame; TControlBar *cb; .....
I've been using BC++ 5 for years on one of my products. The program has slowly grown over the years and a few months ago I noticed that it took a fair amoumt more time to get into the project....
I have an MDI application with a control bar that contains buttons for document manipulation. When I press a button for an activity that lasts some time, I want to see a wait cursor when I mov...