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 SkipVought 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: *

  • Users: nanzp
  • Order by date
  1. nanzp

    Saving a bitmap to file

    Hello,<br> I am &quot;trying&quot; to do my college project in Visual C++ but am getting stuck, with Bitmaps. I have found code to load a Bitmap from file, but now I need to save a Bitmap back to file. Do I have to write bit, palette info etc.<br> If anyone knows of where I might find sample...
  2. nanzp

    Saving bitmap to file

    Hello,<br> I am &quot;trying&quot; to do my college project in Visual C++ but am getting stuck, with Bitmaps. I have found code to load a Bitmap from file, but now I need to save a Bitmap back to file. Do I have to write bit, palette info etc.<br> If anyone knows of where I might find sample...
  3. nanzp

    How to display an icon on a button

    Hi all,<br> Could anyone tell me how to display an icon on a button with text in a dialog.<br> I have come across the SetIcon method that takes a HICON as parameter but how to I get the handle to an icon that is a resource?<br> Thanks in advance,<br> Ann
  4. nanzp

    How to display an icon on a button

    Hi all,<br> Could anyone tell me how to display an icon on a button with text in a dialog.<br> I have come across the SetIcon method that takes a HICON as parameter but how to I get the handle to an icon that is a resource?<br> Thanks in advance,<br> Ann<br>
  5. nanzp

    How to write into combobox

    Hi all,<br> I am using a combo-box in a dialog-box where the user selects Insert mode, Update mode or View mode. If the user selects Insert mode I want them to be able to write into the combo-box rather than selecting from it.<br> Does anyone know the code to get the text that the user types...
  6. nanzp

    How to write into combobox

    Hi all,<br> I am using a combo-box in a dialog-box where the user selects Insert mode, Update mode or View mode. If the user selects Insert mode I want them to be able to write into the combo-box rather than selecting from it.<br> Does anyone know the code to get the text that the user types...
  7. nanzp

    How to load and display a bitmap/image from file

    Hi,<br> I am trying unsuccessfully to load a bmp from file and display it in a view. I don't want to do anything fancy with it. I have found resources and programs (CDIB and LoadDib etc) that people have written to accomplish this but none of them seem to work.<br> If anyone knows where I may...
  8. nanzp

    How to load and display a bitmap/image from file

    Hi,<br> I am trying unsuccessfully to load a bmp from file and display it in a view. I don't want to do anything fancy with it. I have found resources and programs (CDIB and LoadDib etc) that people have written to accomplish this but none of them seem to work.<br> If anyone knows where I may...
  9. nanzp

    How to launch scanner software from within my C++ program

    Hi all,<br> I am trying to write a program that takes in a floor plan image via a scanner, such that user selects option in the app and the scanner software is launched. If anyone knows how I can accomplish this I would be extremely grateful as it is for a college project and deadline is coming...
  10. nanzp

    How to launch scanner software within my C++ app!!

    Hi all,<br> I am trying to write a program that takes in a floor plan image via a scanner, such that user selects option in the app and the scanner software is launched. If anyone knows how I can accomplish this I would be extremely grateful as it is for a college project and deadline is coming...

Part and Inventory Search

Back
Top