User Profile

Collapse

Profile Sidebar

Collapse
slowgirl
slowgirl
Last Activity: Oct 2 '07, 04:38 AM
Joined: Jun 18 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • slowgirl
    replied to Click Event
    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?
    See more | Go to post

    Leave a comment:


  • slowgirl
    replied to Click Event
    Thanks Killer. Ok, how do I put the 'each time user clicks' into codes?...
    See more | Go to post

    Leave a comment:


  • slowgirl
    started a topic Click Event

    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...
    See more | Go to post

  • slowgirl
    started a topic Storing Images

    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? (,")
    See more | Go to post

  • slowgirl
    started a topic Storing Images

    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? (,")
    See more | Go to post

  • slowgirl
    replied to how to plot graph
    alright. thanks alot killer42. appreciate it ('',)...
    See more | Go to post

    Leave a comment:


  • slowgirl
    replied to how to plot graph
    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...
    See more | Go to post
    Last edited by Killer42; Jun 19 '07, 03:20 AM. Reason: Added CODE tag

    Leave a comment:


  • slowgirl
    replied to how to plot graph
    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...
    See more | Go to post

    Leave a comment:


  • slowgirl
    started a topic how to plot graph

    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.
    See more | Go to post
No activity results to display
Show More
Working...