Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » [FEATURE + patch]WriteClipboardHTML and HtmlToText functions
Re: [FEATURE + patch]WriteClipboardHTML and HtmlToText functions [message #51386 is a reply to message #51384] Mon, 18 March 2019 11:22 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
omari wrote on Sun, 17 March 2019 13:52
This is the Win32 version.

trying to test it on linux and with a bit of investigation, i found that
the Linux version is as easy as

void WriteClipboardHTML(const String& html)
{
	WriteClipboard("text/html", html);
}

(tested on Ubuntu/ Gnome)

I dont have a MacOS machine, then i have not tested it.


Well, maybe that one would work in win32 too? Smile

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: curl
Next Topic: How to detect available OpenGL memory?
Goto Forum:
  


Current Time: Fri Apr 26 01:04:32 CEST 2024

Total time taken to generate the page: 0.04779 seconds