![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Expert Programmer
|
Print an image
*sigh* i can figure out how to print text, but no matter what i do, i can't seem to print an image
![]() csharp Syntax (Toggle Plain Text)
__________________
|
|
|
|
|
|
#2 |
|
Expert Programmer
|
What i show in my first post works and prints the text that it says it will, but I dont know how to modify that(if its worth modifying) to make it print what is in a picture box.
__________________
|
|
|
|
|
|
#3 |
|
Expert Programmer
|
I have hunted through the MSDN forums, and everything that looks promising, turns out to be for VB .Net, not C#. please could someone help me here?
__________________
|
|
|
|
|
|
#4 |
|
Man Bear Pig Hunter
Join Date: Jul 2005
Location: NorCal, USA
Posts: 295
Rep Power: 4
![]() |
__________________
People who click "images" that end with .exe shouldn't have computers. |
|
|
|
|
|
#5 |
|
Professional Programmer
Join Date: Jun 2005
Location: India, The great.
Posts: 435
Rep Power: 4
![]() |
Have you tried this?
g.DrawImage(imageRef, new Point(0, 0));
__________________
PFO - My daily dose of technology. |
|
|
|
|
|
#6 | |
|
Expert Programmer
|
Quote:
![]()
__________________
|
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| error 3 Expected end-of-statement | m0rb1d | Other Scripting Languages | 0 | Dec 12th, 2006 10:05 AM |
| Beginers Python Tutorial | Beegie_B | Python | 15 | Jul 28th, 2006 11:43 AM |
| [Python] BlackJack | UnKnown X | Show Off Your Open Source Projects | 9 | Feb 20th, 2006 6:01 AM |
| First Python Programme: Fibonacci Finder | UnKnown X | Python | 2 | Dec 15th, 2005 6:19 PM |
| ftplib help please! | disAbled | Python | 1 | Jun 30th, 2005 8:05 PM |