 |
BOOK: Beginning Microsoft Visual Basic 2010
 | This is the forum to discuss the Wrox book Beginning Visual Basic 2010 by Thearon Willis, Bryan Newsome; ISBN: 9780470502228 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning Microsoft Visual Basic 2010 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
|
|
|
|

May 17th, 2010, 01:52 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi kulfi,
For the third time: can you please please not quote the entire previous message when replying? It only clutters up the forum. If you don't understand what I mean or what I am asking (since you didn't respond for the past few messages), please let me know.
Thanks,
Imar
|
|

May 17th, 2010, 01:54 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Quote:
|
because non of u understand my question
|
BTW: we did understand your question. However, because it lacked details, it wasn't possible to answer it in detail.
Is it clearer now?
Cheers,
Imar
|
|

May 18th, 2010, 03:44 AM
|
|
Authorized User
|
|
Join Date: May 2010
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
The question i asked was the explanation for the word "Strings" and every one on this forum could not understand what i am asking but anyhow i have understood the problem so thanks for every one.
thanks
MessageBox.Show(strResults.Length.ToString & " characters(s)","Strings")
|
|

May 18th, 2010, 04:11 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Quote:
|
and every one on this forum could not understand what i am asking
|
Just as you didn't understand the meaning of "please don't quote the entire message"? ;-)
Anyway, I answered earlier that Strings here is used as the caption of the message box. Hope that helped.
Imar
|
|

May 18th, 2010, 04:29 AM
|
|
Authorized User
|
|
Join Date: May 2010
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Try to use the simple word for answers " May i did not get u" u are right u answer correctly. Sorry if i say here what is means by caption than can u answer
thanks
|
|

December 30th, 2010, 04:41 PM
|
|
Registered User
|
|
Join Date: Dec 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hello my friend. The second argument of the MessageBox.Show method "Strings" is the name that appears in the title bar of the message box. When you run this example the word String appears in the title bar of the message box.
|
|
 |
|