Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Textbox help

Status
Not open for further replies.

nicklad

Programmer
May 19, 2002
29
AU
Hi
another question from my bag-o-problems

I am designing a user input playlist. It is going to be made up of the following columns from left to right:
Track Number - the track number on the playlist
Track Name - pretty self explanatory
Length - Length of the track
Running Time - Total running time of playlist

only "Track Name" and "Length" are input fields, and the rest is automatically calculated.
What would be the best approach for this probelm? i was thinking that i would use multi-line textboxes for the track name/length, and labels for the rest, but i dont know how to link them, or how to get the labels to do the calculations etc.

Any help or ideas would be greatfully appreciated!
cheers
 
I assume that you like to create a tabular data entry page.
you can use FlexGrid or ListView to create the same.

on runtime you have to positioned a text box to the required cell and make it visible...This will help in creating the sheet like application..

regards


Manoj Kalekar
manojkalekar@excite.com
manojkalekar@thaneweb.com


 
i have never used MS Flexgrid, so i was wondering if u could point me in the right direction for some tutorials etc, or even add some sample code for me
thank u
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top