473,664 Members | 2,770 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How can i find names in a textbox in VB.NET

1 New Member
How can I find every name which starts with a capital letter in a textbox and display them in another textbox in VB.NET
Sep 24 '07 #1
5 1456
aliasruel
73 New Member
Hi,

You will create a program of getting each names in a textbox.




=============== =============== =============== ===========

How can I find every name which starts with a capital letter in a textbox and display them in another textbox in VB.NET
Sep 25 '07 #2
Chill
5 New Member
can u b more clear
is it in one textbox u hav all the names, then they are seperated by any charecter
or u hav many textboxes
Sep 25 '07 #3
aliasruel
73 New Member
I think what he is saying is that it doesnt have an special characters in between names...
what i would suggest is to create a program that will scan each letters in the string to identify the names...



can u b more clear
is it in one textbox u hav all the names, then they are seperated by any charecter
or u hav many textboxes
Sep 25 '07 #4
aliasruel
73 New Member
Hi,

You can download my sample program to:

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?tx tCodeId=5993&ln gWId=10



How can I find every name which starts with a capital letter in a textbox and display them in another textbox in VB.NET
Sep 26 '07 #5
aliasruel
73 New Member
Hi!

For this problem, you can download my sample program in:
http://www.planetsourc ecode.com/vb/scripts/ShowCode.asp?tx tCodeId=6015&ln gWId=10

regards,
ruel sucgang



How can I find every name which starts with a capital letter in a textbox and display them in another textbox in VB.NET
Oct 2 '07 #6

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

Similar topics

7
2205
by: ar | last post by:
Hi, Simple question... I have a form with 3 textboxes : txt1, txt2,txt3 I have the names of those 3 textboxes stored in a db with their cooresponding values. txt1 , "test1" txt2, "test2" txt3, "test3"
5
2967
by: Tom | last post by:
How can I find the first blank control on a form by looking at the controls in the order of their tab order? Thanks! Tom
6
1158
by: jack | last post by:
Hi, I m beginner. i wanted to know how to get names of all the textboxes oded on the form object Based on that i would then flash the message to the user about the particular textbox been blank. and fill in the appropriate details. My guess is that this can be done with foreach(control.... Please help.
2
3162
by: Josh | last post by:
Hi Guys, I have been stuck on this problem for several days now, i have a set of nested datagrids. Inside the second datagrid i have a dropdown list, a textbox and a label. I want the textbox to update the label with the value of the dropdown list * the text box quantity. I am using an onTextChaged even on the textbox, the problem i have is that i can not find the lblPrice control. Thanks for the help,
2
8725
by: Chris Fink | last post by:
This should be relatively simple but I am unable to find an asp:button tag in a datalist footer. I have tried it numerous ways including the FindControl method from the many events that the DataList exposes and the result is always null (I've determined the OnItemDataBound event will not find the footer controls). I understand that I have to navigate the datalist object tree, but I feel like it is a guessing game and am hesitant to do it...
9
5053
by: tshad | last post by:
How do I find (and set) a couple of labels in the Footer after a DataGrid is filled? I have a bunch of DataGrids that get displayed nested inside a DataList. The datagrid looks like: ******************************************************************************* <asp:DataGrid visible="False" border=1
2
1549
by: tshad | last post by:
I am trying set up a bunch of fields that are differentiated by a number. For example, I have 3 names which would be: <asp: textbox id="name1" runat=server> <asp:textbox id="name2" runat=server> <asp:textbox id="name3" runat=server> I want to be able to do a loop, something like:
9
22105
by: hans.werner | last post by:
Hi! Since there are no control index anymore I am using now just different names of the Controls. e.g. Textbox1 to Textbox 100 is there a way that i can use a variable in the vb.net code that I dynamicly can work with different Textboxes. e.g. for a = 0 to 100 TextBox &a &.Text = "test" next a
0
1089
by: Jim Richards | last post by:
Hello All. Using XP Pro w/SP4 and Visual Studio 2003. I have the "FIND LOT" and "FIND BY OWNERS LAST NAME" working fine now. But I can only find the first occurance of the last name typed into the TextBox. In the 116 lots there are several last names that occur more than once. For example: "Randall & Kimberly Young" own lot 2461 and "Rick & Rita Young" own lot 308. Is there a way to code a FIND NEXT so that I can locate the Young that owns...
0
8861
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8636
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7375
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6187
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5660
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4351
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2764
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2003
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1759
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.