How to create simulator

mickey

Member
Joined
Nov 26, 2002
Messages
6
how to create simulator like windows media player? can i create it with vb.net window application? or are there any others suggestion??
any help or advice will be very much appreciated.
thanks
 
I dont understand what you mean by simulator. How is Windows Media Player a simulator?
 
im trying to create a phone simulator which the buttons can be click using the mouse or keyboard. for example, the nokia phone simulator.
thanks.
 
So basically what youre asking for is a cheesy-looking interface?

PictureBoxes work remarkably well for things like this, or you could invest some time in System.Drawing. Either way youll get that 100% annoying interface that youre looking for. :)
 
Back
Top