Visual Basic Development Bookmark and Share   
 Home > Visual Basic General > Developing MS Visual Studio like application using MS Visual Studio 2005 or above
 

Developing MS Visual Studio like application using MS Visual Studio 2005 or above

I have to develop an application using MS Visual Studio 2005 or above with the following

objective:

* The application should allow users to create as many new forms as they want and each form

should behave like a MS Visual Studio WinForm. By saying that it should be a container for

drag and drop of controls from the toolbox that I will develop....

* Once the user design's each screen to his taste by placing various controls on the form, he

should be able to save the form as a screen. Of course I have to provide functionality for each

of the controls such as if he drags a button on to the form, he should be able to specify what

action it has to perfom when clicked when the application is put into run mode. Quite similar to

regular windows form button.

* My application should have two modes: a DESIGN MODE, where user can drag, drop controls

and specify what they should do when put into RUN MODE. This is quite similar to MS Visual

Studio designer.

* Last but not least is to be able to access the application via the browser with the same look and

feel his desktop version.

*** How do you think I could accomplish this? Which technologies do you think I should use?

Any information would be highly appreciated.

Thank you in advance...

Sam

Visual Basic Guy  Friday, November 27, 2009 1:57 AM
Hi Sam,

This maybe possible using VISUAL STUDIO itself but if the application has to run in a browser then
try learning the VISUAL BASIC .Net version of ASP.Net

For help with thatplease use the ASP.NET forums.>>

http://forums.asp.net/


Regards,

John

I'm currently looking for work in Vb.Net software development. :-)
John Anthony Oliver  Friday, November 27, 2009 2:30 AM
Hi,

To my understanding, Winform program can't run in browser, maybe you should try WPF
http://msdn.microsoft.com/en-us/library/aa480223.aspx

Regards
Jeff Shan
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Jeff Shan  19 hours 28 minutes ago

You can use google to search for other answers

Custom Search

More Threads

• indirect reference is being made
• DrawString !!! ...
• how to execute the clic event for a DataGridViewButtonColumn?
• Icon in TreeView changes upon clicking node
• FlowLayoutPanel
• re: how to select combo box items
• How to register hotkeys without mod key ?
• add empty rows to fill the datagridview
• How to remove bindingsource from vb.net project
• help, vb arrays?