Can I write a program code without designing the form.I have tried,the login form works but how do I insert a form which adds form number, name, sex,occupation etc

Recommended Answers

All 2 Replies

I would say YES to answer 1st part of your question(you can create a module of write a DLL for the purpose.).

But i am not sure what exactly you are trying to do (as per 2nd part of your question).

You can get more assistance from the forum if you post the problem / requirement in details.

Can I send the code to you so that you help me in designing the form? The problem is that how do I get a command like
Option explicit
Private Sub command AddNew_Click()

End Sub,

Private Sub Cmdclear_Click()

End Sub,


Private Sub CmdDelete_Click()

End Sub,


Private Sub CmdExit_Click()

End Sub,


Private Sub CmdFindrecord_Click()

End Sub,

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.