Click here to Skip to main content
15,886,019 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
0 down vote favorite


We are planning to develop new application which can be called as visual modelling tool. By using this tool, user can create process model without much code. Tools have number of pre defined components or objects like Valve,pump,turbine etc., as Graphics object.

Tool works in Off mode and On Mode.

In Off mode, user can drag and drop the graphic object from the menu or side bar to the main screen. When user click on the object ,the dialog box get displayed and parameters needed for that particular object can entered through this dialog.

In On mode, the calculation will be done depends on the parameters passed and final values get written in memory for future use.

So, first of all I have to develop graphics objects . To develop this, I do not know what kind of compiler or software is best to develop such kind of graphical object and background code. I searched in net and get Microsoft Visual Modeller. Whether this one is sufficient for requirement? Anybody already know about this..Please help me by giving some advice on it.
Posted
Comments
Richard MacCutchan 30-Jan-15 5:34am    
The answer depends largely on how the application will be designed and how the UI objects interact with it and with the user. From the information in your question I would guess it is a bit early to be worrying about developing these objects. However, you can develop graphical objects in any of the usual high-level languages (whichever one you plan to use).

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900