Linked by Eugenia Loli on Sun 23rd Oct 2005 20:01 UTC
.NET (dotGNU too) There are more than 50 GUI controls available in the .NET Framework Class Library. This chapter takes a selective look at some of the more important ones. They all derive from the System.Windows.Forms.Control class that provides the inherited properties and methods that all the controls have in common.
Order by: Score:
A little off-topic, but ...
by Anonymous on Sun 23rd Oct 2005 20:10 UTC
Anonymous
Member since:
---

Speaking of Windows Forms, I was looking at some screenshots of Sharpdevelop:

http://www.icsharpcode.net/OpenSource/SD

Was this thing written in C#? And if so, are all those controls available as part of the Windows Forms collection? If not, where do they come from?

Reply Score: 0

RE: A little off-topic, but ...
by Lumbergh on Sun 23rd Oct 2005 21:29 UTC in reply to "A little off-topic, but ..."
Lumbergh Member since:
2005-06-29

Yes, SharpDevelop was written in C# and some of the controls are custom

Reply Score: 1

Erm
by ma_d on Sun 23rd Oct 2005 21:09 UTC
ma_d
Member since:
2005-06-29

Why would one learn Windows Forms today? I believe the libs to get XAML stuff up and going is available now...

Reply Score: 1

RE: Erm
by Deviate_X on Sun 23rd Oct 2005 23:13 UTC in reply to "Erm"
Deviate_X Member since:
2005-07-11

Why would one learn Windows Forms today? I believe the libs to get XAML stuff up and going is available now...

*Winforms requires the .Net Framework installed (20mb)

*XAML requires .Net Framework (20mb) + WinFx Runtime (30mb)

A typical XAML app might be Microsoft Max for example:

http://www.microsoft.com/max/download.html

Reply Score: 2

RE: Erm
by Anonymous on Mon 24th Oct 2005 00:16 UTC in reply to "Erm"
Anonymous Member since:
---

Winforms 2.0 was designed to integrate with Avalon controls. One can mix and match.

It's not like Winforms 1.x interop with COM objects that is basically only one-way communication.

Reply Score: 1

?
by Anonymous on Sun 23rd Oct 2005 21:51 UTC
Anonymous
Member since:
---

Is there a visual list of all widgets? Something like this:

http://www.eclipse.org/swt/widgets/

Reply Score: 0

RE: ?
by Anonymous on Sun 23rd Oct 2005 22:48 UTC in reply to "?"
Anonymous Member since:
---

I've used .NET controls and despite the fact that they are good, the data controls (like the datagrid, dataview, etc..) are not as usuable as those offered by Borland's Delphi(DBGrid, etc...).

That has been a drawback for me.

Reply Score: 0

wow...
by Anonymous on Mon 24th Oct 2005 04:56 UTC
Anonymous
Member since:
---

I went to Microsoft codename MAX web site...it's essentially a photo sharing program built on their .net stuff. All I can say is...50 megs?!?! Yeah I have a big hard drive like most average user but 50 megs for a photo management program is just wrong

Reply Score: 0

RE: wow...
by sappyvcv on Mon 24th Oct 2005 05:32 UTC in reply to "wow..."
sappyvcv Member since:
2005-07-06

It's because it includes the WinFX and Avalon redistributable runtimes that will be in Vista and probably XP SP3.

Reply Score: 1

RE: wow...
by Anonymous on Mon 24th Oct 2005 08:07 UTC in reply to "wow..."
Anonymous Member since:
---

It's logical really, 1 meg for each GUI control ;-)

*badum tish*

Reply Score: 0

Anonymous
Member since:
---

Microsoft Visual Studio 2005 RTM will on MSDN within days: http://windows.czweb.org/show_article.php?id_article=204

Reply Score: 0

Anonymous Member since:
---

Eh? That doesn't parse. What does it mean for something to "will on" something? What's RTM? Read The Manual?

Reply Score: 0

Anonymous Member since:
---

Eh? That doesn't parse. What does it mean for something to "will on" something? What's RTM? Read The Manual?

RTM = Release To Manufacturing (i.e a gold release)

Reply Score: 0