Jump to content

VBScript is deprecated in Windows 11 and Windows 10


Recommended Posts

  • 10 months later...
Posted (edited)

Does this also mean that one of the AutoIt UDFs will be useless on such systems?
I mean GuiRichEdit.au3 .

https://www.autoitscript.com/autoit3/docs/libfunctions/_GUICtrlRichEdit_Create.htm

 

Edited by mLipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

Why do you think this has an impact on the GUIRichEdit UDF? I do not see any VB code in the UDF.
Just a link to http://www.powerbasic.com in the UDF header.

My UDFs and Tutorials:

  Reveal hidden contents

 

  • 3 weeks later...
Posted
  On 9/25/2024 at 11:25 AM, water said:

Why do you think this has an impact on the GUIRichEdit UDF?

Expand  

because here:

  On 11/6/2023 at 8:45 AM, ptrex said:
Expand  

 

I found this:

https://learn.microsoft.com/en-us/windows/whats-new/deprecated-features-resources#vbscript

and also this:

https://learn.microsoft.com/en-us/windows/whats-new/deprecated-features-resources#wordpad

 

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

Interesting discussion, hi @mLipok 👋 .

I looked into the GuiRichEdit.au3 file (in the default AutoIt include folder) and it's based on "OLE32.DLL" as I can tell. This means, as far as I understand, nothing will change when VBScript is banned from the systems (Win11 or even Win10). The rich text format (.rtf) will remain, only VBScript is no longer available as a scripting language than.

Best regards
Sven

==> AutoIt related: 🔗 GitHub, 🔗 Discord Server

  Reveal hidden contents
Posted
  On 10/16/2024 at 8:11 PM, SOLVE-SMART said:

I looked into the GuiRichEdit.au3 file (in the default AutoIt include folder) and it's based on "OLE32.DLL" as I can tell. This means, as far as I understand, nothing will change when VBScript is banned from the systems (Win11 or even Win10).

Expand  

Thanks for the explanation.
So they only remove the application but not all the components/libraries.

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

  • 5 months later...
Posted

hmm...
I think I've felt the first consequences now.

I was trying to use:

no success.

:(

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

For those who need an AU3-only solution for decoding entities:

HTMLentities.au3Fetching info...

  Reveal hidden contents

This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.
Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe here
RegExp tutorial: enough to get started
PCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta.

SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.
SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.
An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.
SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)
A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!
SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)

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
  • Recently Browsing   0 members

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