Asked By
Kyle Berry
30 points
N/A
Posted on - 11/23/2012
Hi to everyone,
How to see the source visual basic 6 login page? My friend told me that our website got some error in the log in page part, can you tell me how to open the source codes so that I can check the possible problem of log in page?
Your suggestion is very much welcome.
How to see the source visual basic 6 login page?
You cant develop website if you are using visual basic 6.0. You can develop desktop applications if you Using Visual basic 6.0. if any friend tell you to see the source code of site. site build up on ASP using Visual Studio. And you can see the code.
Right click on the web page and click on the view source or.
Open see menu and click on view source.
Web applications and websites acquired on ASP.NET, ASP, PHP, HTML etc. xEOL. These are the usual languages to develop the websites and some scripts are written in JAVA scripting, VB scripting. etc. xEOL. Visual Basic 6.0 make only EXE applications.
How to see the source visual basic 6 login page?
Hi Kyle,
We can only create desktop application using  Visual Basic 6 . In VB6 every page is created using forms so if you want to see the source code of login form.
1)Open the login form in designer mode
2) Right click on the form and select view source.
If it is a web page then it must be coded using some server side technology or scripting language.
1)Â Â Â Â Â Right click on the page and select view source
2)     Goto view menuà and select view source/source
Â
Hope this will help you.