C
Christian Pedersen
@Christian Pedersen
Posts
-
EBOOK -
WinZip purchase agreementGo back in time http://www.archive.org/web/web.php
-
textBox add text without deleting previous contentstextBox.Text += "\r\n" + newTextToAdd;
-
Remote DesktopTake a look at the RealVNC protocol specification, that should give you some ideas. http://www.realvnc.com/docs/rfbproto.pdf
-
PDF to Tiff conversion?If you install MS Office, it adds a new printer called "Microsoft Office Document Image Writer". You can make that one "print" any file to TIFF images.
-
unicode problem in INIHi Use GetPrivateProfileStringW (notice the W) That's the unicode version.
-
Detect "Minimize" and "Autostart"You could add a parameter to the autostart shortcut and check for it when the program starts. Or check the TickCount. If it's really low, the system was just started ;)