How can I develop automatic diagram updater in VB?

Asked By 50 points N/A Posted on -
qa-featured

Hi there!



I am developing a reporting application for use in medium level companies. I have been able to develop the narrative and financial aspects of the application. What I would like to add to it are automated diagrams for the finances, the numbers of staff, profits. How is automatic diagram undertaken using Visual Basic? I would like to input the figures in their respective areas and the diagrams are automatically created and adjusted in case of any changes.

SHARE
Answered By 55 points N/A #159356

How can I develop automatic diagram updater in VB?

qa-featured

Hello Halton Roy,

If you want to make a diagram of the database then you can use SQL server it has the facility to let you create your desired diagram. There are also some of the other software that can help you in making diagrams.But there is not as such automated system that can help you in making your required diagrams. So you have to create a software that can help you in automated diagram generation. So if you have the knowledge of language then you can make it by using C# or java.

You may also visit the link below for help:

https://www.codeproject.com/Articles/11542/Application-Auto-Update-in-VB-NET

Related Questions