|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Asp web app to VB Windows app
I have an asp web application that accesses and manipulates information in a database. I would like to turn it into a Windows application, but I do not know how.
I have Visual Studio .NET 2003. Once I get a page/form or two under my belt I can most likely figure out the rest. Would anyone be willing to help get me started?
__________________
When in doubt, ask them who know. |
|
#2
|
|||
|
|||
|
Gettting started
It's pretty simple.
Create a new project in your solution, and specify that you want a WindowsApplication. It will create the project with one form already in it. You will need to lern the event sequence. "New()" in Windows Forms may be used where "Load()" or "Prerender()" are used in ASP.Net pages. Quote:
|
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Asp web app to VB Windows app |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|