Click here to Skip to main content
16,007,809 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionNOT ABLE TO SET THE DATASOURCE FOR THE COMBOBOX Pin
MissionSuccess1-Jun-07 0:03
MissionSuccess1-Jun-07 0:03 
AnswerRe: NOT ABLE TO SET THE DATASOURCE FOR THE COMBOBOX Pin
Christian Graus1-Jun-07 0:20
protectorChristian Graus1-Jun-07 0:20 
GeneralRe: NOT ABLE TO SET THE DATASOURCE FOR THE COMBOBOX Pin
MissionSuccess1-Jun-07 2:07
MissionSuccess1-Jun-07 2:07 
GeneralRe: NOT ABLE TO SET THE DATASOURCE FOR THE COMBOBOX Pin
Dave Kreskowiak1-Jun-07 3:44
mveDave Kreskowiak1-Jun-07 3:44 
Questionworking with Strings Pin
Raheem MA31-May-07 22:56
Raheem MA31-May-07 22:56 
AnswerRe: working with Strings Pin
JF201531-May-07 23:16
JF201531-May-07 23:16 
GeneralRe: working with Strings Pin
Raheem MA31-May-07 23:31
Raheem MA31-May-07 23:31 
AnswerRe: working with Strings Pin
Christian Graus1-Jun-07 0:24
protectorChristian Graus1-Jun-07 0:24 
I second the other persons advice, for you to ask such a broad question, indicates you need to read a book.

However, intellisense is also a great teacher, create a string, like

dim s as string = "I am still learning"

then type s. and all the methods of the string class will come up. You can also refer to the MSDN site ( msdn.microsoft.com ) for online documentation.

If you're concatenating lots of strings, use a stringbuilder, and if you need to do complex searching in strings, use regular expressions.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

QuestionReport Pin
vengaqua31-May-07 19:34
vengaqua31-May-07 19:34 
AnswerRe: Report Pin
Sonia Gupta31-May-07 19:49
Sonia Gupta31-May-07 19:49 
QuestionIs VB.net platform independent or not? Pin
mnarayana331-May-07 19:33
mnarayana331-May-07 19:33 
AnswerRe: Is VB.net platform independent or not? Pin
Sonia Gupta31-May-07 19:47
Sonia Gupta31-May-07 19:47 
GeneralRe: Is VB.net platform independent or not? Pin
Christian Graus31-May-07 20:05
protectorChristian Graus31-May-07 20:05 
QuestionRe: Is VB.net platform independent or not? Pin
Sonia Gupta31-May-07 20:09
Sonia Gupta31-May-07 20:09 
AnswerRe: Is VB.net platform independent or not? Pin
Christian Graus31-May-07 20:14
protectorChristian Graus31-May-07 20:14 
GeneralRe: Is VB.net platform independent or not? Pin
Guffa31-May-07 21:49
Guffa31-May-07 21:49 
AnswerRe: Is VB.net platform independent or not? Pin
Christian Graus31-May-07 20:04
protectorChristian Graus31-May-07 20:04 
AnswerRe: Is VB.net platform independent or not? Pin
Steven J Jowett31-May-07 23:45
Steven J Jowett31-May-07 23:45 
AnswerRe: Is VB.net platform independent or not? Pin
Dave Kreskowiak1-Jun-07 3:39
mveDave Kreskowiak1-Jun-07 3:39 
Questionadding textbox in the datagridview Pin
Sonia Gupta31-May-07 18:59
Sonia Gupta31-May-07 18:59 
AnswerRe: adding textbox in the datagridview Pin
Billypon31-May-07 22:12
Billypon31-May-07 22:12 
QuestionRe: adding textbox in the datagridview Pin
Sonia Gupta31-May-07 22:32
Sonia Gupta31-May-07 22:32 
AnswerRe: adding textbox in the datagridview Pin
Xandip31-May-07 23:14
Xandip31-May-07 23:14 
QuestionRe: adding textbox in the datagridview Pin
Sonia Gupta1-Jun-07 0:14
Sonia Gupta1-Jun-07 0:14 
Questionadding images in the datagridview Pin
Sonia Gupta31-May-07 18:53
Sonia Gupta31-May-07 18:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.