![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Additional Libraries Users contributed libraries. This sub-forum is only available to licensed users. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Thank you very much Agraham! This was an old wish of mine (I have already suggested this to Erel in a post). We will be totally spoiled if a device version of this library (or a similar one) can be developed. Any idea Erel?
Regards, Murat
__________________
PC: Laptop CoreDUo, Windows XP SP2 French PPC: TyTN, WM5 French -> iPAQ 214 WM6 French (to diverge or not to diverge,...) |
|
||||
|
Regard yourself spoiled. After starting over five times I finally made it work acceptably on the device. A few quirks probably remain. The device version is now posted in the zip together with the desktop version and an updated help. Because of the limited resolution on the device you may have to play around with properties a bit in order to get an acceptable chart.
|
|
|||
|
Quote:
I definitely feel spoiled! Thank you very much for this new library ![]() Best regards, Murat
__________________
PC: Laptop CoreDUo, Windows XP SP2 French PPC: TyTN, WM5 French -> iPAQ 214 WM6 French (to diverge or not to diverge,...) |
|
||||
|
Quote:
Use CopyImageToClipboard(Img AS Image) : Copies the specified image to the clipboard from where it may be pasted into a document. Image can be any source of an image in Basic4PPC. .e.g. Form.Image or ImageControl.Image or ImageList.Item(x) etc. And then PasteBitmap : If there is a bitmap on the clipboard it will be pasted into the RichTextBoxDesktop object. No control is available over size so some experimentation will be necessary to get the required result. You can do loads of other pretty stuff with text as well. |
|
|||
|
hello agraham,
this was a brilliant idea. with only a few commands. Thank you verry much. Code:
Sub Button3_Click
RT.New1("Form1", 10, 310, 570, 180)
RT.Clear
RT.Visible = False
RT.CopyImageToClipBoard(Image1.Image)
RT.PasteBitmap
RT.PrintPreview
End Sub
|
![]() |
| 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 |
| PhoneticAlgorithms Library (ex-StringComparison Library) | moster67 | Additional Libraries | 10 | 11-11-2008 08:46 PM |
| Door library (Beta) - Special library | Erel | Official Updates | 48 | 07-18-2008 03:33 PM |
| Merging Outlook library and Phone library | Erel | Official Updates | 2 | 07-14-2008 04:38 PM |