Jump to content

Send screenshot with TCPSend and receive it


Recommended Posts

I've a Server and a Client. The Client send's the result of

_ScreenCapture_Capture("")

. But it doesnt works when i try to Show it in a gui at the Server. Can you please paste a Little bit code how i can send a HBITMAP Handle via TCPSend() and how i can recv it correctly?

Thanks for your help^^

 

PS: Sorry for bad english, i'm from germany^^

Edited by letsCodeMyLife
Link to comment
Share on other sites

I think you need to covert the HBITMAP to binary string.  Send and rebuild that.  I'm pretty sure I've seen some examples probably by UEZ.

There might be other ways too of course.

Edited by Xandy
Link to comment
Share on other sites

Also I think the TCPSend example in the help file shows how to transfer the data of any file and reconstruct again as same file on other end.  You could use that then GUICTRLSetImage into the GUI.  I'll look for the example I'm talking about.

Edited by Xandy
Link to comment
Share on other sites

Example 2 shows how to send and create files with TCPSend and TCPRecieve: https://www.autoitscript.com/autoit3/docs/functions/TCPSend.htm

You probably only need one of these methods atm.  Either the memory with UEZ's example or the file transfer method.

Edited by Xandy
Link to comment
Share on other sites

Look into my eyes
You will see
What you mean to me
Search your heart
Search your soul
And when you find me there, you'll search no more
Spoiler

Don't tell me it's not worth tryin' for
You can't tell me it's not worth dyin' for
You know it's true
Everything I do
I do it for you

Spoiler

Look into your heart
You will find
There's nothin' there to hide
Take me as I am
Take my life
I would give it all, I would sacrifice

Don't tell me it's not worth fightin' for
I can't help it, there's nothin' I want more
You know it's true
Everything I do
I do it for you
 
Spoiler

There's no love
Like your love
And no other
Could give more love
There's nowhere
Unless you're there
All the time
All the way, yeah

Look into your heart, baby
Oh you can't tell me it's not worth tryin' for
I can't
Edited by Xandy
Link to comment
Share on other sites

  • Moderators

DynamicRookie,

Please read and digest this announcement before you post again.

M23

Edit: And I see you have done it elsewhere too - stop it now!

Edited by Melba23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...