How can I call the System Time & Date property dialog box on Win NT through VB6 ?? Thanks
Printable View
How can I call the System Time & Date property dialog box on Win NT through VB6 ?? Thanks
Just make sure to put them in correct format:Code:Date = Text1.Text
Time = Text2.Text
Date = month/day/year
Time = Hour:Min:Sec:
Gl,
D!m
Try.
Code:Shell "rundll32.exe shell32.dll,Control_RunDLL timedate.cpl", vbNormalFocus
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.