“Ctrl+Alt+Del” takes a really long time to return the password prompt when trying to unlock the PC once it has returned and credentials have been provided the “Ctrl+Alt+Del” key press behaves as expected. Anyone got any idea what is going on?
I have the current code but it doesn't seem to work i.e. the account disabled message box always appears any ideas?
Private Function CheckAccountStatus()
Dim objEntry As DirectoryEntry
Dim targetUser As DirectoryEntry
Dim result As SearchResult
Dim flags...
I'm trying to replicate the Windows right click function so it works with my listview so far I have captured the right click and looked at context menu's but I’m not sure what to do with them. Any help is appreciated
I have a SQL stored procedure but can't seem to catch the return value if I do a return 1 etc. The code I have is;
objRequest.Command = USP_
objRequest.PopulateParams(a,stra)
objRequest.PopulateParams(b,strb)
Dim objDS AS New DataSet()
objDS = objFactory.ExecuteDataSet(objRequest)
objDS...
Ok so I have discovered my error I needed to be logged in as Admin a problem remains though in that SourceSafe is insisting on creating folders as the checked out folder structure even though I have told it to leave the local cop alone. Any ideas?
Is there any way to mass undo checkout from a user who is no longer available. As I see it I have full permissions but the undo checkout button doesn't appear. I have used the View>>Search>>Status Search to get a report of all items checked out by this user.
I'm trying to access AD to discover if a given user account is locked I currently have:
Dim objEntry As DirectoryEntry
Dim targetUser As DirectoryEntry
Dim accountDisabled As Integer = Convert.ToInt32(ADAccountOptions.UF_ACCOUNTDISABLED)
objEntry = getRootDirectoryEnrtySOU()
targetUser =...
I have the current code calculating STDEV but there seems to be a problem because the anwer returned is incorrect, any idea's why?
Sub Main()
Dim idx As Integer = 0
Dim Sumsq As Double = 0
Dim Score As Double = 0
Dim sq As Double = 0
Dim theCount As...
I'm looking to set the repeat as header row at the top of each page programmatically can this be done, and how would I go about doing it?
Alternatively could I catch the new page and write the headings again?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.