i can do this in PureBasic , but it does not always work in every Window's version
RunProgram("Shell:::{62d8ed13-c9d0-4ce8-a914-47dd628fb1b0}") ;<--- Region And Language
the VB6.0 code works so far in all "tested" Windows versions from 98 to 8.0
how to convert following Visual Basic 6.0 source code To PureBasic ?
i'd like to do the same in PureBasic !
Code: Select all
Private Sub Menu_KeyBoardSettings_Click()
Dim dblReturn As Double
dblReturn = Shell("rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,0", 5)
End Sub