I want to create a login form by taking the text written on the notepad file in the same folder . is there anything that can help me

Recommended Answers

All 2 Replies

Try below steps.
1. Create Login Form using Visual Basic IDE.
2. Add Microsoft Scripting Runtime reference.
(Reference to read text file)
3. Open your text file using File System Object.
4. Read file contents (username/password).
5. According to file input login to next form.

These are the steps. Try to make some code using these steps.

thanks i have fix that

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.