[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.6

Rotate and Resize a Picture on any Windows OS

Asked by mdougan in Visual Basic Programming, Windows 2000 Operating System, Windows XP Operating System

Tags: VB 6, Picture Resize and Rotation, rotate, picture, resize, windows, any

I have a program written in VB6.  I'm adding a form where the user will manipulate the picture in a picture box control.  Sometimes, the program draws a picture in the picture box, sometimes the user will elect to load a BMP, JPG or GIF into the picturebox.

When the image is drawn or loaded into the picture box, it is automatically sized to fit the widest dimension (width or height).

Then, the user can manipulate a slider that rotates the picture in the picture box by any increment of degrees.

I'd hacked together a clsBitmap I'd found online, with some other code to do the rotation and I'd gotten this function working under Windows 2000, but found that it did not work under Windows XP.  I also see that I've used one Windows API that is not available under Windows 95.  I believe that Microsoft changed the signature of some basic Windows API functions, and/or redefined types such as BITMAPBASEINFO which is used by several of the API calls.

I'd like to be able to use this function on any OS, without having to jump through hoops checking what version of the OS is being used, and using different API declarations accordingly.  I would consider this option, though, as a last resort.

My needs are pretty simple in nature (though maybe not in implementation)... I need to be able to take a standard Picture object, reference it's height and width in pixels, resize it and rotate it, under any version of Windows.
 
Related Solutions
Keywords: Rotate and Resize a Picture on any Wi…
 
Loading Advertisement...
 
[+][-]09/16/08 07:10 PM, ID: 22494924Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: Visual Basic Programming, Windows 2000 Operating System, Windows XP Operating System
Tags: VB 6, Picture Resize and Rotation, rotate, picture, resize, windows, any
Sign Up Now!
Solution Provided By: FentonEng
Participating Experts: 2
Solution Grade: A
 
[+][-]09/11/08 11:56 AM, ID: 22453315Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09/11/08 01:55 PM, ID: 22454700Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09/17/08 07:12 AM, ID: 22498836Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09/17/08 11:51 AM, ID: 22502287Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09/20/08 04:26 AM, ID: 22529216Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09/20/08 07:07 AM, ID: 22529677Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09/21/08 12:03 PM, ID: 22535749Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091118-EE-VQP-93 / EE_QW_2_20070628