forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Copy Image in clipboard ?

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
Cipper
Newbie


Joined: 21 Jun 2001
Posts: 22
Location: Trieste Italy

PostPosted: Wed May 07, 2003 12:55 pm    Post subject: Copy Image in clipboard ? Reply with quote

This is my quickly script . I want click on image and put it in clipboard. But clipboard command is only for string.... Is possible copy image (gif or jpg) in clipboard and then with CTRL+V put it in another applications ?

Code:
external vdsobj.dll,.........

  DIALOG CREATE,New Dialog,-1,0,464,161,CLASS VDSExample
 OBJECT CLASS,VDSExample
 OBJECT ADD,GRAPHIC,GRAPHIC1,0,0,32,32,,click
 OBJECT ADD,GRAPHIC,GRAPHIC2,0,35,32,32,,,click
 OBJECT ADD,GRAPHIC,GRAPHIC3,0,72,32,32,,click
 OBJECT ADD,GRAPHIC,GRAPHIC4,0,112,32,32,,click
  DIALOG SHOW
 
  list create,1
  LIST  FILELIST,1,@path(%0)icons\*.gif,
%n = 1
list seek,1,0
  repeat
    OBJECT SET,GRAPHIC%n,@item(1)
list delete,1
%n = @succ(%n)
until @equal(@count(1),0)

  :Evloop
  wait event
  goto @event()
 
  :graphic1click
  :graphic2click
  :graphic3click
  :graphic4click


[ Code ] tag added by administrator
Back to top
View user's profile Send private message Send e-mail Visit poster's website
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Wed May 07, 2003 7:08 pm    Post subject: Reply with quote

You might be able to place a rich-edit off from the dialog, with the image
loaded into that, then select it and make sure it has the focus, and then
send @CTRL(C) to your own window. Smile

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group