Dim sf As Object = xui.Msgbox2Async("Removing from Home Screen.....", $"Remove "Tips"?"$", "Remove from Home Screen", "Delete App", "Cancel", Null)
Wait For (sf) Msgbox_Result (Result As Int)
If Result = xui.DialogResponse_Positive Then
Log("Deleted!!!")
End If