Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 11th, 2004, 06:32 AM
Registered User
 
Join Date: Apr 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Input Problem

Hello all,

When I open a Form for user to input data, How can I disable all other form until I finish all input.
 
Old June 15th, 2004, 06:35 PM
Kep Kep is offline
Authorized User
 
Join Date: Aug 2003
Posts: 79
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You could try Form.ShowDialog. This allows you to display the form as a modal dialog. I don't think it disables all other forms though.
 
Old June 16th, 2004, 04:29 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 996
Thanks: 2
Thanked 11 Times in 11 Posts
Send a message via Yahoo to melvik
Default

Excuse me could u plz discribe more! & tell ur scenario!?
I didnt understand what do u mean! Im sure I can help u much if I know ur scenario!

Always:),
Hovik Melkomian.
 
Old June 16th, 2004, 04:12 PM
tnd tnd is offline
Authorized User
 
Join Date: Jun 2004
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Just use any method to show it as a modal form.
Program executation will only return to the next line after the modal form has been closed.

 
Old June 26th, 2004, 07:56 PM
Registered User
 
Join Date: Jun 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

enable=flase






Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie: Input Form Problem kwilliams ASP.NET 2.0 Professional 1 June 12th, 2008 08:15 AM
input attribute problem skyangel17 XSLT 4 August 1st, 2007 01:44 AM
Transform Problem - Two Input Messages rodmcleay Biztalk 1 April 5th, 2005 01:22 AM
problem with input type="image" nerssi Javascript 6 September 14th, 2004 03:31 PM
Access Input Problem mikericc Access 2 April 5th, 2004 08:30 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.