User Profile

Collapse

Profile Sidebar

Collapse
Bram2008
Bram2008
Last Activity: Jul 21 '08, 04:18 AM
Joined: Jan 14 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Bram2008
    started a topic Help please!

    Help please!

    I needs example codes to plot a polynomial line or logarithm line.
    Where i can found it?
    Coz i have spent many times to find it, but nothing.
    Thanks before.
    See more | Go to post

  • Bram2008
    started a topic Please help (print picbox)?

    Please help (print picbox)?

    I have 2 picbox which contain lines. And i want to print it with "form.print " or "me.print".
    The problem is i can print the form, but the lines in picture box is gone or missing. ;).
    Please help me to print the form which contain picbox and its lines.
    NB: I use the plot line to draw a line in picbox.
    Thx.
    See more | Go to post

  • Bram2008
    started a topic How to edit picbox?

    How to edit picbox?

    Hi, guys. I want to ask about something, it is picture box.
    Can we edit or change picture box "shape"?.

    For example i want to change the "box" to "triangle".
    Can we?

    Coz i need to plot a line in this "triangle" with scale like a "picture box".

    Any suggestion?
    Thanks.
    See more | Go to post

  • Bram2008
    started a topic how to update OLE?

    how to update OLE?

    I add OLE in my form. This OLE is linked with excell file.
    I modify excell file data from vb program, and i hope this OLE can change by itself according to my modification.
    But it can't works? Why?
    Pliz help me.
    THX.
    This my code :
    Private Sub Command5_Click( )
    Dim obj1 As Object
    Set obj1 = CreateObject("e xcel.applicatio n")
    obj1.workbooks. Open ("C:\Documen ts...
    See more | Go to post

  • Bram2008
    replied to Macro in excell
    OK Big Thanks.....
    It works.
    See more | Go to post

    Leave a comment:


  • Bram2008
    started a topic Macro in excell

    Macro in excell

    How to use macro in excel?
    Can i get some code to record excell data to vb?

    O y, i have project in vb, and i write data in vb, then i transfer it to excell to build chart. This is my code :

    Private Sub Command3_Click( )
    Set ep = GetObject("C:\D ocuments and Settings\Byon 2007\My Documents\1.xls ")
    Set ew = ep.sheets(1)
    ew.cells(1, 1) = Label15(0).Capt ion
    ew.cells(2,...
    See more | Go to post

  • Bram2008
    replied to Building a new OS - who wants to help?
    hmm......
    very long...
    very funny and entertaining...
    there are ambition, emotion, jokes...
    n the result....?
    it is like a chatting....
    ;)
    Vace, good luck!
    See more | Go to post

    Leave a comment:


  • Bram2008
    started a topic XY plot?

    XY plot?

    Can u give me an example for xy plot?
    I want to plot my data (.text) to chart in one form.
    And i want to draw a curve (like logarithm) from this chart.
    Thx b4.
    See more | Go to post

  • Bram2008
    started a topic Graphic VB 2D line can add trendline?

    Graphic VB 2D line can add trendline?

    Can VB add trendline to our 2d line graphic ( chart )?
    If can, how to make it? Plizz help me...
    If no, can we transfer it to excell? But the data from program, not from database....
    THX B4.;)
    See more | Go to post

  • Bram2008
    started a topic Tutorial 4 matrix

    Tutorial 4 matrix

    Can somebody give me a tutorial VB 4 matrix? Thx.

    VB and BASIC are different?
    Coz BASIC can do matrix analysis like inverse, and VB can't. Is it true?

    Thx before.
    See more | Go to post

  • Bram2008
    replied to Matrix Analysis
    THANX A LOT.
    This URL give me an inspiration to work again.
    THX....
    See more | Go to post

    Leave a comment:


  • Bram2008
    replied to Matrix Analysis
    OK, Thanks.
    I want to ask again.
    So, VB can solve this problem itself, we must write the scripts alone, ok?
    Can't VB work gauss jordan itself?
    Example: i write in the script: A = GaussJordan M
    M is a matrix from VB work.

    Can VB do itself?

    And
    if no, can vb work with matlab, or others math software which can solve gaussjordan? So i can input the matrix in matlab(for example),...
    See more | Go to post

    Leave a comment:


  • Bram2008
    started a topic Matrix Analysis

    Matrix Analysis

    Can VB solve this problem?
    there is matrix 4x4 :

    1a + 2 b + 3 c + 4 d = 25
    3a + 2 b + 3 c + 8 d = 40
    5a + 27 b + 63 c + 4 d = 52
    7a + 8 b + 5 c + 4 d = 65

    can vb find a, b ,c and d?
    how?

    Can Vb work together with such as spss, minitab, etc to analyze this matriks? how?
    THX.
    See more | Go to post
No activity results to display
Show More
Working...