hey I am new here.. HI!

I was wondering is it possible to create a "new user" buttion in vb6

anyhelp will be great.. thanks

hey I am new here.. HI!

I was wondering is it possible to create a "new user" buttion in vb6

anyhelp will be great.. thanks

hey, yes it is possible to create a new user button in vb, all you have to do is add a button to the form, as a caption put "new user" for the name put "cmdnew", also add another form called "frmcreateusr", in the code for the button put

private sub cmdnew_click()
frmcreateusr.show
end sub

you can also use a label and make it goto a webpage...
if you need anymore help... pm me

wayne

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.