Hi, I have created a radio player in visual basic. The stream works fine. It's using windows media player. I have exported the radio player as an .exe.I dont know how to embed that radio player on my website?I've been racking my brain all day, I've got a headache now!If someone can help me and talk me through the steps on how to create an embed code so i can use the radio player i have created.
you can port the codes to Active X instead of windows form application and then use them on the website. I am not into Visual Basic since a very long time but I still remember that once I ported my calendar program to work with my website.
Thanks for this. This may sound silly but how do I port the code to Active X?Any help would be appreciated.
when you first select to create a new project in visual basic you get a dialog box that ask you to choose an application type that you are going to create. You can either choose to create a web Browser application (or similar option) or in Projects properties just change the application type and make it a web browser active X. I am not using Visual basic but .NET so cant help you exactly but that option must be there in the dialog box.
Hey,Thanks for your quick reply. When I try to do a web browser application, i'm not sure how to make a radio player. all the instructions online tell me to use "windows form application" to create a radio player. Also in project properties, its not letting to change it to web browser active x.Below is the code I've made in Visual Basic for the radio player. Debug x86 2.0 {91C524A5-DBF5-4AA7-9CA9-062E9187A485} WinExe $safeprojectname$.My.MyApplication $safeprojectname$ $safeprojectname$ 512 WindowsForms v4.0 Client x86 true full true true bin\Debug\ $safeprojectname$.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 x86 pdbonly false true true bin\Release\ $safeprojectname$.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 On Binary Off On Form Form1.vb Form True Application.myapp True True Resources.resx True Settings.settings True Form1.vb VbMyResourcesResXFileCodeGenerator Resources.Designer.vb My.Resources Designer MyApplicationCodeGenerator Application.Designer.vb SettingsSingleFileGenerator My Settings.Designer.vb {6BF52A50-394A-11D3-B153-00C04F79FAA6} 1 0 0 aximp False {6BF52A50-394A-11D3-B153-00C04F79FAA6} 1 0 0 tlbimp False True
I am using visual basic 2010 express. How do I send you the source? I have exported the player as an .exe. Does that help?
hey that is very simple ... select file and press make exe that will create exe file after that u can use that exe file.
Hi, I have made it an exe file but how do I embed that into a website? The player I have made in Visual Basic, I want to embed that on a website.