Results 1 to 7 of 7

Thread: [RESOLVED] Looking for excel type control (resolved)

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2003
    Posts
    683

    Resolved [RESOLVED] Looking for excel type control (resolved)

    Are there any controls that have similiar functions as excel? My boss loves the idea for scheduling. It basically will have a column on the left with employees names, the next column will be a formula. This formula will the amount of vacation days minus all the days requested. Then 28-31 edittable squares for each month. This gives the boss an easy visual of who's out on what day and what weeks we are low on pers. I thought about a grid but was wondering if anyone has any other ideas.
    Last edited by Beast777; Oct 20th, 2005 at 02:33 PM.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Looking for excel type control

    You could use a DataGrid, or host an Excel file in a WebBrowser ActiveX control.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    Fanatic Member
    Join Date
    May 2003
    Posts
    758

    Re: Looking for excel type control

    FarPoint has a nice Spread control if you don't want to use a DataGrid.

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2003
    Posts
    683

    Re: Looking for excel type control

    Aspnot - thanks I will look into that control.

    Jm - Have you done something like that with an excel spreadsheet? If so, can you give me any examples if possible.

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Looking for excel type control

    The WebBrowser control can host any document that IE can (I believe), so it may well need Excel installed on the local system to be able to display an XLS file. If you want to use it just add a control to your form and call Navigate and pass the path to your file.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2003
    Posts
    683

    Re: Looking for excel type control

    Thank you both for your replies. The control is quite excellent and is probably what i will use.

  7. #7
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Looking for excel type control (resolved)

    Just don't forget to mention the price to your boss before incorporating it into your code.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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