http://docs.xojo.com/UserGuide:Custom_Code_Reformatting Take 1 off any value over 266 if running pre 2019r2 ! = 33# = 35$ = 36% = 37& = 38‘ = Remaining Line( = 40) = 41* = 42+ = 43, = 44– = 45. = 46/ = 47: = 58; = 59< = 60= = 61 or TOKEN_ASSIGN = 366> =
Continue reading Xojo Custom Code Reformatting Token Values
Category: Programming
Windows Sockets Error Codes (winsock)
Handling Winsock Errors Windows Sockets Error Codes winsock.h
Windows 10 GUI
Guidelines for tile and icon assets Segoe MDL2 icons Generating your tile/icon image assets for Windows 10 UWP using Photoshop Actions Design toolkits and samples for UWP apps (inludes font for macOS) Design and UI for UWP apps
Windows System Erorr Codes
Windows System Error Codes
Windows 10 Store Links
Information regarding Windows 10 Store Apps Desktop App Converter Packaging, deployment, and query of Windows Store apps Develop UWP apps Prepare an app for conversion with the Desktop Bridge Design & UI
Xojo Data Types
Windows APIs to Xojo data type conversion
Here is a list of Windows types related to their Xojo equivalent, this is useful when you perform a Declare in Xojo. Rule of thumb: ByRef and ByVal are only applicable to intrinsic data types (Integer, String, Double, Structures etc.) All arrays and object types are reference types, effectively behaving as if ByRef was used
Continue reading Windows APIs to Xojo data type conversion
Windows types
Registering an Application to a URI Scheme
All about creating a custom URI for your application. Registering an Application to a URI Scheme
Start a process in console session from windows service
How to create a process with the same user elevation as the logged in user. Start a process in console session from windows service