Hi
I have a method that checks the qualified type names
public method( object instance);
In the method I check the type and do the
necessary procesing. I use
<object>.GetType().ToString() which
gives me the types such as;
System.Windows.Forms.MenuItem
System.Windows.Forms.ToolBar...
more >>
Hi folks
In my current project I have to use the GDI+ flat API from MS Visual
Basic for Applications (VBA). I can't use C++, VB.NET, or anything
similar, for various reasons. It is working fine so far. I can open
images, edit them in various ways, save them as different types, & so
on.
But...
more >>
I have had this issue before and a check around the groups shows a few other
people have had this problem too with no real resolution.
I have a class that performs actions. These actions are performed
multi-threaded via a ThreadStart in the Main Form.
The method that performs this is in a wh...
more >>
I have a windows form that has a toolbar on it. There are 4 buttons and there
is an image list associated with this toolbar.
During a recent edit of the application the button images disappeared when
running under the IDE. They still function but no images. I have set the
image list transpa...
more >>