G
Giovanni Dicanio
Hi,
I'd have some questions (I apologize if my terminology is not correct for
VB.Net, the fact is that I come from C++/Win32/MFC world):
#1 - Is it possible with VB and WinForm to make "resizable dialogs", with
hosted controls that automatically reposition/resize (basing on a given
layout) when the dialog is resized?
If someone here can understand that, what I'm searching is something like
this CResizableDialog MFC class:
http://www.codeproject.com/dialog/resizabledialog.asp
#2 - Is it possible to build MDI (Multi-Document Interface) apps using
VB.Net and WinForms?
Which class/properties should I study?
#3 - I've downloaded VB 2008 Express Editon (the IDE and exspecially the
IntelliSense look *great*!); I see that two options are offered to build
GUIs: WinForm and WPF.
It seems to me that WinForm is easier... but it maybe just the impression of
a beginner (me) in this context.
Moreover, it seems to me that WPF is kind of XML-based, so maybe is it less
efficient than WinForm, considering XML-parsing and tree-traversal costs?
Do you suggest to start developing new apps using WinForms or WPF?
Thanks very much in advance,
Giovanni
I'd have some questions (I apologize if my terminology is not correct for
VB.Net, the fact is that I come from C++/Win32/MFC world):
#1 - Is it possible with VB and WinForm to make "resizable dialogs", with
hosted controls that automatically reposition/resize (basing on a given
layout) when the dialog is resized?
If someone here can understand that, what I'm searching is something like
this CResizableDialog MFC class:
http://www.codeproject.com/dialog/resizabledialog.asp
#2 - Is it possible to build MDI (Multi-Document Interface) apps using
VB.Net and WinForms?
Which class/properties should I study?
#3 - I've downloaded VB 2008 Express Editon (the IDE and exspecially the
IntelliSense look *great*!); I see that two options are offered to build
GUIs: WinForm and WPF.
It seems to me that WinForm is easier... but it maybe just the impression of
a beginner (me) in this context.
Moreover, it seems to me that WPF is kind of XML-based, so maybe is it less
efficient than WinForm, considering XML-parsing and tree-traversal costs?
Do you suggest to start developing new apps using WinForms or WPF?
Thanks very much in advance,
Giovanni