| Thread | Last Post | Replies |
|
| Number of Host Headers in IIS | 29 Jun 2007 06:58 GMT | 1 |
Am not sure if this is the right place for this question but... Does anybody know if there is any limitations on the number of Host Header entry per Website in IIS 6.0? thanks
|
| SendKeys, timer, fail usually. | 29 Jun 2007 06:44 GMT | 1 |
I am trying to create a auto login program. Below is the part of code, my issue is - the target form ( handle / window ) usually didn't perform the key I sent from my C# program correctly.
|
| How can you format a string to a fixed length? | 29 Jun 2007 06:34 GMT | 6 |
In 'C' it was possible to format a string to a fixed length, e.g. to 10 characters: printf("%10.10s","123456789012345"); would return "1234567890", and printf("%10.10s","12345"); would return " 12345"
|
| Reflection question | 29 Jun 2007 06:32 GMT | 4 |
I'm writing an application using reflection feature of .NET Framework. My applicaiton need to accept a assembly name as input parameter and then must populate all methods and property from all class in this. I'm trying to use BindingFlags with GetMethods and GetProperties from
|
| Addressing Class Properties | 29 Jun 2007 03:48 GMT | 4 |
I have a "huge" class with many attributes and need to change the value of some them. The attribute with the value that has to be changed is read from a xml file, i.e.: class SalesOrder {
|
| AT commands | 29 Jun 2007 00:00 GMT | 2 |
// AT+CMGS sends the SMS message I wish to send the above AT command on the serial port but how should i write the string for it which is
|
| Help UniqueIdentifier | 28 Jun 2007 23:06 GMT | 3 |
I have a table with many uniqueidentifiers fields, sometimes some fields are empty, but I cannot sent an empty string to a uniqueidentifier, How I can sent null values whenever is necesary without having to rewrite my sql statement. I have sent values like "" and "null" and it ...
|
| Implement Absolute Time Functions? | 28 Jun 2007 22:12 GMT | 2 |
I have a List of DateTimes that look like this {1753-01-01 16:00:00} {1753-01-01 22:00:00} And I would like to do something in my WinForm/CommandLine app that
|
| Enforcing (forcing) Resource Strings | 28 Jun 2007 21:30 GMT | 1 |
Is there a way in C# to have the compiler enforce that users use Resource Strings? Say I have a logging subsystem, and I want make sure that the only string values that get logged come from a resource file, can I do
|
| I'm getting an error when I passed by ref a dataset to a new form | 28 Jun 2007 20:40 GMT | 4 |
Why am I getting an error when I passed by ref a dataset to a new form? The message reads "cannot convert from 'ref Paimport.unixAccount' to 'ref System.Data.DataSet'. Paimport is the name of the form where the dataset UnixAccount is created.
|
| HTTP form encoding | 28 Jun 2007 20:35 GMT | 3 |
In my http client application I need to submit a form programmatically using HttpWebRequest class. I understand that the field data need to be encoded before sending to the web server. Is there a built-in class in .net that could help me encode data before sending?
|
| Getting the password from WindowsIdentity/WindowsPrincipal?? | 28 Jun 2007 20:10 GMT | 9 |
In our application the user needs to log on and to do so they need a local windows account. I do this calling LogonUser. I use the token to create a WindowsIdentity and also use WindowsPrincipal to check if the user is a
|
| Internet Forum, C# | 28 Jun 2007 19:25 GMT | 1 |
Doesn't any1 know of a Internet Forum (Shareware,GPL) which I can use on my website at my ISP? TIA
|
| Web Reference | 28 Jun 2007 18:50 GMT | 3 |
I've inherited a c-sharp application that uses a web service to pass data to the app from a central database. I don't know a whole lot about web services and am trying to learn. We're moving the database and web server to a new physical location,
|
| Looking for a free ListView/DataGrid control with tree capabilities | 28 Jun 2007 18:34 GMT | 2 |
I'm looking for a free ListView or DataGrid extended control with tree capabilities. There a few ones out there In the codeproject web site, for example:
|