copy image from program to forums

craypen

Member
Joined
May 13, 2009
Messages
10
Programming Experience
Beginner
hi i write a code about images i copied by clipord in vb.net

and i want to paste them in fourm when i do wet it can't paste in

fourm

clipord.setobjectdata(butun1.image,true)

it paste in paint only

can any one help me ??
 
no no you do't understand me

i want built a program copy from my form has picture then

when i click right click in mouse i choosen paste her in my post

see i well write the code

Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
Clipboard.SetDataObject(Button4.Image, True)

End Sub
 
i can't understand

if i hvee image

then i click copy in vb.net

i want to make the paste her in fourm if the event paste :(
 
i can't understand

if i hvee image

then i click copy in vb.net

i want to make the paste her in fourm if the event paste :(
That's what I thought at first, see post #2

Forum software doesn't allow you to just copy an image and paste it in a post like plain text, you have to save the image to a file (MS Paint does this), upload the image somewhere (upload it as an attachment to the post, or upload it to a server like photobucket and use the IMG tag to insert the image from the URL photobucket gives you)
 
That's what I thought at first, see post #2

Forum software doesn't allow you to just copy an image and paste it in a post like plain text, you have to save the image to a file (MS Paint does this), upload the image somewhere (upload it as an attachment to the post, or upload it to a server like photobucket and use the IMG tag to insert the image from the URL photobucket gives you)

you still do't understand me :(

look mr.juggalobrotha :)

i now how can i upload image in fourms but that no't my question :)

my quistion is if i have a form in vb.net then i has buttun1 that buton

has a code when i click it i want the event is copy image

then i come her in post and click paste :)
 
Well that's certainly an idea, are you just now getting into programming?

You're going to have to mix a bunch of technologies to do that.
 
IT is not just copying pictures from Alform and then paste
At the Forum in response:)
Egypt? 42?

As non-native english speaker I can assure you, that it IS possible to write sentences in english that a majority of people can understand without reading your mind ...
 
Back
Top