How to see the source visual basic 6 login page?

Asked By 30 points N/A Posted on -
qa-featured


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.

SHARE
Best Answer by Mohammad M Hartz
Best Answer
Best Answer
Answered By 0 points N/A #188727

How to see the source visual basic 6 login page?

qa-featured

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.

Answered By 0 points N/A #188729

How to see the source visual basic 6 login page?

qa-featured

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.

Related Questions