Microsoft Visual Basic 6.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
Needin help in Bangkok said:

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top