Remote Desktop Controlling

Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
19 posts Page 2 of 2
Contributors
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: Remote Desktop Controlling
mandai
You might want to check you can access the port you are running the server on.
User avatar
NecroPhis
VIP - Donator
VIP - Donator
Posts: 345
Joined: Sun Aug 08, 2010 1:14 pm

Re: Remote Desktop Controlling
NecroPhis
plz add me and help me
but tomorrow plz g2g soon here my e-mail
metamorphosis_95@hotmail.com
Image
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: Remote Desktop Controlling
Axel
what tha.... in visual basic ? great !
http://vagex.com/?ref=25000
User avatar
tom_inc
Just Registered
Just Registered
Posts: 7
Joined: Tue Jul 13, 2010 6:15 pm

Re: Remote Desktop Controlling
tom_inc
Sub acc(ByVal iar As IAsyncResult)
Dim listener As Socket = iar.AsyncState
If stopping Then
Return 'stops crashing after clicking stop
End If
Dim incoming As Socket = listener.EndAccept(iar)

buffers.Add("")
clients.Add(incoming)
ListView1.Items.Add(New ListViewItem(New String() {incoming.RemoteEndPoint.ToString(), ""}))

Try
incoming.BeginReceive(data, 0, data.Length, SocketFlags.None, New AsyncCallback(AddressOf br), incoming)
Catch ex As Exception

End Try
listener.BeginAccept(New AsyncCallback(AddressOf acc), listener)
End Sub


thid error occus in it any suggestions
Cross-thread operation not valid: Control 'ListView1' accessed from a thread other than the thread it was created on.
User avatar
tom_inc
Just Registered
Just Registered
Posts: 7
Joined: Tue Jul 13, 2010 6:15 pm

Re: Remote Desktop Controlling
tom_inc
Hey mandai can you send the whole project with .sln file plz
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: Remote Desktop Controlling
Axel
tom_inc wrote:
Hey mandai can you send the whole project with .sln file plz
i would call it a solution file not .sln because not every solution would be .sln
http://vagex.com/?ref=25000
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: Remote Desktop Controlling
mandai
Why do you need the whole solution? The 3 needed source files are included in the download.

@tom_inc I updated this to resolve the cross-thread issues.
Last edited by mandai on Thu Dec 29, 2011 11:16 pm, edited 2 times in total.
User avatar
tom_inc
Just Registered
Just Registered
Posts: 7
Joined: Tue Jul 13, 2010 6:15 pm

Re: Remote Desktop Controlling
tom_inc
ok can you give me the code for the YOU-TUbe downloader plz and file tranfer from client to server??
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: Remote Desktop Controlling
mandai
YouTube downloaders aren't really my thing, though I did make a file transfer system some time back - see: viewtopic.php?f=21&t=3530&p=24583#p24583
19 posts Page 2 of 2
Return to “Tutorial Requests”