“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?
Hi,
I currently have an Acer Aspire 3000 that is running dog slow due to the amount of RAM only 256 of PC2700 and the hardisk. I'm looking to buy to sticks of 1GB but not sure if it is best to stick with 2700 or go to PC3200 and upgrade the hardisk to a Hitachi Travelstar 7K100 80GB Hard Drive...
I'm using the vbCrlf and the variable I am using now holds ? ?(I belive because it does not understand the vbCrlf although it is being used elswhere.
Any ideas how i can overcome this problem?
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.