Hello all,
actually i want to open CHM file whenever i click on help submenu of my application.One separate file should be open.One guy gave me a solution but its opening in similar application,here is that code
[code]os.system("c:\Python25\doc\Python25.chm")[code]
I am calling this fuction in a event handler of clicking on Help's submenu "Documentation",i need to open chm as a different process.