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