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 strongm 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

    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...
  7. 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.
  8. 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 =...
  9. 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...
  10. 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?
  11. JackSkellington

    Significant Figures

    Hi all, How would I go about setting doubles to 5 significant places?
  12. 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...
  13. 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?
  14. JackSkellington

    Colour Array

    I have a colour array that I am building via a case statement i.e. Select Case arrColours.Length Case 1 arrColours(0) = System.Drawing.Color = Green Case 2 arrColours(0) = System.Drawing.Color = Green arrColours(1) = System.Drawing.Color = Green This is replicate up to 7 adding a new...
  15. JackSkellington

    System.Resource.MissingManifestResourceException

    I have suddenly started to recive the error System.Resource.MissingManifestResourceException any ideas on what is causing it?
  16. JackSkellington

    Split

    I have the following code strTest= Me.arrtest(x).ToString I need to remove part of the Me.arrtest(x).ToString that begins with a "(" that doen't always occur at the same index. Any ideas??
  17. JackSkellington

    Compare Array List

    How would I go about comparing items in a single array list?
  18. JackSkellington

    Client Install

    I have installed McAfee ePolicy Orchestrator(ePO) client on a desktop PC should the application show up under the add remove/tab in control panel?
  19. JackSkellington

    Aero Graphics

    Will Vista's Aero graphics be able to run on my SiSM760GX Graphics card?
  20. JackSkellington

    Expediential Number help

    .EntireColumn.Numberformat = "##############" This gives me an expediential number when exported to Excel but what I need is a number with no decimal places, any ideas?

Part and Inventory Search

Back
Top