User Profile
Collapse
-
Ok, I've talked to my supervisor. He advised me to find codes of live graph. For instance the stock market. Where the graph keeps updating everytime. Any idea where I could get such codes? -
Thanks Killer. Ok, how do I put the 'each time user clicks' into codes?...Leave a comment:
-
Click Event
My program should work in such a way there's a button that we can click. And everytime I click it, it should update a graph in another form. How do I do that? Because right now, everytime I click it, it only opens the form as for now, the only codes I've put in under the clickevent of the button is : Audiogram.Show( ) 'Audiogram is the other form. Is there any codes for the clickevent method that I can use to make the button able to update the... -
Storing Images
I'm using Visual Basic 2005.
How do I store an image that I've drawn in an array? I have a few images that I've drawn. And I would like to store them in an array so that later, I can join them up using DrawLines. Anyone? (,") -
Storing Images
I'm using Visual Basic 2005.
How do I store an image that I've drawn in an array? I have a few images that I've drawn. And I would like to store them in an array so that later, I can join them up using DrawLines. Anyone? (,") -
-
it's a paint event. here are my codes. even the symbols i'm drawing. How exactly do I use the .print method?
[CODE=vbnet]Public Class UmmAudiogram
Private Sub UmmAudiogram_Pa int(ByVal sender As Object, ByVal e As System.Windows. Forms.PaintEven tArgs) Handles Me.Paint
Dim blackPen As Pen = New Pen(Color.Black , 1.5)
Dim point1 As Point = New Point(80, 50)
Dim point2 As Point...Leave a comment:
-
I'm using vb 2005 express edition. my problem here is that I have drawn the graphsheet using drawlines. I've simply added labels and arrange them according to the pixels corresponding to the lines i've drawn. Now, I need to plot the graph with symbols which I have created, also by drawing. But my program should work in such a way that I can automatically plot that certain symbol when it gets the value from a label from another form from the same...Leave a comment:
-
how to plot graph
i'm using vb to plot graph. i've already drawn the graphsheet using drawlines. and include labels. all i arrange according to pixels. the problem i face now is that i need to plot certain symbols like 'x', 'o' , '>' etc. on the graph. not by drawing but automatically when it get's the value from a label. how do i do that? i think i have to use array. but i cant get through what i want to do. help pls.
No activity results to display
Show More
Leave a comment: