Hello. I have posted this question before but I still don't have an answer. Your help would be MOST appreciated!
What I want to do is really very simple. I wish to launch an OpenDialog from my app and I wish to set the position to be in the center of the parent window. However, there is...
Hello. I have posted this question before but I still don't have an answer. Your help would be MOST appreciated!
What I want to do is really very simple. I wish to launch an OpenDialog from my app and I wish to set the position to be in the center of the parent window. However, there is...
Hello. I have posted this question before but I still don't have an answer. Your help would be MOST appreciated!
What I want to do is really very simple. I wish to launch an OpenDialog from my app and I wish to set the position to be in the center of the parent window. However, there is...
Hello. I have an app written in Embarcadero C++ Builder 2010 and tested on a computer running WinXP. Everything works great. However, when I move the app to a different computer running Windows 7 OS, the app works but some of the components' sizes change, e.g.- a string grid which has height...
Hello. I have an app written in Borland C++ Builder 6 and tested on a computer running WinXP. Everything works great. However, when I move the app to a Windows 7 OS, the app works but some of the components' sizes change, e.g.- a string grid which has height 500 and width 500 on the WinXP...
Hello. I've written an app in Borland C++ Builder 6 to work on multiple monitors. When I have the main app window on a given monitor and I click on Open Picture (launching the OpenPictureDialog), the OpenPictureDialog always opens in the middle of the main monitor. I want it to open centered...
Hello. The subject says it all. Is it worth it to switch to the latest version of Embarcadero C++ Builder? Are there many more and much better tools or is it just the same? Thanks! -Rob
Hello, I am using Borland C++ Builder 6.0 and I am constantly getting the "wait" cursor as I type code. I guess it is somehow autosaving the code but it is very annoying. About every 15 seconds, I have to wait for the hourglass cursor to finish before I can continue! I have looked but can't...
Hello. I have written code that loads a bitmap file into a Graphics::TBitmap object.
Graphics::TBitmap* MyBitmap = new Graphics::TBitmap();
MyBitmap->LoadFromFile("mypicture.bmp");
I now need to be able to open other image types like tif and jpg and put them into a Graphics::TBitmap object...
Hi. I have a simple TStringGrid component which has a vertical scroll bar. When the app is run and the user clicks and moves the vertical scroll bar button (not on the up and down arrows of the scroll bar), the StringGrid display does not update until the user finishes moving the scroll bar...
Hello. I have an MDI app, one MDI child generates the upper half of a data array, a second MDI child generates the lower half. How can I combine the two halves into one array containing all the data? Thanks for your help!
-Rob
Hello.
I have a TImage on my form, Image1. I have loaded a picture onto it via
Image1->Picture->LoadFromFile(FileName);
Now I draw some lines on the form by calling the TForm1::FormPaint(TObject* Sender) method. I'm drawing these lines across the Image1 object. The lines display fine...
Hello.
Thought I'd ask; having a hard time figuring this out on my own. I am using Borland C++ Builder 6 on a PC running Windows XP.
I have a black and white image; I can put it in any format, bmp, jpg, tif, whatever. The image has pixel dimensions 500 x 500. Each pixel is a greyscale...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.