Smart Devices VB and C# Projects
Drag and drop picture box onto the form and maximize it fill the entire form. Now when you run the application your form will be filled by the picture box.
Remember - Form is the parent and will be present in your app.
Manav
Using the designer set the form properties as follows:
This will remove the menu and task bar.
Manav
You can't have both! You need resize controls without showing the toolbar and this is not possible. You can however add some event handlers such that if user clicks on the picture box - you can resize the window.
Manav