Search results for query: *

  • Users: dustydee
  • Content: Threads
  • Order by date
  1. D

    New DateTime in a Different Timezone

    I am trying to figure out how to create a new DateTime object in a different timezone. For instance, no matter where the code is run from, I want the new DateTime object to be October 26, 2007 3:11pm Mountain Standard Time. Can anyone help me out on this one?
  2. D

    Change Daylight Saving Time Setting

    Is there a way to turn off/on the Daylight Saving Time system setting through VB.NET code?
  3. D

    grabbing "text,moretext" from csv file

    I have a comma seperated file (.csv) and I am seperating the elements using the string::split function, but I need a way to specify text that may contain commas but needs to be kept as one element in my array. Is there an easy way to do this? I know when you view a csv file in excel you can...
  4. D

    Accessing the program files directory

    Is there a way to access the 'program files' directory, or what ever directory the program is running from? Similar to using Directory.GetCurrentDirectory to get the current directory.
  5. D

    Keeping a TreeView Node selected

    I want the selected node to stay highlighted when the user activates another object on the form. The user will be editing attributes associated with the node, and I want the node to stay highlighted even when the treeview isn't the object in focus. Can anyone help me on this? Thanks
Back
Top