C
CompuTechSide
Guest
I want to use (chm) file from resources folder, I have applied this
Process.Start(Application.StartupPath & "\Help.chm") 'This working
Process.Start(Global.RMS.My.Resources.Help) but i want this
Continue reading...
Process.Start(Application.StartupPath & "\Help.chm") 'This working
Process.Start(Global.RMS.My.Resources.Help) but i want this
Continue reading...