
Testing screenshot idea...
Posted Tuesday, 2 June, 2009 - 19:42 by objarniOK so this is the first test. Very simplistic code:
private void button1_Click(object sender, EventArgs e) { var path = Path.GetTempFileName() + ".PNG"; glControl1.GrabScreenshot().Save(path, ImageFormat.Png); Process.Start("http://www.opentk.com/node/add/blog"); Process.Start(new FileInfo(path).DirectoryName); }
Maybe a little too simplistic, since the GetTempFileName() gave me a file in the TEMP-directory, which is kind of hard to browse.
Update coming soon...
- objarni's blog
- Login or register to post comments

