Sometimes you need to serve a file that has no extension because the program that creates the file doesn’t set an extension. This is handy when trying to serve a file from EasyPal by Erik VK4AES. Use the following web.config to allow the file to be served and its content to be interpreted by the
Continue reading Allow IIS to serve files without extensions
Author: jules
Xojo Custom Code Reformatting Token Values
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
HTTP Error when uploading large files over 30MB in WordPress on IIS FastGCI
If you see the rather unhelpful HTTP Error when uploading large files of any type to an IIS based WordPress using FastGCI and have tried all the things on the web about tweaking PHP.ini settings without success, try the following: Open Internet Information Services (IIS) Manager In the Connections pane, select the server In the
Continue reading HTTP Error when uploading large files over 30MB in WordPress on IIS FastGCI
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