473,382 Members | 1,313 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Unable to Type into a Text Box while running the application? Cursor not Appearing

actually it is the windows application .When i'm running my program it is not allowing me to enter the data into textboxes means the cursor is not appearing will u have any suggestion why is it so?
Mar 24 '13 #1
1 2005
vijay6
158 100+
Hey Neelam Jain, try the following method(s).

Method 1:

Assign minimum value to its TabIndex property.

Expand|Select|Wrap|Line Numbers
  1. textBox1.TabIndex = 0;
If above method doesn't works then try method 2.

Method 2:

At the end of the Form_Load event make textBox1 focus.

Expand|Select|Wrap|Line Numbers
  1. private void Form_Load(object sender, EventArgs e)
  2. {
  3.  
  4. // Your code
  5.  
  6. textBox1.Focus();
  7. }

Hope this may help you.

Have a nice day (:
Apr 2 '13 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: iporter | last post by:
Hi - I am changing a field from type nvarchar to type text, given that I need to store strings longer than 255 characters. To do this I change the data type in SQL Server, then I change the...
5
by: Randell D. | last post by:
Folks, I have a few <INPUT TYPE=TEXT> tags that are readonly if a specific field has no value... these work fine. However, I also have checkboxes which I would like to have as readonly, but the...
12
by: Randell D. | last post by:
Folks, I have a form called "ourTestForm". Its a test form - nothing special - it contains five input tags - they are named one, two, three, four and five. The input tags are of type...
0
by: Lim Tau Wan (SG) | last post by:
Our team has developed a .Net application using Visual C# Beta 2. This application will need to call XML Web service. Our problem is that after we have installed all the prerequisties, we run...
4
by: bat sar | last post by:
Hi all I'm working on Visual C# .NET, I'm new and I want to build on-screen keyboard, I want to know what should happen when you click a button, lets say its "A" how should I send the value of it...
6
by: Anders Both | last post by:
I want to run a application (console or window) in the asp.net process, because i need an running application on the server that can acces the same data/singleton object as my asp.net application....
0
by: Sriram | last post by:
I have created a web service using C#. This basically receives a string as a parameter and returns an XML string. There is a specific requirment that the users should be able to call this web...
1
by: Sebastian Araya | last post by:
Hello, I'm running PHP 5.2 on gentoo distribution. I'm testing SOAP new extensions, but I'm facing a strange problem... I built a little class and used setClass() and handle() to make PHP handle...
1
by: bobcat | last post by:
I'm new to side-by-side assemblies, and was unable to find any reference as to whether a single running application can access multiple versions of a class. For example, can I read a serialized...
2
by: babp | last post by:
Hi Iam new to perl and need a help to send inputs to an running application : I am running an application XXXX , and when it starts i am passing a file name called "connect.spb" and after the...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.