Web development and desktop app development are worlds apart, you can't
really convert one to the other and the underlying technology and issues are
just too different. You'll probably have to write your app from scratch.
> Hi,
>
[quoted text clipped - 33 lines]
> Kind Regards,
> Niyazi Toros
> I am wondering how much will be challenge me to acomplish these tasks.
It largely depends what your WinForms apps do and how you've written them.
Generally speaking, actual code will require no modification at all so if
you've kept your code separate from your GUI, you'll already be half-way
there.
Remember that WebForms apps by default have absolutely no interaction with
the hardware on which the browser is running, so if your WinForms apps do
things like reading from or writing to the Registry you'll need to find
another mechanism for this...
> Is there as such powerfull tool exist
I've not seen one which comes anywhere close - the two environments are just
too different...

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
Niyazi - 28 Sep 2007 11:48 GMT
Hi,
Thank you for the comments.
Normaly most of my Windows Form GUI hava buttons, and when user clicks one
of them it create new thread and new thread class it access few dlls and then
end of thraed one more time access clsEXCEL_REPORT dll and crates the excel
reports and save is under user C:\ directory.
There is no more GUI only buttons and one animation that show how much as
percentage will report going to be created.
Now if I going to start from scratch whats should I have to learn? My
firends says that .NET 2.0 or new VS.NET 2008 will be much better enviroment
to create all my app for INTRANET?
Any more suggestions?
Thank you for nice comment.
Kind Regards,
Niyazi
> > I am wondering how much will be challenge me to acomplish these tasks.
>
[quoted text clipped - 13 lines]
> I've not seen one which comes anywhere close - the two environments are just
> too different...