CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    May 2003
    Posts
    19

    Does anyone know what this is?

    Please look at the file that I have attached here. Its a screenshot of an ActiveX control, quite like the DateTime/CCalendar ActiveX class that comes with MFC and VB. The difference is, this one allows you to enter data, like text into one of the hours of the day. If anyone knows what the name of it is or where I can get it please let me know, I'd really appreciate it.

    ++Roddy
    Attached Images Attached Images

  2. #2
    Join Date
    Jun 2001
    Location
    Mi
    Posts
    1,249
    That has the look of a scheduler control actually.

  3. #3
    Join Date
    May 2003
    Posts
    19

    It is

    It is for agendas. In this case, this screenshot allows the end user to enter strings for each hour of the day. Is there an ActiveX control that has this kind of functionality? What is it called? Where can I get it?

    I have seen this several times so far and it would be very useful to me right now. Although I could use a double column list box, I really don't want to have to write it.

    TYIA,

    ++Roddy

  4. #4
    Join Date
    Jun 2001
    Location
    Mi
    Posts
    1,249
    Roddy,

    A screenshot like that is tough to tell whose control it is ... I just did a Google search for "Scheduler ActiveX" and returned numerous cnadidates ... Try some hunting around ...

  5. #5
    Join Date
    May 2003
    Posts
    19

    Yup

    I know what you mean:

    I have looked around and played with some ActiveX (MonthCalCtlr, CCalendar, CDTPicker, CMonthView) but none show this kind of functionality. I am either using them wrong or its the wrong classes. I'll try the web again.

    That screen shot is pretty generic, somebody must have an idea of an ActiveX control that has the functionality I have described - I am not looking for an exact match here.

    ++Roddy

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

Featured