.net - Where to store an mp4 file in my project? -
i have been studying vb.net couple of months , want try new. have sample project try. web browser , want if button clicked, video play immediately.
this application looks when run program:

is possible store mp4 file in visual studio project can play video in app without streaming or opening local file?

see above picture. .ico file stored in project, when icon used, appears automatically since saved in application. wanted same thing mp4 file. how it? or should saved? possible or probable?
i have searched lot , got these: stackoverflow question , microsoft tutorial. none of these gives answer of question.
try going
project>"project name" properties>resources>add resource>add existing file
this should add file resources folder.
you can access file going my.resources.name_of_resource
Comments
Post a Comment