Click here to Skip to main content
15,898,374 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionOLE_COLOR (Help) Pin
sarfarazaliqureshi7-Nov-08 22:49
sarfarazaliqureshi7-Nov-08 22:49 
AnswerRe: OLE_COLOR (Help) Pin
Dave Kreskowiak8-Nov-08 4:23
mveDave Kreskowiak8-Nov-08 4:23 
GeneralRe: OLE_COLOR (Help) Pin
sarfarazaliqureshi8-Nov-08 8:19
sarfarazaliqureshi8-Nov-08 8:19 
GeneralRe: OLE_COLOR (Help) Pin
Dave Kreskowiak8-Nov-08 10:16
mveDave Kreskowiak8-Nov-08 10:16 
GeneralRe: OLE_COLOR (Help) [modified] Pin
sph3rex8-Nov-08 10:57
sph3rex8-Nov-08 10:57 
GeneralRe: OLE_COLOR (Help) Pin
sarfarazaliqureshi9-Nov-08 8:47
sarfarazaliqureshi9-Nov-08 8:47 
AnswerRe: OLE_COLOR (Help) Pin
sarfarazaliqureshi8-Nov-08 8:26
sarfarazaliqureshi8-Nov-08 8:26 
QuestionChart Problem. Pin
Nanda_MR7-Nov-08 22:14
Nanda_MR7-Nov-08 22:14 
Hi I m cs std. I m trying to do the Draw chat in AxMSChart control using timer control.When I m moving one y1 axes it will work perfectly when i m trying to do 2 line then bug will come. plz some help me...

This is code I m using.



Dim count As Integer = 1
Dim count1 As Integer = 1

Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
MSChart1.Column = 1
If count < 500 Then
MSChart1.Data = 800
ElseIf count < 1000 Then
MSChart1.Data = 900
ElseIf count < 1500 Then
MSChart1.Data = 1000
Else
MSChart1.Data = 1100
End If
count = count + 1
MSChart1.Column = 2

If count1 < 500 Then
MSChart1.Data = 1100
ElseIf count1 < 1000 Then
MSChart1.Data = 1000
ElseIf count1 < 1500 Then
MSChart1.Data = 900
Else
MSChart1.Data = 800
End If
count1 = count1 + 5
End Sub

Timer interval is 1000.

any ans send to this E-mail ID <osrnananda@rediffmail.com>
AnswerRe: Chart Problem. Pin
Dave Kreskowiak8-Nov-08 4:22
mveDave Kreskowiak8-Nov-08 4:22 
GeneralRe: Chart Problem. Pin
Nanda_MR9-Nov-08 17:41
Nanda_MR9-Nov-08 17:41 
Questionhow do i remove "database login" from my crystal report?? Pin
graced887-Nov-08 16:41
graced887-Nov-08 16:41 
AnswerRe: how do i remove "database login" from my crystal report?? Pin
Wendelius8-Nov-08 3:50
mentorWendelius8-Nov-08 3:50 
GeneralRe: how do i remove "database login" from my crystal report?? Pin
graced888-Nov-08 16:30
graced888-Nov-08 16:30 
GeneralRe: how do i remove "database login" from my crystal report?? Pin
Wendelius8-Nov-08 21:12
mentorWendelius8-Nov-08 21:12 
GeneralRe: how do i remove "database login" from my crystal report?? Pin
graced889-Nov-08 15:07
graced889-Nov-08 15:07 
GeneralRe: how do i remove "database login" from my crystal report?? Pin
Wendelius9-Nov-08 18:09
mentorWendelius9-Nov-08 18:09 
QuestionSave PrintDocument to image Pin
Richard Sauceda7-Nov-08 11:45
Richard Sauceda7-Nov-08 11:45 
AnswerRe: Save PrintDocument to image Pin
Dave Kreskowiak7-Nov-08 15:52
mveDave Kreskowiak7-Nov-08 15:52 
AnswerRe: Save PrintDocument to image Pin
Richard Sauceda12-Nov-08 4:35
Richard Sauceda12-Nov-08 4:35 
Question[VB.NET] - need advice on a data container Pin
Member 38675217-Nov-08 6:11
Member 38675217-Nov-08 6:11 
AnswerRe: [VB.NET] - need advice on a data container Pin
Dave Kreskowiak7-Nov-08 7:17
mveDave Kreskowiak7-Nov-08 7:17 
QuestionI need a pdf SDK Pin
Cory Kimble7-Nov-08 6:09
Cory Kimble7-Nov-08 6:09 
AnswerRe: I need a pdf SDK Pin
Dave Kreskowiak7-Nov-08 7:11
mveDave Kreskowiak7-Nov-08 7:11 
AnswerRe: I need a pdf SDK Pin
Wendelius7-Nov-08 7:14
mentorWendelius7-Nov-08 7:14 
QuestionAdd references dynamically Pin
thesum7-Nov-08 5:09
thesum7-Nov-08 5:09 

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.