Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JackSkellington

    AD Script

    Hi, i'm looking to create a script that retrives contacts from AD and then alters the contact name, any help appreciated.
  2. JackSkellington

    Charting

    Hi, has anyone ever come across items appearing outside the legend using the Microsoft charting controls?
  3. JackSkellington

    Ctrl+Alt+Del

    “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?
  4. JackSkellington

    .Net and AD

    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...
  5. JackSkellington

    ListView Right Click

    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
  6. JackSkellington

    SQL

    Sometimes the query will be returning reslutset.
  7. JackSkellington

    SQL

    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...
  8. JackSkellington

    Old Users

    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?
  9. JackSkellington

    Old Users

    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.
  10. JackSkellington

    AD Help

    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 =...
  11. JackSkellington

    STDEV Help

    This code is correct problem was i was comparing the answer to an STDEVP function in SQL thanks anyway
  12. JackSkellington

    STDEV Help

    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...
  13. JackSkellington

    Word Table

    Unfortunately I’m not using .Net 2.0. The table is currently formatted using objTable and oDocument commands
  14. JackSkellington

    Word Table

    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?
  15. JackSkellington

    Significant Figures

    This would Round the number not give significant figures I have tried Format(string, "G5") but this seems to fail on occassions
  16. JackSkellington

    Significant Figures

    Hi all, How would I go about setting doubles to 5 significant places?
  17. JackSkellington

    Laptop Upgrade

    HD is only 20gb and running at 4200RPM
  18. JackSkellington

    Laptop Upgrade

    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...
  19. JackSkellington

    vbCrLF

    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?
  20. JackSkellington

    Colour Array

    Thanks

Part and Inventory Search

Back
Top