| Thread | Last Post | Replies |
|
| Linq to xml question | 30 Jun 2008 23:59 GMT | 1 |
I have a xml document which contains: <users> <user id="000000126836"> <loginname>Bart</loginname>
|
| stop timer before refreshing | 30 Jun 2008 22:04 GMT | 2 |
My program use a timer to 'refresh' a method "a" every several seconds, private void a(object sender, EventArgs eArgs) { Timer T1 = new Timer();
|
| DataGridViewColumns .NET 2.0 by RustemSoft. | 30 Jun 2008 21:24 GMT | 1 |
Can you give me your feedback about DataGridViewColumns .NET 2.0 by RustemSoft? Is it any good? What are the chief benefits from basing projects on this data grid? Thanks a lot,
|
| datetimepicker | 30 Jun 2008 21:22 GMT | 2 |
In the properties under custom format I have "mm,dd,yy". When the app runs it displays 15.30.08. Now I get the 30 and the 08, but why is it 15 for the month?
|
| Linq | 30 Jun 2008 17:58 GMT | 1 |
I have the following LINQ query: PagedList<ProfessorPaper> papers = (from p in database.Professors orderby p.Name
|
| Windows Services - FileWatcher | 30 Jun 2008 17:45 GMT | 9 |
What exactly is FileWatcher doing? When you drop 100 files in a folder it is watching, it normally will fire of the event 100 times. In my case, I do all my processing on the first event so I don't need to reinitialize all my variables for each file. Normally 50 - 100 files will ...
|
| Get mouse global clicks without a hook | 30 Jun 2008 17:15 GMT | 1 |
I'm writing a color picker control (combobox looking control, wonder why .Net does not come with this control). It's a Button derived class that when clicked, opens a form (without a title bar) just below it and displays some "push like" colored radio buttons in it. I need to ...
|
| New Code without Recompilation - how can this be done? | 30 Jun 2008 16:53 GMT | 1 |
Hi. I have been asked to do a rather odd thing by my employer. I have to add a new feature to an old project that "should not know about the change". This is a bit of an odd request but just assume that my reasons for doing what I need to do cannot change.
|
| what is wrong the following code? | 30 Jun 2008 16:45 GMT | 6 |
I have following code, if you cut and paste it in VS and compile it you see only an answer of 0. I was expecting values from o through 2999 using System;
|
| Help with SOAP exception | 30 Jun 2008 16:45 GMT | 3 |
I currently get a SOAP exception when connecting to a web service. This is fine but I am unable to find a way of pulling up the XML which has been returned. Does anyone know how I can do this? Appreciate any help.
|
| delegate | 30 Jun 2008 16:37 GMT | 2 |
Delegate is normally set up in this way using the += construction. Here an example on event Elapsed in class Timer. pollTimer.Elapsed += new ElapsedEventHandler(CheckForMessage); where method CheckForMessage has signature
|
| List in this CollectionBase | 30 Jun 2008 14:56 GMT | 3 |
Sorry for opening up this task again. I want to fully understand this List that is return from CollectionBase. According to you is List in CollectionBase implemented something like the below which you sent me previously. So the referenced type for List that
|
| Creating file name form string | 30 Jun 2008 14:23 GMT | 1 |
I need to create legal file name form any string so that PDF and other viewers show nice title. I created method LegalFileName() which uses 2 helper methods. It replaces <>\/:?*"| characters in name.
|
| WSDL without qualified namespace | 30 Jun 2008 14:08 GMT | 3 |
need some help with creating a WSDL file. I will try to summarize the problem like this: I need to create a wsdl that accepts a response that has no namespace- prefix in the first line in the body, like this:
|
| using in-memory zlib deflate from c# (with max performance :-) | 30 Jun 2008 12:54 GMT | 5 |
Hi, I need to implement in-memory zlib compression in c# to replace an old c++ app. Pre-requisites.. 1) The performance must be FAST (with source memory sizes from a few k
|