Click here to Skip to main content
15,909,091 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to build a simple calculator? Pin
aurora5629-Oct-06 3:40
aurora5629-Oct-06 3:40 
GeneralRe: How to build a simple calculator? Pin
Colin Angus Mackay29-Oct-06 5:41
Colin Angus Mackay29-Oct-06 5:41 
AnswerRe: How to build a simple calculator? Pin
Christian Graus29-Oct-06 3:10
protectorChristian Graus29-Oct-06 3:10 
AnswerRe: How to build a simple calculator? Pin
Reuven Elliassi29-Oct-06 9:30
Reuven Elliassi29-Oct-06 9:30 
GeneralRe: How to build a simple calculator? Pin
aurora5629-Oct-06 14:22
aurora5629-Oct-06 14:22 
GeneralRe: How to build a simple calculator? Pin
Christian Graus29-Oct-06 14:46
protectorChristian Graus29-Oct-06 14:46 
GeneralRe: How to build a simple calculator? Pin
Reuven Elliassi29-Oct-06 19:50
Reuven Elliassi29-Oct-06 19:50 
QuestionReading to an array Pin
charchabil0329-Oct-06 1:50
charchabil0329-Oct-06 1:50 
Hey Guys
Using Vb.net 2005,
I want to read each part in this string in an array (splitting the string)
-----------
A1/EXT "BK82 LB73 21233" 105 061018 1804
-----------
That Code that i used is as follow:
Dim s As String, h As String
Dim delim(1) As Char
delim(0) = "/"
delim(1) = " "

Dim f() As String
s = A1/EXT ""BK82 LB73 21233"" 105 061018 1804
f = s.Split(delim)
-----------
The problem that I m facing is as follow :
even what is inside the double quotes is devided into parts
what should i add to my code (or any other solution),
in order to keep what is inside the "" with splitting

Regards,
Ramy
AnswerRe: Reading to an array Pin
Christian Graus29-Oct-06 3:11
protectorChristian Graus29-Oct-06 3:11 
AnswerRe: Reading to an array Pin
Reuven Elliassi29-Oct-06 9:40
Reuven Elliassi29-Oct-06 9:40 
GeneralRe: Reading to an array Pin
charchabil032-Nov-06 0:20
charchabil032-Nov-06 0:20 
GeneralRe: Reading to an array Pin
Reuven Elliassi2-Nov-06 0:32
Reuven Elliassi2-Nov-06 0:32 
GeneralRe: Reading to an array Pin
charchabil032-Nov-06 0:56
charchabil032-Nov-06 0:56 
QuestionError opening Crystal Report! Pin
hfl29-Oct-06 1:09
hfl29-Oct-06 1:09 
QuestionImage Effects in VB.NET Pin
Zaegra29-Oct-06 1:00
Zaegra29-Oct-06 1:00 
AnswerRe: Image Effects in VB.NET Pin
Christian Graus29-Oct-06 1:06
protectorChristian Graus29-Oct-06 1:06 
GeneralRe: Image Effects in VB.NET Pin
Zaegra29-Oct-06 1:15
Zaegra29-Oct-06 1:15 
GeneralRe: Image Effects in VB.NET Pin
Christian Graus29-Oct-06 1:48
protectorChristian Graus29-Oct-06 1:48 
GeneralRe: Image Effects in VB.NET Pin
Zaegra29-Oct-06 2:29
Zaegra29-Oct-06 2:29 
Questionprinting of windows form Pin
Shahzad Yousuf PIA28-Oct-06 22:28
Shahzad Yousuf PIA28-Oct-06 22:28 
AnswerRe: printing of windows form Pin
Dave Kreskowiak29-Oct-06 16:45
mveDave Kreskowiak29-Oct-06 16:45 
QuestionCan someone convert this Excel macro code into a VB code to skip use of Excel program ? Pin
chapeau_melon28-Oct-06 19:49
chapeau_melon28-Oct-06 19:49 
QuestionVB.Net & Windows98 Compatiblity Problem Pin
manish2428-Oct-06 19:29
manish2428-Oct-06 19:29 
AnswerRe: VB.Net & Windows98 Compatiblity Problem Pin
Zaegra29-Oct-06 1:04
Zaegra29-Oct-06 1:04 
AnswerRe: VB.Net & Windows98 Compatiblity Problem Pin
Dave Kreskowiak29-Oct-06 16:43
mveDave Kreskowiak29-Oct-06 16:43 

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.