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 February 13th, 2004, 12:22 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 119
Thanks: 0
Thanked 1 Time in 1 Post
Default Question on FOCUS?

When loading a windows form (NOT A WEB FORM), how do I define the form control that I need to have the default FOCUS when the form is loaded?

This is what I have tried but it does not work:

private void frmInvoiceMgmt_Load(object sender, System.EventArgs e)
    {
        //txtClientID.Focus();
        frmInvoiceMgmt.ActiveControl = this.txtClientID;
    }

Any help would be appreciated. Thanks.
 
Old February 13th, 2004, 12:32 PM
Registered User
 
Join Date: Jul 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You can set tabindex property of the control to 0.

 
Old February 13th, 2004, 12:39 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 119
Thanks: 0
Thanked 1 Time in 1 Post
Default

I'm new to C# and slooooooowly trying to learn. Thanks much for the help and your time.
 
Old February 15th, 2004, 08:15 AM
Registered User
 
Join Date: Feb 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

ÎÒÏëÒªÕÒµ½<<Beginning Visual C#>>Õâ±¾ÊéµÄÁ·Ï°ÌâµÄ´ð°¸,Ç렰ïæ,лл!






Similar Threads
Thread Thread Starter Forum Replies Last Post
Focus dhoward Javascript 3 September 19th, 2007 02:54 AM
Set focus question crisan Access VBA 4 March 25th, 2005 09:38 PM
focus kvanchi General .NET 2 December 13th, 2004 09:16 PM
Focus pbyrum Javascript 2 September 3rd, 2004 04:48 PM
Focus jbenson001 ASP.NET 1.x and 2.0 Application Design 2 February 18th, 2004 02:14 PM





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