Pls, I need help on using shell function to call up the system Date and time setting in my application. Thank u.

Recommended Answers

All 2 Replies

MessageBox.Show(Now)

Try this.

Dim procID As Integer
  procID = Shell("control.exe timedate.cpl", AppWinStyle.NormalFocus)
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.