Microsoft Visual Basic 6.0

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Needin help in Bangkok

    #1

    Microsoft Visual Basic 6.0

    I have created my own object [stocklist] using class module and hav also
    created another class module to be able to use my object more than once
    [stocklist(10)]. Now the problem is, i hav a display function to display the
    data entered so far, but it is all one string which i hav managed to seperate
    into different lines using the chr(13) keyword in my [stocklist] display
    function. I want to be able to format the data according to how i want. In
    other words, i want to be able to place specific property of the object into
    specific place as i desire when i want to display the data to the user, how
    do i do that? The function i am using right now only alows me to seperate
    data of each particular object into seperate line since am using chr(13).
    Please reply asap.
  • Herfried K. Wagner [MVP]

    #2
    Re: Microsoft Visual Basic 6.0

    "Needin help in Bangkok" <NeedinhelpinBa ngkok@discussio ns.microsoft.co m>
    schrieb:[color=blue]
    >[...][/color]

    Wrong group. This group is dedicated to VB.NET programming. VB6 groups can
    be found in the "microsoft.publ ic.vb.*" hierarchy.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    Working...