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 wOOdy-Soft 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: *

  • Users: Kris11
  • Content: Threads
  • Order by date
  1. Kris11

    TextWriterTraceListener File sharing...

    Anybody know how to share log file between multiple instances of the same application? Our application logs all the trace information to a text file, but the problem is that only one instance of the application gets the write access eventhough I have set the share and access to ReadWrite. Any...
  2. Kris11

    DateTime.Parse...

    I recently found that if I pass in a date string like the this DateTime.Parse("01-01/2002"); DateTime.Parse, parses it correctly and returns back 01/01/2002. Is this a documented behavior? Have you seen any documentation which discuss a behavior like this. Just curious... -Kris
  3. Kris11

    Excel SpellChecker...

    I am facing a problem, that from my app I am launching EXCEL's spellchecker and everything works fine except that I am not able to open the EXCEL spellchecker as a response window. And since it is not a response window, if the user clicks on any other app and then clicks back on my app., it...
  4. Kris11

    Excel SpellChecker...

    Hi, I am desperately in need of help, I work on .NET and the problem I am facing is that, from my app I am launching EXCEL's spellchecker and everything works fine except that I am not able to open the EXCEL spellchecker as a response window. And since it is not a response window, if the...
  5. Kris11

    DateTimePicker...

    Hi, Any of you know how to set the start day on a DateTimePicker to Monday rather than the default one which is Sunday. What I am trying is instead of DateTimePicker shwoing from Sun. to Sat., I want it to be from Mon. to Sun. Any ideas??? I found a code in VB which says we can do the same...
  6. Kris11

    Calling UDFs from store procedure...

    How do I call a SQL Server User Defined function from a SQL Server Store Procedure? I have a function that returns a datetime and I want to call this in a store procedure to get the returned date time. Thnx Kris

Part and Inventory Search

Back
Top