Link to home
Start Free TrialLog in
Avatar of Camillia
CamilliaFlag for United States of America

asked on

New to Windows Application

I've only been doing ASP.Net/VB.Net (and some C#) coding. Now I need to develop a .Net Windows Application. Been googling for tutorials and I just find an article here and an article there.

Any good tutorials someone can send me?

I have questions like: can I use StyleSheet in a WinForm app? When do I use a MDIParent? If I have one form, user clicks OK ...how can I close this form and open another form? etc...
ASKER CERTIFIED SOLUTION
Avatar of Jaime Olivares
Jaime Olivares
Flag of Peru image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Camillia

ASKER

>>Yes, you can do it by using a WebBrowser control inside your winform. Look for DHTML articles
So I cant use the stylesheet to , for example, size a form?
>>So I cant use the stylesheet to , for example, size a form?
Not easily. Maybe you can tweak a IE window. But this is not a common practice.
thanks. Let me look at codeproject. I had another question , not dont remember it. Finding it kinda hard to move from asp.net to windows.
Well, this approach is not the best to migrate. You will have to learn winforms.
But if you know nothing, maybe you can take the choice to migrate directly to WPF/Silverlight technologies instead.
WPF and Silverlight...i saw something about it on www.asp.net but didnt look into.

We have a vendor app that's done in a language that's similar to VB4 and it's windows app.. I developed part of it in ASP.Net for our customers.. Was thinking about doing the entire pacakage in winform/.net and replace the old vendor app.

Will look into Silverlight.
thanks. Will read those.