What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

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

 
Time Tested OWL Solutions: 1 - 25 of 26
 
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...
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 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...
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 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 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 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...
I'm getting this error and I cannot find out why.  Can someone kindly tell me how to fix this.
How to verify if a path is a valid path (a path that exist) ?
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 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'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...
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'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 can draw inverted rectangle with dc->InvertRect() is it posible to write the text that will have inverted color?
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...
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....
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 ...