VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Code to Check the Mode in which Windows is Loaded (ie)Normal Mode,Safe Mode,Safe Mode With NetWorkS

Raghu  (22 Submissions)   Windows API Call/Explanation   VB 6.0   Unknown Difficulty   Wed 28th February 2001   Mon 8th February 2021

Code to Check the Mode in which Windows is Loaded (ie)Normal Mode,Safe Mode,Safe Mode With NetWorkSupport

API Declarations


Private Declare Function GetSystemMetrics Lib "User32" (ByVal nIndex as Long) As Long

'Constant
Private Const SM_CLEANBOOT = 67

Dim lngRet as Long

Rate Code to Check the Mode in which Windows is Loaded (ie)Normal Mode,Safe Mode,Safe Mode With NetWorkS (2(2 Vote))
Code to Check the Mode in which Windows is Loaded (ie)Normal Mode,Safe Mode,Safe Mode With NetWorkS.bas

Code to Check the Mode in which Windows is Loaded (ie)Normal Mode,Safe Mode,Safe Mode With NetWorkS Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters