How To Embed Flash Player In Visual Studio.NET (VB.NET) - vb.net

How To Use Adobe Flash Player In Visual Studio.NET (VB.NET)
i have a SWF file will be created by Micromedia Flash Player , when i want to use this SWF file in Visual Studio Web Form , I do not see a component in toolbox to use my SWF file in web site
how to use my SWF file in VB.NET ? Which By Tools ?
Thanks

If you are creating a WinForms application, and you want it on a form, your best bet is probably to use a WebBrowser control and essentially create the webpage you want to display in it as HTML.

Related

How to see VB.net Designer when Live Sharing Someone

I and my friend are developing a visual basic app and I can't see the designer, only the code. Shift F7 and right-clicking to open the designer doesn't work. If I can't do it without downloading the files is there a way to sync the project files with live share?

Visual Studio 2013. Viewing a PDF file

I am writing a Windows Forms application in which I need to view PDF files via the Web Browser control. When the control is given the Navigate("C:\filepath") command, Windows takes over and asks which program I want to open the file with. All was fine with VS 2010 and XP. I have un-installed "PDF Complete", which was the default PDF viewer, but I now get asked for an alternative.
Thanks in advance.
Mike Saunders

Any ways to open Office(.doc,.ppt,.xls etc.) and PDF files in Windows Phone 8.1 application?

I am developing a Windows Phone 8.1 Viewer application.I need to open Office files such as .ppt,.xls,.doc etc and pdf files.I got pdf support from ComponentOne,but for Office types I did't get any supported library.There are GDocs,
Isilo,i-Clickr,Presenter's View Pro available in Store.How did they build such apps?
Also,I found that Good's Discussion
Leadtools Imaging SDK that I found is also related to this but converts docs to image then displays it.
I need a solution such that I can directly open .doc,.ppt,.xls,.pdf etc files using any paid/free library/Control available.
Any help is appreciated.
Thanks.
Syncfusion's windows phone controls contain libraries for dealing with word and excel files.
http://www.syncfusion.com/products/windows-phone/controls
http://www.syncfusion.com/sales/offers/winphone-hobbyist

PowerPoint presentation played in windows store app

I need to play a PowerPoint presentation embedded as an asset in a windows store app.
I downloaded the Visual Studio Tools for Visual Studio 2012 and tried to use the old school Microsoft.Office.Interop.PowerPoint package but I stumbled upon the following error:
Creating an instance of the COM component with CLSID
{91493441-5A91-11CF-8700-00AA0060263B} using CoCreateInstanceFromApp
failed due to the following error: 80040154 Class not registered
(Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)). Please
make sure your COM object is in the allowed list of
CoCreateInstanceFromApp
So it seems that windows store apps cannot call these types of COM objects.
http://msdn.microsoft.com/en-us/library/windows/apps/br205757.aspx
Is there any API available for windows store apps to show a pptx?
Thank you.
No, there is currently no API to show a pptx within a Windows Store app.
Some workarounds might be:
Launch the pptx in PowerPoint (outside of your Windows Store app) from your app. Here is how to launch the default app for a file (PowerPoint is the default app for a .pptx).
Convert the pptx slides to images (either beforehand if this is a static PowerPoint deck you are showing, or call a webservice that can do this if you need to support receiving and displaying new PowerPoint decks)

i want to add flash file in my windows mobile application.

I am developing application in vb.net. please help me how to add a flash file in my application.
Found this on Google searching for "windows .net flash control." I looked for the COM reference as specified in the article using Visual Studio 2010 and was able to add it to a test application very quickly.
http://weblogs.asp.net/twalters/archive/2003/12/29/46265.aspx