You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tdc.pszContent=exMsg.Replace(vbNewLine,"")&vbCrLf&vbCrLf&"Error code: 0x"&Hex(errCode)&vbCrLf&"Please report this issue to the developer."
50
51
51
52
TaskDialogIndirect(tdc,result,0,0)
@@ -152,6 +153,45 @@
152
153
CaseErrorCodes.GROUPADD_KNOWNACCOUNT
153
154
TASKDIALOG.TaskDialog(HWND,nullptr,"Local users and groups","Operation cannot be performed on built-in accounts","System-defined groups cannot be members of predefined security principals.",TASKDIALOG_COMMON_BUTTON_FLAGS.TDCBF_OK_BUTTON,TASKDIALOG_ICONS.TD_ERROR_ICON,0)
tdc.pszWindowTitle="Cannot make changes to account"
172
+
tdc.pszMainInstruction="System is not authoritative for the account"
173
+
174
+
tdc.pszContent="The system is not authoritative for the specified account and therefore cannot complete the operation. Please retry the operation using the provider associated with this account. If this is an online provider please use the provider's online site."&
175
+
vbCrLf&vbCrLf&"Error code: 0x"&Hex(errCode)
176
+
177
+
tdc.pszCollapsedControlText="Why does this occurr?"
178
+
tdc.pszExpandedControlText="Why does this occurr?"
179
+
tdc.pszExpandedInformation="This issue can occurr whilst trying to make changes to a Microsoft account linked to your computer, not to a local account."&
180
+
" To make changes to Microsoft accounts, use the Windows settings or visit your account page online."
TASKDIALOG.TaskDialog(Handle,nullptr,"Connection error","Could not connect to computer","There was an error whilst connecting to "&addr&"."&vbCrLf&
@@ -921,7 +932,7 @@ Public Class Form1
921
932
EndIf
922
933
DimresultAsInteger
923
934
924
-
TASKDIALOG.TaskDialog(Handle,nullptr,"Unkown error","Could not connect to computer","An unkown error ocurred whilst connecting to the computer."&vbCrLf&
935
+
TASKDIALOG.TaskDialog(Handle,nullptr,"Unkown error","Could not connect to computer","An unkown error occurred whilst connecting to the computer."&vbCrLf&
0 commit comments