Hi all..
I want to use a gauge in VB 2010.So I will create a WPF user control project and add this into element host of my Final Winforms project(So now I have 2 projects in my solution). I have implemented this and its working fine also.
Now what I need is the end user ( he will be only using the winforms application) has to use this gauge control dynamically.
to be more specific, he wants to display output in gauge or in graph. so he has two options and he selected gauge and based on the parameters, SQL procedure is executed and the resultant dataset is binded with the gauge.
If he opted for graph then graph should be populated.
How can I achieve this
Thanks and Regards
Renju
I want to use a gauge in VB 2010.So I will create a WPF user control project and add this into element host of my Final Winforms project(So now I have 2 projects in my solution). I have implemented this and its working fine also.
Now what I need is the end user ( he will be only using the winforms application) has to use this gauge control dynamically.
to be more specific, he wants to display output in gauge or in graph. so he has two options and he selected gauge and based on the parameters, SQL procedure is executed and the resultant dataset is binded with the gauge.
If he opted for graph then graph should be populated.
How can I achieve this
Thanks and Regards
Renju