Results 1 to 6 of 6

Thread: Calender

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2001
    Location
    A pub that sells Kronenburg
    Posts
    116

    Question Calender

    Hi,

    I am using a dialog box where the user needs to enter a date. Is there anyway of using windows calender. I know VB6 has this but as far as I know VB5 Enterprise doesn't have this.

    Any ideas?


  2. #2
    ricmitch_uk
    Guest
    If it is an OCX. Just use the components thingy in VB. If it is not on the list, you will need to register it with windows. I use, Twins Register Service, cause you don't have to mess about in DOS. Download it from:
    http://come.to/twins-software
    HTH

  3. #3
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    Code:
    'Command line to register a dll
    
    Goto 
    Start Button
    Run 
    'enter the command  Ie..
    regsvr32.exe "C:\Windows\System\thedllyouwanttoregister.dll"
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  4. #4

    Thread Starter
    Lively Member
    Join Date
    May 2001
    Location
    A pub that sells Kronenburg
    Posts
    116


    i am sorry, but what is an ocx file?

    can't find any in vis basic.

  5. #5
    New Member
    Join Date
    May 2001
    Location
    Hyderabad
    Posts
    15

    Hi!!

    U can Use Calender control or DatePicker control.
    They can be added to ur toolbox by selecting project/components/calendercontrol.ocx/.dll
    Try it and give me reply!!
    bye,
    mail me at [email protected]
    sudhakar.
    sjsreddy

  6. #6
    ricmitch_uk
    Guest
    Brief guide to OCX files. All controls you use in VB are made up of or are contained in files with the extension .ocx or .dll The .ocx ones are mainly ActiveX controls. Basically before Windows knows about the control(s), and which file it is in, you have to register it with Windows. Same goes with some DLLs. Any more questions, just ask away.
    HTH

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