1.right click on toolbox at general select add new items 2.one popup is appeared with add references title select COM tab 3.select shock wave object 4.click on ok 5.u will find shock wave object on toolbox at general tab 6.now drag and drop ur flash object to windows form then add below code string path = System.Environment.CurrentDirectory; path += @"\Top_1.swf"; axShockwaveFlash1.LoadMovie(0, path); axShockwaveFlash1.Play(); Have a nice day
K
krishna_goluguri
@krishna_goluguri
Posts
-
How to run swf file from c#? -
Flash swfs in c#?here is the solution: 1.right click on toolbox at general tab 2.select add new items 3.one popup window appears to add references 4.select COM tab 5.navigate to shock wave object select that 6.click on ok 7.u will see the flash object on General tab
-
Import data from excel cell to Textboxhi weather this code works perfectly or not i don't know bcoz when i wanted to use oledb connection for excel sheet my program didnt accept that one.it says it as unrecognized format.how to connect excel sheet using oledb connection plz explain step by step.