| Thread | Last Post | Replies |
|
| Testing for 2.0 | 21 Dec 2005 20:36 GMT | 5 |
I have a C# app deployed at a number of sites, that automatically downloads updates from a web server overnight, and restarts itself. It's written for .Net 1.1, but I want to switch over to 2.0. As some of the users may not have the 2.0 framework installed, I can't deploy the
|
| File Upload components? | 21 Dec 2005 20:33 GMT | 5 |
I've been looking around to learn more about file uploading and this component [1] makes note of Mac and Unix support and so on. It also sells for $149 and up! What's the big deal here? Spoofygoo buy-me talk? Or are there really issues
|
| How can i see if an object is Xml Serializable at runtime? | 21 Dec 2005 20:27 GMT | 2 |
I am looking for a way to determine in RunTime if a given object is Xml Serializable (short of trying to serialize it to xml and catching the exception). Is this possible?
|
| huge pageview and query problem (10 million/day) page view | 21 Dec 2005 20:19 GMT | 1 |
We have a web site which have 10 million page views in a day. We create a banner system. The web page will call the banner.com at the server side and gets the banner data
|
| DateTime.AddMonths bug? | 21 Dec 2005 19:53 GMT | 11 |
Why doesn't AddMonths add the correct number of days for a given month that is being added? For example: new DateTime(2005, 11, 30).AddMonths(1) returns 12/30/2005.
|
| Interactive windows service | 21 Dec 2005 19:46 GMT | 3 |
I read that interactive windows services will not be allowed to run under Wista. I would like to ask what exactly is the interactive service. It is supposed to be a service that communicates with desktop. What about the following scenario: A service will create a thread. This
|
| Reflecting Namespace | 21 Dec 2005 19:30 GMT | 1 |
Is there a way to retrieve a list of "Types" that exist within a given namespace? Some kind of reflection?
|
| Custom keywords and compiler-supplied code | 21 Dec 2005 19:18 GMT | 10 |
I'm investiging multi-threaded GUI applications; specifically the technique used to ensure that controls are only modified under the correct thread. The standard technique is to use if(InvokeRequired == true) ... BeginInvoke(...) ...
|
| Retrieving Access Database Tables | 21 Dec 2005 19:04 GMT | 2 |
I am struggling a bit trying to get at all of the Table names in a given Access database. I have the code below which should be retrieving the information...i am just having a bit of trouble displaying the Table names out of the datatable.
|
| How to set Grid properties? | 21 Dec 2005 18:56 GMT | 4 |
I'd like to set certain grid properties generically. Meaning, I have a method located in an independent class, pass in the particular grid and have certain properties set. The problem is that I'm not sure how to get the grid with those set properties back to the calling class. ...
|
| FtpWebRequest | 21 Dec 2005 17:42 GMT | 7 |
I need to access a FTP Server. I'm using FTPWebRequest as described in visual studio 2005 documentation. Everything works fine except the following: 1) I dont know how to change de current working directory on the server
|
| File Type | 21 Dec 2005 17:42 GMT | 1 |
I'm trying to find out how to get the file type (like in Explorer) for each file within the directory. Is there a relatively easy way to make that happen?
|
| Writing data to disk?! | 21 Dec 2005 17:39 GMT | 12 |
I'd like to get some feedback on the issue of storing data out to disk and where to store it. I've never been in a production environment in programming so you'll have to bear with me... My question is about storing data in a database. Yes I understand that you
|
| Re: C# Obfuscation | 21 Dec 2005 16:55 GMT | 1 |
After Obfuscation all namespace / class / method is changed in my DLL, but does that mean all application refering this dll has to be modified with changed name! I'm sure there should be better solution then that.
|
| How to change the color of a app's title bar? | 21 Dec 2005 16:44 GMT | 2 |
How do I change the color of the app's title bar (where you have the Close, Minimize and Maximize buttons) in C#? Mateusz
|