ivanomonti Expert Licensed User Longtime User Jan 16, 2015 #1 Is there a way to recognize the platform at runtime, so that native os functions can be disabled if you do not work on different os.
Is there a way to recognize the platform at runtime, so that native os functions can be disabled if you do not work on different os.
R rboeck Well-Known Member Licensed User Longtime User Jan 16, 2015 #2 If the following not usefull? Dim Os As String = GetSystemProperty("os.name", "").ToLowerCase Upvote 0