how to create a custom control chart in c# using vs2015. i want it to create on panel but need it start from bottom not start form up. thanks in advance.
Related
wpf_winform:
I am programming based on wpf and working to display winform window using winform host.
But I want to display the wpf control on top of the winform, but it doesn't show with zindex.
In case of Winform, shape file world map is displayed as EGIS.controls.SFMap.
I want to display the controls of wpf on the winform screen drawn through system.drawing.
Help... plz
I am using EasyGis.net shape file and my application is a wpf . I am using a treeview in wpf and shapefile which is a winform control.
I want to know that how can i do drag an item from treeview and drop on the winform shapefile control?
You can create an invisible border around the winform control to get the drop functionality and then if the winform control has methods to add and show the markers use those methods
I am using Windows form in C# and i am trying to create one single form dialog that will be responsible displaying other dialogs within the boundary of it's dialog. To do that i tried Tab Control and it worked well and i can create different types of form in tab control easily without opening any separate forms.
but the problem is i don't want to use Tab control , I have some buttons on the main form at left side and clicking those buttons i want to display separate forms beside those buttons. I searched google but did not find any example like that nor i am able to find any control as this. My application is very simple one dialoge with left side buttons and on right side i want to show different forms based on those buttons... C# is not my native language but now i have to work on it and require help.
Kindly check the attached image for more information
Each page could be an instance of Panel, then show/hide the Panel instances according to which button is clicked....make them all the same size, shape, and position ;)
I have designed a Crystal Report using ASP.NET, now i want to integrate a DropDownList Control into CrystalReportViewer's toolbar along with export, print, zoom buttons.
I wrote following line of code to add it but DropDownList wasn't visible anywhere inside ReportViewer
myReportViewer.Controls.Add(myDropDownList);
what should be done for this?
No, it is not possible. You would need to create your own toolbar and hide the default Crystal viewer toolbar icons/features you replace.
I built a little console application in C# and need to add a windows form interface to it. I added a form item, and now have a blank form. I don't know how to go from here and start adding buttons and menus to the form.
Is there a form design toolbar or do I have to add buttons and menus using code?
Choose Toolbox from the View menu..
Click View>Other Toolbars>Toolbox to show the toolbox containing common controls for Windows forms.