Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. HuntsvilleRob

    How do I position an OpenDialog object?

    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...
  2. HuntsvilleRob

    How to position the OpenDialog object.

    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...
  3. HuntsvilleRob

    How do I set position of OpenDialog object?

    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...
  4. HuntsvilleRob

    Component sizes change from WinXP to Win 7

    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...
  5. HuntsvilleRob

    Form components different sizes depending on Win7 or WinXP

    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...
  6. HuntsvilleRob

    How to set initial position of OpenPictureDialog

    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...
  7. HuntsvilleRob

    Should I switch from Borland C++ Builder 6.0 to Embarcadero C++??

    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
  8. HuntsvilleRob

    Borland C++ Builder 6.0 annoying auto save!!

    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...
  9. HuntsvilleRob

    Need to read images other than *.bmp.

    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...
  10. HuntsvilleRob

    How to do continuous vertical scrollbar?

    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...
  11. HuntsvilleRob

    How to add data from two separate MDI children

    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
  12. HuntsvilleRob

    How to draw over Image->Picture upon FormPaint()

    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...
  13. HuntsvilleRob

    How to create greyscale pixel value array

    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...

Part and Inventory Search

Back
Top