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

Visual Basic

 
Questionhow can i display data in listbox? Pin
Rharzkie22-Aug-07 21:33
Rharzkie22-Aug-07 21:33 
AnswerRe: how can i display data in listbox? Pin
enmahdi22-Aug-07 22:02
enmahdi22-Aug-07 22:02 
Questionhow i can fetch list box with Names vb. net? Pin
RaveRare22-Aug-07 20:59
RaveRare22-Aug-07 20:59 
AnswerRe: how i can fetch list box with Names vb. net? Pin
Michael Sync22-Aug-07 21:34
Michael Sync22-Aug-07 21:34 
GeneralRe: how i can fetch list box with Names vb. net? Pin
RaveRare22-Aug-07 22:40
RaveRare22-Aug-07 22:40 
GeneralRe: how i can fetch list box with Names vb. net? Pin
Michael Sync22-Aug-07 23:34
Michael Sync22-Aug-07 23:34 
QuestionHow to decode mail attachment [modified] Pin
rahul.net1122-Aug-07 20:43
rahul.net1122-Aug-07 20:43 
Questionfind the control char in a string Pin
eyes200722-Aug-07 20:33
eyes200722-Aug-07 20:33 
hello there

i have a file that contain data suchas

ashish sharan dadhich
rupesh kumar swami
asdf zxcv qwer

now i m trying to store every line and every character in the file (text file) in a 2d string array.
and store the data in a excel file like
----------------------------
ashish | sharan | dadhich |
----------------------------
rupesh | kumar | swami |
----------------------------
asdf | zxcv | qwer |
----------------------------
i use the statement
Dim str1 As String() = rtb1.Text.Split(" ")
to store string separated by space, but i don't know how to find the new line char in the line. the previous statement stores the string
str1(0) = ashish
str1(1) = sharan
str1(2) = dadhichrupesh

does some one has as idea to get rid out of that then please tell me .

thnx

hope all of u to understand my problem.


help everyone

AnswerRe: find the control char in a string Pin
Johan Hakkesteegt23-Aug-07 1:31
Johan Hakkesteegt23-Aug-07 1:31 
Questioninstall mysql Pin
praveenkumar_mca22-Aug-07 20:01
praveenkumar_mca22-Aug-07 20:01 
AnswerRe: install mysql Pin
plural22-Aug-07 22:59
plural22-Aug-07 22:59 
QuestionExport Data in MS EXCEL Pin
Wlink22-Aug-07 19:50
Wlink22-Aug-07 19:50 
AnswerRe: Export Data in MS EXCEL Pin
Michael Sync22-Aug-07 20:33
Michael Sync22-Aug-07 20:33 
GeneralRe: Export Data in MS EXCEL Pin
Wlink22-Aug-07 21:02
Wlink22-Aug-07 21:02 
QuestionRead a Excel File using Vb6.0 Pin
jamesrajesh22-Aug-07 18:36
jamesrajesh22-Aug-07 18:36 
AnswerRe: Read a Excel File using Vb6.0 Pin
Paul Conrad26-Aug-07 9:27
professionalPaul Conrad26-Aug-07 9:27 
Questionhow to read header information of any file Pin
San@Coding22-Aug-07 17:12
San@Coding22-Aug-07 17:12 
AnswerRe: how to read header information of any file Pin
Dave Kreskowiak23-Aug-07 3:17
mveDave Kreskowiak23-Aug-07 3:17 
Questionhow to make a file password protected ????? Pin
San@Coding22-Aug-07 17:08
San@Coding22-Aug-07 17:08 
AnswerRe: how to make a file password protected ????? Pin
Dave Kreskowiak23-Aug-07 3:16
mveDave Kreskowiak23-Aug-07 3:16 
QuestionSystem.ExecutionEngineException Pin
dimuthuvbnet22-Aug-07 15:40
dimuthuvbnet22-Aug-07 15:40 
AnswerRe: System.ExecutionEngineException Pin
Michael Sync22-Aug-07 20:29
Michael Sync22-Aug-07 20:29 
AnswerRe: System.ExecutionEngineException Pin
Vimalsoft(Pty) Ltd22-Aug-07 21:12
professionalVimalsoft(Pty) Ltd22-Aug-07 21:12 
QuestionHow to Fast search data in XML ? Pin
nimolZero22-Aug-07 15:40
nimolZero22-Aug-07 15:40 
AnswerRe: How to Fast search data in XML ? Pin
Christian Graus22-Aug-07 15:49
protectorChristian Graus22-Aug-07 15:49 

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.