Log in

View Full Version : remote file viewer in VB.NET ??


slomoman
10-17-2003, 03:47 PM
i just started to use visual studio .NET. i use vb the emulator for pocket pc 2002.
I wonder how i can copy files to the emulator (e.g. in \windows\start menu)? i used the "remote file viewer" when in evc3, but now, i can't find that tool...
help!

prismejon
11-13-2003, 01:03 PM
Hi!

I haven't got the perfect solution, but this is a way to do it:
Add the file to your project and set Build action to Content. Then the file will be copied over when you run your app.