|
-
Aug 1st, 2000, 12:01 PM
#1
How can I call the System Time & Date property dialog box on Win NT through VB6 ?? Thanks
-
Aug 2nd, 2000, 01:33 AM
#2
Fanatic Member
Code:
Date = Text1.Text
Time = Text2.Text
Just make sure to put them in correct format:
Date = month/day/year
Time = Hour:Min:Sec:
Gl,
D!m
-
Aug 2nd, 2000, 05:09 PM
#3
Try.
Code:
Shell "rundll32.exe shell32.dll,Control_RunDLL timedate.cpl", vbNormalFocus
-
Aug 3rd, 2000, 12:02 AM
#4
Fanatic Member
I'm a bit slow, i didn't see you asking for the BOX, i thought you just wanted to changes the date in vb Sorry.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|