Click here to Skip to main content
15,916,945 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to view orginal address format in textbox Pin
JC.KaNNaN11-May-09 2:29
JC.KaNNaN11-May-09 2:29 
AnswerRe: how to view orginal address format in textbox Pin
riced11-May-09 6:01
riced11-May-09 6:01 
QuestionCompare Date Pin
vijay248210-May-09 23:59
vijay248210-May-09 23:59 
AnswerRe: Compare Date Pin
dan!sh 11-May-09 0:46
professional dan!sh 11-May-09 0:46 
GeneralRe: Compare Date Pin
vijay248211-May-09 1:08
vijay248211-May-09 1:08 
GeneralRe: Compare Date Pin
dan!sh 11-May-09 1:47
professional dan!sh 11-May-09 1:47 
GeneralRe: Compare Date Pin
vijay248211-May-09 1:48
vijay248211-May-09 1:48 
AnswerRe: Compare Date Pin
riced11-May-09 2:48
riced11-May-09 2:48 
Dim created, created1 As Date
...Lots of lines removed
   baloon = temp.Substring(p(8), p(9) - p(8))
   dateTime = temp.Substring(p(9), p(10) - p(9))
   created = CDate(dateTime)
   qty = temp.Substring(p(10), temp.Length - p(10))
   While sa.Peek() >= 0
       temp1 = sa.ReadLine()
       name1 = temp1.Substring(0, p(1)) ', p(2) - p(1))
       child1 = temp1.Substring(p(1), p(2) - p(1))
       desF1 = temp1.Substring(p(2), p(3) - p(2))
       desAF1 = temp1.Substring(p(3), p(4) - p(3))
       desA1 = temp1.Substring(p(4), p(5) - p(4))
       desAA1 = temp1.Substring(p(5), p(6) - p(5))
       ecn1 = temp1.Substring(p(6), p(7) - p(6))
       dnf1 = temp1.Substring(p(7), p(8) - p(7))
       baloon1 = temp1.Substring(p(8), p(9) - p(8))
       dateTime1 = temp1.Substring(p(9), p(10) - p(9))
       created1 = CDate(dateTime1)
       qty1 = temp1.Substring(p(10), temp1.Length - p(10))
       If name = name1 And child = child1 And dnf = dnf1 And baloon = baloon1 And created < created1 Then
           sw.WriteLine(name1 & child1 & desF1 & desAF1 & desA1 & desAA1 & ecn1 & dnf1 & baloon1 & dateTime1 & Space(22 - dateTime1.Length) & qty1)
       Else
           sw.WriteLine(name & child & desF & desAF & desA & desAA & ecn & dnf & baloon & dateTime & Space(22 - dateTime.Length) & qty)
       End If
       name = name1


Regards
David R
---------------------------------------------------------------
"Every program eventually becomes rococo, and then rubble." - Alan Perlis

QuestionControl not coming in designer. Pin
Pankaj-codeproject10-May-09 23:43
Pankaj-codeproject10-May-09 23:43 
AnswerRe: Control not coming in designer. Pin
N a v a n e e t h10-May-09 23:45
N a v a n e e t h10-May-09 23:45 
AnswerRe: Control not coming in designer. Pin
DaveyM6912-May-09 4:20
professionalDaveyM6912-May-09 4:20 
QuestionParent-Child Relationship Question Pin
vijay248210-May-09 22:58
vijay248210-May-09 22:58 
AnswerRe: Parent-Child Relationship Question[SOLVED] Pin
vijay248211-May-09 2:12
vijay248211-May-09 2:12 
QuestionPresenting data in a bar graph/pie chart [modified] Pin
gnxc10-May-09 17:39
gnxc10-May-09 17:39 
AnswerRe: Presenting data in a bar graph/pie chart Pin
Andy_L_J10-May-09 22:02
Andy_L_J10-May-09 22:02 
AnswerRe: Presenting data in a bar graph/pie chart Pin
DidiKunz12-May-09 22:12
DidiKunz12-May-09 22:12 
GeneralRe: Presenting data in a bar graph/pie chart Pin
gnxc1-Jun-09 17:29
gnxc1-Jun-09 17:29 
QuestionFocus of form Pin
Kevin223210-May-09 16:46
Kevin223210-May-09 16:46 
AnswerRe: Focus of form Pin
Luc Pattyn10-May-09 16:55
sitebuilderLuc Pattyn10-May-09 16:55 
GeneralRe: Focus of form Pin
Kevin223210-May-09 17:04
Kevin223210-May-09 17:04 
GeneralRe: Focus of form Pin
Luc Pattyn10-May-09 17:35
sitebuilderLuc Pattyn10-May-09 17:35 
Questiongraphics Pin
TheMrProgrammer10-May-09 2:08
TheMrProgrammer10-May-09 2:08 
AnswerRe: graphics Pin
Luc Pattyn10-May-09 2:37
sitebuilderLuc Pattyn10-May-09 2:37 
GeneralRe: graphics Pin
TheMrProgrammer11-May-09 4:24
TheMrProgrammer11-May-09 4:24 
GeneralRe: graphics Pin
Henry Minute11-May-09 4:27
Henry Minute11-May-09 4:27 

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.