Product not found

Game Development Community

How hard is to implement a "printer friendly" button ?

by Bruno Grieco · in Torque Game Engine · 11/16/2005 (6:16 am) · 3 replies

It would come in handy when someone needs to print the threads.

Is it hard to implement ?

#1
02/21/2006 (9:00 pm)
In theory, no. Usually it's just a matter of writing a special 'print-friendly' CSS-style sheet.

I've never actually done it though, so in practice it could be a whole different story :P
#2
02/21/2006 (10:46 pm)
If your good with PHP you could write a script that parses out the extra info. Take a look at fopen and cUrl.
#3
07/03/2006 (12:02 pm)
You can put whatever function you want by implementing it in the sourcecode but as for how hard it is i'm not sure because i haven't tried it you can look for documentation on how to implement it do a search on msn or goto planetsourcecode.com and look in the c++ section for a example.