Click here to Skip to main content
15,893,161 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: ID card mag stripe encoding Pin
Dave Kreskowiak8-Oct-07 4:59
mveDave Kreskowiak8-Oct-07 4:59 
GeneralRe: ID card mag stripe encoding Pin
Monte at Oaklawn10-Oct-07 9:30
Monte at Oaklawn10-Oct-07 9:30 
GeneralRe: ID card mag stripe encoding Pin
Dave Kreskowiak10-Oct-07 14:54
mveDave Kreskowiak10-Oct-07 14:54 
QuestionBar Charts Pin
Cedrickdeorange8-Oct-07 3:25
Cedrickdeorange8-Oct-07 3:25 
AnswerRe: Bar Charts Pin
DanB19838-Oct-07 4:28
DanB19838-Oct-07 4:28 
GeneralRe: Bar Charts Pin
Cedrickdeorange9-Oct-07 3:34
Cedrickdeorange9-Oct-07 3:34 
AnswerRe: Bar Charts Pin
Dave Kreskowiak8-Oct-07 4:55
mveDave Kreskowiak8-Oct-07 4:55 
GeneralRe: Bar Charts Pin
Cedrickdeorange9-Oct-07 3:33
Cedrickdeorange9-Oct-07 3:33 
I am doing an Example of creating barcharts in VB.
I am using two variables
Thedate as date = Today
Theweight as double

The weight is input on a daily basis via a textbox. The date is taken from the pc's calender. I have a sample to go by, which uses integers and doubles as variables. Everything i have tried so far gets errors because of the date.

Dim NumberGames As Integer
Dim DStreak(144) As Double

Private Sub frmPlot_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim Streak As Integer
'Open file, load data in arrays
FileOpen(1, AppPath() + "mar95.csv", OpenMode.Input)
NumberGames = 0
Do Until EOF(1)
Input(1, NumberGames)

Input(1, Streak)

DStreak(NumberGames) = CDbl(Streak)

Loop
FileClose(1)
picPlot_Paint(Nothing, Nothing)

End Sub

The above code is what i am trying to follow.
i hope this helps
thanks

Regards
Zeldacat

GeneralRe: Bar Charts Pin
Dave Kreskowiak9-Oct-07 11:40
mveDave Kreskowiak9-Oct-07 11:40 
GeneralRe: Bar Charts Pin
Cedrickdeorange9-Oct-07 13:56
Cedrickdeorange9-Oct-07 13:56 
AnswerRe: Bar Charts Pin
Cedrickdeorange10-Oct-07 2:44
Cedrickdeorange10-Oct-07 2:44 
Questionhelp me ( co caro) Pin
hieunh848-Oct-07 2:29
hieunh848-Oct-07 2:29 
AnswerRe: help me ( co caro) Pin
Abhijit Jana8-Oct-07 2:37
professionalAbhijit Jana8-Oct-07 2:37 
GeneralRe: help me ( co caro) Pin
Guffa8-Oct-07 2:54
Guffa8-Oct-07 2:54 
GeneralRe: help me ( co caro) [modified] Pin
Dave Kreskowiak8-Oct-07 4:53
mveDave Kreskowiak8-Oct-07 4:53 
AnswerRe: help me ( co caro) Pin
Taylor Kobani8-Oct-07 23:34
Taylor Kobani8-Oct-07 23:34 
AnswerRe: help me ( co caro) Pin
thanh_rio8-Dec-09 23:57
thanh_rio8-Dec-09 23:57 
QuestionText File Import to Datagridview format Issue Pin
TheRealRhodieboy8-Oct-07 1:32
TheRealRhodieboy8-Oct-07 1:32 
AnswerRe: Text File Import to Datagridview format Issue Pin
C1AllenS8-Oct-07 2:27
C1AllenS8-Oct-07 2:27 
GeneralRe: Text File Import to Datagridview format Issue Pin
TheRealRhodieboy8-Oct-07 3:04
TheRealRhodieboy8-Oct-07 3:04 
AnswerRe: Text File Import to Datagridview format Issue Pin
Dave Kreskowiak8-Oct-07 4:51
mveDave Kreskowiak8-Oct-07 4:51 
GeneralRe: Text File Import to Datagridview format Issue Pin
TheRealRhodieboy8-Oct-07 6:06
TheRealRhodieboy8-Oct-07 6:06 
QuestionHow to... (regarding Textbox) Pin
ysl_77828-Oct-07 1:09
ysl_77828-Oct-07 1:09 
AnswerRe: How to... (regarding Textbox) Pin
Abhijit Jana8-Oct-07 1:25
professionalAbhijit Jana8-Oct-07 1:25 
AnswerRe: How to... (regarding Textbox) Pin
ysl_77828-Oct-07 1:28
ysl_77828-Oct-07 1:28 

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.