Jaysen Posted January 20, 2008 Share Posted January 20, 2008 Heya Peeps, I have a different job title depending on what day of the week it is. One of those titles is System Administrator for a Charter School. I am attempting to develop a program for the teacher of the computer lab so she can monitor all of the 21 student machines at once and take control when she needs to. I know you can embed programs into an AutoIT GUI, I was just wondering if this was possible with TightVNC Viewer or if anyone knows of anyway to get AutoIT to work with VNC. I know it can be done by using a few DLLs and listening to some TCP ports, but I thought this would be an easier approach. Thanks Link to comment Share on other sites More sharing options...
ptrex Posted January 20, 2008 Share Posted January 20, 2008 @JaysenMaybe this can get you started.Embedded VNC in a GUIregards,ptrex Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
weaponx Posted January 20, 2008 Share Posted January 20, 2008 Something like this may work better since its a complete package for teacher / student remote session management.http://www.remoteadministrator.com/netopschool.html Link to comment Share on other sites More sharing options...
piccaso Posted January 21, 2008 Share Posted January 21, 2008 (edited) Check out PcHelpwareIts a free component (dll) from the ultravnc devs.iirc i posted an example on theyr forums on how to use it with autoit... Edited January 21, 2008 by piccaso CoProc Multi Process Helper libraryTrashBin.nfshost.com store your AutoIt related files here!AutoIt User Map Link to comment Share on other sites More sharing options...
ptrex Posted January 21, 2008 Share Posted January 21, 2008 @piccaso Your suggestion looks very interesting. But I couldn't find the link to the forum ? May a link in here would be nice. Regards ptrex Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
dv8 Posted January 21, 2008 Share Posted January 21, 2008 Hi, you might want to check THIS thread. It's a program I wrote a while ago and I think it will be useful to you. The source code is available too. Free Remote Desktop Software For Windows Link to comment Share on other sites More sharing options...
ChrisL Posted January 21, 2008 Share Posted January 21, 2008 @piccasoYour suggestion looks very interesting.But I couldn't find the link to the forum ?May a link in here would be nice.RegardsptrexI found it last night http://forum.ultravnc.info/viewtopic.php?t...ighlight=autoit [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire Link to comment Share on other sites More sharing options...
ptrex Posted January 21, 2008 Share Posted January 21, 2008 @ChrisL Thanks for the update !! @picasso Great develpment as always !! regards ptrex Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New Link to comment Share on other sites More sharing options...
piccaso Posted January 21, 2008 Share Posted January 21, 2008 nah, could be better latest version is here:http://therap.svn.sourceforge.net/viewvc/t...20by%20Piccaso/ CoProc Multi Process Helper libraryTrashBin.nfshost.com store your AutoIt related files here!AutoIt User Map Link to comment Share on other sites More sharing options...
Jaysen Posted February 4, 2008 Author Share Posted February 4, 2008 Heya, Thanks for all the replies, I really appreciate it. I ended up using ptrex's suggestion of VNCX, it turned out to be exactly what I was looking for. @weaponx - I know all about NetOp for Schools and all the other "RAT" suites, but I am trying to do this at little to no cost for the school. I also like the ability to design my own features, instead of waiting on the Dev team to release an update. I am working on a Software Engineering degree, so I don't have any problem designing software to fit what I need when one already exists. Thnx Jaysen Link to comment Share on other sites More sharing options...
Danp2 Posted February 4, 2008 Share Posted February 4, 2008 Although not AutoIt related, I ran across this today and thought someone might be interested. Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now