Hello! I am working on a project in VB.Net .I am Making use of two forms, which consist of a form called Project .It has a Button which is called New Employee on the form itself.When I click this button, I want that this link me to the Employee form.I made use of the Reponse.direct() but it is not working.Could you please help.Thanks in advance.

Recommended Answers

All 3 Replies

i need a complete code on how to link a form1 to another form2 when clicking a button on form1

Hi;

if you use Windows Application:


To Move from one Form to another you can use
Hide and Show Method

Me.hide
Form2.show

or Use HyperLink Or link Button AS you like


Good luck;

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.