Jump to content

DVI-Remote (Remote Desktop entirely in AutoIt) - OpenSource!


JScript
 Share

Recommended Posts

@Emiel Wieldraaijer,

UDP does not have order the delivery of packets...

Imagine that is being sent pictures of the screen, if the packages do not arrive in order, will be a mess!

So I think it is better to use TCP!

Do you think I'm right?

João Carlos.

Edited by jscript

http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!)

Somewhere Out ThereJames Ingram

somewh10.png

dropbo10.pngDownload Dropbox - Simplify your life!
Your virtual HD wherever you go, anywhere!

Link to comment
Share on other sites

hi jscript,

very interesting and clean code. I like how you put the time into the customization of this program (+flexible = +useful).

A thought: Instead of using GUIRegisterMsg to track mouse events, you can use a low level mouse hook as described on the first page.

an autoit example:

Link to comment
Share on other sites

@nooby

I'm making some modifications and (are many), I will analyze this possibility, it is working very well the other way...

Thanks,

João Carlos

http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!)

Somewhere Out ThereJames Ingram

somewh10.png

dropbo10.pngDownload Dropbox - Simplify your life!
Your virtual HD wherever you go, anywhere!

Link to comment
Share on other sites

New Source!

Download Link on the first page! http://www.autoitscript.com/forum/topic/...ensource/page__view__findpost_

João Carlos.

Edited by jscript

http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!)

Somewhere Out ThereJames Ingram

somewh10.png

dropbo10.pngDownload Dropbox - Simplify your life!
Your virtual HD wherever you go, anywhere!

Link to comment
Share on other sites

Try on Italian OS and return : No languages matches! error

How force to run ?

Another question; I'm dreaming to play emulted Nintendo DS on my Iphone,

is there any way to remote display single window in broswer ?

Your software should do this task with some optimization?

Thank you for your time,

m.

Link to comment
Share on other sites

@myspacee

Well, first you must enter the Language folder, there already has two translation files: Language.pt and Language.en

Open language.pt and translate content for your language, code [0416] is for Portuguese-Brazil, [0816] is Portuguese-Portugal, and so on... Place the code for your OS!

Another question; I'm dreaming to play emulted Nintendo DS on my Iphone,

is there any way to remote display single window in broswer ?

AutoIt and Iphone? Are you sure? :graduated:

Your software should do this task with some optimization?

Yes, you can be sure...

João Carlos.

http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!)

Somewhere Out ThereJames Ingram

somewh10.png

dropbo10.pngDownload Dropbox - Simplify your life!
Your virtual HD wherever you go, anywhere!

Link to comment
Share on other sites

Need Includes folder with includes NotifyBox, GDIP and LZMA.

Need to change:

#include <APIConstants.au3> to #include <.\Include\APIConstants.au3>

#include <GDIP.au3> to #include <.\Include\GDIP.au3>

#include <WinAPIEx.au3> to #include <.\Include\WinAPIEx.au3>

I also had to declare $__LZMABIN in LZMA.au3

And i'm now getting this error:

MemoryDllCall(): undefined function

Are you using the Beta Version of AutoIT?

Link to comment
Share on other sites

ahahah

Now it's perfect!

Thanks man!

This is going to be very useful. I can use it in my company, can't i? :graduated:

Sure, but if you want to make a donation, feel free...

João Carlos.

http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!)

Somewhere Out ThereJames Ingram

somewh10.png

dropbo10.pngDownload Dropbox - Simplify your life!
Your virtual HD wherever you go, anywhere!

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...