This has been more of an exercise. The performance of Msftedit.dll is rather abysmal, and its interface isn't the most accomodating. That said, the frontend is quite usable, at least on Windows 10+.
		
			
				
	
	
		
			12 lines
		
	
	
		
			457 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			457 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
 | |
| <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
 | |
| 	<assemblyIdentity name="xW" version="1.0.0.0" type="win32" />
 | |
| 	<dependency>
 | |
| 		<dependentAssembly>
 | |
| 			<assemblyIdentity name="Microsoft.Windows.Common-Controls"
 | |
| 				version="6.0.0.0" type="win32" processorArchitecture="*"
 | |
| 				publicKeyToken="6595b64144ccf1df" language="*" />
 | |
| 		</dependentAssembly>
 | |
| 	</dependency>
 | |
| </assembly>
 |