-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Good day all
I have the following question:
I would like to use Chart from Windows Forms due to the fact that it allows to build much more types of graphical visualisation that one from WPF Toolkit does.
So, I am adding Chart control for Windows Forms as a child element into the WindowsFormsHost…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've built a C# .NET app that uses the Adobe ActiveX control to display a PDF.
It relies on a couple DLLs that get shipped with the application.
These DLLs interact with the locally installed Adobe Acrobat or Adobe Acrobat Reader installed on the machine.
This app is being used by some customer…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
For our project, we've written a WinForms UserControl for graphing.
We're seeing some strange behavior when our control is sited in a TabControl - our control continuously fires Paint events, even when there is absolutely no activity by the user.
We only see this in the TabControl. When we site…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
For some really weird reason when i set the .Enabled property to false on a simple text box on a small GUI, it fires a radio buttons OnClick event and its causing lots of problems.
I have breakpointed the txtBox.Enabled = false; and after stepping over OR into it i jump straight to the OnClick event…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
get unhandled exception that says:
System.NullReferenceException: Object reference not set to an instance of an object.
at Eagle_Eye_Class_Finder.GetSchedule.GetDataFromNumber(String ID) in C:\Users\Joshua Banks\Desktop\EET Project\Eagle Eye Class Finder\GetSchedule.cs:line 24
at Eagle_Eye_Class_Finder…
>>> More