CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: DTPicker

  1. #1
    Join Date
    Dec 1999
    Location
    KL, Malaysia
    Posts
    9

    DTPicker

    Hi Guru,

    How to ask the DTPicker to display the current date everytime the form is displayed.

    Bye
    NCT


  2. #2
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    Re: DTPicker


    DTPicker1.value=Now




    Michael Vlastos
    Automation Engineer
    Company SouthGate Hellas SA
    Development Department
    Athens, Greece

  3. #3
    Guest

    Re: DTPicker

    In the form_Activate Event add the following code:
    dtpicker1.value=Date



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