Web Analytics Made Easy -
StatCounter BG Picture - CodingForum

Announcement

Collapse
No announcement yet.

BG Picture

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • BG Picture

    Dear Sir,

    In the visual basic 6.0,

    (a) How can I create the background picture?

    (b) How can I display the date format as 25 February 2004.


    Thanks,


    Xiang

  • #2
    A) Add an image to your form, stretch it to 100% width and height of the form, make sure everything else sits on top of that image.

    B) You could use the FormatDateTime call but the output is dependant on the user's setting so getting an exact date format means you have to break a date into it's component parts and then build the output in the format you want.
    Check out the Forum Search. It's the short path to getting great results from this forum.

    Comment

    Working...
    X