Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 87
Default Paste picture on a userform control

Hi everubody,
Is there any userform control that we can paste a picture on it during
runtime. (right clcik paste) and then use that picture ( contenet) to insert
into our worksheet ...
I have doubt its possible ..
Thanks,
--
Best regards,
Edward
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Paste picture on a userform control

Quite a lot of API work is involved to extract a picture from the clipboard
and set it to the picture property of a control. Search "Stephen Bullen" and
"PastePicture" But why, if the objective is to place the picture on the
sheet why not paste it there directly in the normal way.

Regards,
Peter T

"Edward" wrote in message
...
Hi everubody,
Is there any userform control that we can paste a picture on it during
runtime. (right clcik paste) and then use that picture ( contenet) to
insert
into our worksheet ...
I have doubt its possible ..
Thanks,
--
Best regards,
Edward



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 87
Default Paste picture on a userform control

Thanks, as I said I have doubt that this is possible but my question is not
about picture property of controls which is fairly easy to set . I wonder if
there is a contril that we can add to our userform and when lcick on it gets
the focus and when we right clcik it shows paste and we can paste our picture
on it and use this picture in our code ( lets sayd paste it in 100 worksheets
in a certain postion). Somthing that we can do with Word fields.
--
Best regards,
Edward


"Peter T" wrote:

Quite a lot of API work is involved to extract a picture from the clipboard
and set it to the picture property of a control. Search "Stephen Bullen" and
"PastePicture" But why, if the objective is to place the picture on the
sheet why not paste it there directly in the normal way.

Regards,
Peter T

"Edward" wrote in message
...
Hi everubody,
Is there any userform control that we can paste a picture on it during
runtime. (right clcik paste) and then use that picture ( contenet) to
insert
into our worksheet ...
I have doubt its possible ..
Thanks,
--
Best regards,
Edward




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Paste picture on a userform control

AFAIK none of the standard controls have such a feature, and I'm not aware
of any other controls that provide it either. As I mentioned the
functionality can be simulated if required, ie extract the picture from the
clipboard and assign to a control's picture property, initiated from a right
click.

Regards,
Peter T


"Edward" wrote in message
...
Thanks, as I said I have doubt that this is possible but my question is
not
about picture property of controls which is fairly easy to set . I wonder
if
there is a contril that we can add to our userform and when lcick on it
gets
the focus and when we right clcik it shows paste and we can paste our
picture
on it and use this picture in our code ( lets sayd paste it in 100
worksheets
in a certain postion). Somthing that we can do with Word fields.
--
Best regards,
Edward


"Peter T" wrote:

Quite a lot of API work is involved to extract a picture from the
clipboard
and set it to the picture property of a control. Search "Stephen Bullen"
and
"PastePicture" But why, if the objective is to place the picture on the
sheet why not paste it there directly in the normal way.

Regards,
Peter T

"Edward" wrote in message
...
Hi everubody,
Is there any userform control that we can paste a picture on it during
runtime. (right clcik paste) and then use that picture ( contenet) to
insert
into our worksheet ...
I have doubt its possible ..
Thanks,
--
Best regards,
Edward






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Chart Picture Size in UserForm/Picture Control. Dan Excel Programming 8 May 30th 08 08:04 PM
Selecting control on userform with part of control name (set question) Keith Excel Programming 4 January 10th 07 02:24 PM
Programatically control picture property of Image control Brassman[_5_] Excel Programming 5 May 24th 05 09:32 PM
Userform Control Paste Nigel Excel Programming 0 December 29th 04 11:48 AM
Userform Control Paste Nigel[_7_] Excel Programming 2 December 29th 04 11:44 AM


All times are GMT +1. The time now is 09:36 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"