DuyAnh Posted April 15, 2015 Posted April 15, 2015 I know in Notepad, in their save dialog there's also an Encoding option. How can this be done for my script? sorry my English is not good
MikahS Posted April 15, 2015 Posted April 15, 2015 If I'm not mistaken, I think you'll need to create your own save dialog to add that option. Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ
DuyAnh Posted April 15, 2015 Author Posted April 15, 2015 If I'm not mistaken, I think you'll need to create your own save dialog to add that option. you can demo sorry my English is not good
MikahS Posted April 15, 2015 Posted April 15, 2015 create your own FileSaveDialog function to include the encoding option you want. Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ
MikahS Posted April 16, 2015 Posted April 16, 2015 (edited) We're not going to write it for you, we like to help you learn rather than just spitting out code. Give us something to help you with. EDIT: There is a 24 hour bump limit, which you have exceeded twice now. I would stop. Edited April 16, 2015 by MikahS Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ
caramen Posted April 16, 2015 Posted April 16, 2015 (edited) You can use these. Check in the helpfile : MouseClick ControlClick Or use a compression directly in your code I found that in help file: _WinAPI_GetCompression Edited April 16, 2015 by caramen My video tutorials : ( In construction ) || My Discord : https://discord.gg/S9AnwHw How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki
MikahS Posted April 16, 2015 Posted April 16, 2015 MouseClick ControlClick Pretty sure they want the encoding option to be in their FileSaveDialog, if I'm not mistaken. Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ
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