| Thread | Last Post | Replies |
|
| Sort a Data reader | 15 Jun 2006 19:34 GMT | 2 |
Is there a way to sort a datareader based on certain columns? TIA
|
| DateTime, but why no Date class? | 15 Jun 2006 19:16 GMT | 10 |
I've never really been a fan of always having to use a DateTime type when 9/10 times I only want to store a Date. The main problem I've got now is that I have some user controls and I want to determine whether the DateTime value I have should be displaying the
|
| .Net remoting call from Excel macro? | 15 Jun 2006 19:06 GMT | 1 |
Is there a way to use .Net remoting via Excel macros?. I want to do is if a particular cells in the excel file changes, my .Net applicaiton need to be notified about this. Is there any other way of interprocess communicatin between excel and my app? All i need is my application
|
| How do I fill with 0 where nessessary when dealing with time. | 15 Jun 2006 18:22 GMT | 3 |
I have this method that take number of seconds(numOfSec) and convert this into a string with this format hh:mm:ss. Now to my question there is a small problem when I have time component that is < 10.
|
| Looking for practice programming problems | 15 Jun 2006 18:17 GMT | 12 |
I am looking for C# practice/interview programming problems and NOT general framework explanatory questions. The ones I've come across I find a wee bit easy. I'd like to find material that tests not just technicality or knowledge of the language
|
| "Exception has been thrown by the target of an invocation." | 15 Jun 2006 18:03 GMT | 2 |
Hi, I have a problem when loading one of my dll. I have a main class that would load a winform in another dll using reflection. When I load it using Assembly.CreateInstance(DLLName.DLLFormName), an exception is thrown with the message: "Exception has been thrown by the target of ...
|
| Professional Web Designs | 15 Jun 2006 17:41 GMT | 1 |
Professional Web Designs Professional Web design and other web development is what wicked innovations specialized. Internet Marketing - Website Traffic - SEO Tips. Internet marketing
|
| Installing files in a location only known at runtime | 15 Jun 2006 17:27 GMT | 4 |
I am creating a MergeModule that is required to read the Windows Registry to determine a location only known at runtime and install files. What I can't figure out is, how to change the DefaultLocation property of the File Installation Properties?
|
| adress regex help | 15 Jun 2006 17:22 GMT | 4 |
have a regex question... I want to split an address into descrete parts so 709 S Milton Ave is split into number = 709
|
| Getting components list | 15 Jun 2006 16:22 GMT | 1 |
Hi, all! Is there any standard way to get list of all components on my win form, including components that their parent isn't form it self, but panel on the form? Or to get this list I need create recursive function? (In Delphi there
|
| write to application event viewer | 15 Jun 2006 16:22 GMT | 3 |
According to my project requirement I have to write the NT Event information of SQL Server into EventLog viewer. For more clear I want to write the following information into Application log file:
|
| convert time string to number of seconds | 15 Jun 2006 16:06 GMT | 4 |
I have this method ConvStdTimeToSec here that convert format hh:mm:ss into total number of seconds and return it. I just wonder if there exist a metod in the .NET framework that can be used instead.
|
| How to use ISupportInitialize | 15 Jun 2006 15:41 GMT | 1 |
I am implementing ISupportInitialize on my component as follows: public class BOCConnector : Component, IListSource, ISupportInitialize But BeginInit and EndInit are not being called. When the IDE is opening the form in design mode with this component already
|
| SQL Client Timeout errors | 15 Jun 2006 15:29 GMT | 3 |
I have an application that creates a call to a SQL Server stored proc. The stored proc can take a while to perform the necessary tasks, in some cases as long as 12 minutes. I am using the SQLClient in .Net and I am getting SQL timeout errors at around 30 seconds. I have tried ...
|
| Is there anyone skilled in windows services? | 15 Jun 2006 15:22 GMT | 7 |
I've a big problem with a Windows Service I've created using C#. It's a very simple service: it just starts a TcpListener listening for incoming connections on a certain ports. First I compiled it on FW2.0, and run the service without any problem. Some days ago I had to performe ...
|