Hi,
When I am using the Collection Editor, the left hand side member always
display the collection class name.
1. How to display specify property name?(e.g. Collection of TabPage in
TabControl, it can show TabPage.Name value instead of
"System.Windows.Form.TabPage")
2. How to do increame...
more >>
From what I can tell, the FontFamily() collection does not receive
notification when system fonts are changed while a .NET application is
running.
For example, you have your .NET app running. The user adds or removes a
series of fonts using the Windows Control Panel. The FontFamily() collec...
more >>
I want to open two forms, Form1 and Form2, from my MainForm in such a
way that Form2 can then open Form3 with ShowDialog and NOT have Form3
block access to Form1 or the MainForm.
Any ideas?
...
more >>
Hi,
Microsoft provide a wizard class under System.Web.UI.WebControls.
Can I use it to implement the regular window's wizard(e.g device
installation wizard)?
Thanks
Hank
...
more >>
I was curious as to the curent best practices for data sharing within NET
2.0 Smart Clients.
Typically I have have isolated data/datasets, webservices interaction, file
IO, etc. using the Component class (IComponent), relying heavily on the
sharing capabilities it provides. The entire appli...
more >>