| Thread | Last Post | Replies |
|
| set reply to in MailMessage | 15 Apr 2004 07:18 GMT | 1 |
Hi al I am now using MailMessage class to encapsulate a mail message I would like to know, would it be possible to set the "reply to" address as aaaa@aaaa.com, while the receiver will see bbbb@bbbb.com in the email Is it possible to set the "From" address different from a "Reply to ...
|
| ToString Conversion Issue | 15 Apr 2004 06:57 GMT | 7 |
I'm having problems figuring out why a conversion between a System.Single type roundd when calling the object's ToString method. I'm pulling data out of an OdbcDataReader which declares one of the columns as type Single. Example:
|
| Develop application with .Net + Unix | 15 Apr 2004 06:55 GMT | 2 |
I have posted the question before but nobody have given me a solution. I would like to rephrase my requirement and want to hear your advice. We are developing application packages for logistics industry. The plan is to develop two packages, one for daily operation in Client/Server
|
| C# How do I start programming in it?! | 15 Apr 2004 06:48 GMT | 3 |
I have been told C# can be installed for free as long as you don't use visual studio. I am a student and need c# programmin language for an assignment I'm doing I have installed .net Framework 1.1 23mb file and .NET sdk approx 100 mb file. I have an overview, samples, quickstar
|
| How to negate repeating patterns from regular expression | 15 Apr 2004 06:14 GMT | 1 |
I'm trying to figure out the expression to validate user input that allows all characters, but not - - (double dash, which is SQL Server T-SQL comment) to prevent SQL Injection Thanks in advanc
|
| Downloading .exes with WebClient.DownloadFile | 15 Apr 2004 02:26 GMT | 9 |
I'm having a problem using the System.Net.WebClient to download .exes from a web server. I'm testing everything on localhost, and the same code works fine with all other types of file. I even tried renaming the .exe extension of the file in question to .exe2, and that worked! Is ...
|
| File.Move UNC | 15 Apr 2004 01:51 GMT | 1 |
I'm having all sorts of problems trying to move a file across the network using the File.Move command with a computer on the network. I have tried doing it with \\<server>\<share> and I tried mapping a drive but I still get the same error. System.UnauthorizedAccessException: ...
|
| TextChanged within Datagrid | 15 Apr 2004 01:41 GMT | 1 |
I posted a question earlier asking whether you can assign information to a textbox within a datagrid on PageLoad? If so, how? Have another question, is it possible to have a TEXTCHANGED method for a textbox within the datagrid. Once again, how?
|
| Versioning question | 15 Apr 2004 01:16 GMT | 1 |
Hi; I have 2 projects here at work. A dot net 1.0 project and a dot net 1.1 project. The are ALMOST the same. Except that the 1.0 project is using COM objects and the 1.1 project .NET object. They are a little bit different in
|
| Create a setup to install an assembly | 14 Apr 2004 21:24 GMT | 3 |
i need to create an setup package that registers an assembly can some one tell me how to start ?? thks JSB
|
| How to Include Setup Project Source Code in Install | 14 Apr 2004 21:13 GMT | 1 |
I have created a setup project and was able to include the exe as well as the source code in the install. However, I have been unable to include the setup project source. Therefore, when I access the solution after the install, I get an error message stating the setup
|
| VS.NET file locking problem : Totally screwed | 14 Apr 2004 20:51 GMT | 4 |
I've tried everything and I've come to the conclusion that I'm screwed. If anyone can help, I would be eternaly greatful. I have a solution which has 47 projects.. This is includes (very roughly) : 1- plain win32 C++ DLL projects (little over a dozen, refered to as BASE
|
| Verification of Coding guidelines | 14 Apr 2004 20:26 GMT | 1 |
Does anyone know of a tool to help verify that source code is following a companies' established coding guidelines? In other words, you would somehow specify the "coding rules" for your organization, and then run these rules
|
| FileSystemWatcher questions | 14 Apr 2004 16:17 GMT | 2 |
I'm confused between FileSystemWatcher events (Changed, Created, Deleted, Renamed) and the NotifyFilter. It seems that they are redundant and even inconsistent at the same time. For example, if I subscribe to the "Changed" event, and use a NotifyFilter
|
| Best practices for common code library | 14 Apr 2004 15:50 GMT | 1 |
What techniques are other people using for common code libraries? I have some classes I've written that will be useful in all my projects. I'd like to have one copy of these common classes that is available to multiple projects. I'd also like these common classes linked
|