hi i am new to visual basic and i am using vb6, i have senior year project for invenotry managment system..my problem is that if one form is open then the user must not b able to peform other functions(open another form, close application etc) unless the current form is get closed please help me in this
Agent-of-Chaos 0 Light Poster
Recommended Answers
Jump to Postshow your form like this example..
Form1.Show vbModal
if you put vbModal when showing a form, this will prevent the user for clicking other form unless the form1 is close...
Jump to Postwell i think if you are using VB.NET / 2008 you can do this code.. i think... LoL
FormName.ShowDialog()
All 5 Replies
jhai_salvador 48 Junior Poster
Agent-of-Chaos 0 Light Poster
vb5prgrmr 143 Posting Virtuoso
jhai_salvador 48 Junior Poster
Agent-of-Chaos 0 Light Poster
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.