Results 1 to 4 of 4

Thread: need some advice

  1. #1

    Thread Starter
    Lively Member stevebriz's Avatar
    Join Date
    Jul 2006
    Location
    Santiago,Chile
    Posts
    95

    need some advice

    Hi Being new at Vb I am looking for some advice.
    Situation is this . I want to add something like a table(maybe this is called a grid) to one my forms so that the user can enter data and then it will perform calculations ( I guess similar to what spreadheet can do) and the result then I will write to a text file.
    I am unsure what type of control to use and how you go about coding this in.
    If someone can recommend which control to use and knows of some good examples this would be a great help.
    Thanking you....Steve

  2. #2
    PowerPoster gavio's Avatar
    Join Date
    Feb 2006
    Location
    GMT+1
    Posts
    4,462

    Re: need some advice

    Yes. It's called MS FlexGrid (there are also many more advanced controls all over the net). That's one way. The other way is to "interact" with Excel. Maybe there's even more ways...

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: need some advice

    Quote Originally Posted by gavio
    The other way is to "interact" with Excel. Maybe there's even more ways...
    I like this suggestion. It has a number of benefits.

    One is that you don't have to write a whole lot of code.
    Two is that your use can easily save what they have done themselves in their own individual worksheets.

  4. #4
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: need some advice

    There are even "spreadsheet"-like controls available. I believe Sheridan sells one.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width