| Thread | Last Post | Replies |
|
| outlook | 13 Feb 2007 13:59 GMT | 2 |
I want to write some c# code which can schedule meetings in Microsoft Outlook. Does anyone have any references to how I get started on this? (Are there any .net classes which support this?) Thanks,
|
| C# Form Handeling Multi-key press | 13 Feb 2007 13:27 GMT | 3 |
I have a Form that is performing a wizard-like step system (using TabControl), and I need a key combination (like ControlKey + A + T) to be caught and show a secret admin TabPage. I tried to add an event handler to the form to catch a key that I
|
| Web file transfer | 13 Feb 2007 12:49 GMT | 2 |
Just wondering if any of you out there who have real-world experience with restartable (if transfer interuppted) internet-based file transfer solutions would mind posting your comments, experiences, horror stories, and recommendations so I can get a better idea on the pros and ...
|
| DataGridView and Encoding | 13 Feb 2007 12:48 GMT | 7 |
Hi NG, is it possible, and if yes how, to change the encoding of a datagridview? I am loading a csv file to a dgv using a certain Encoding, but there are columns using different encoding like cyrill.
|
| Manifest Files & VS2005 | 13 Feb 2007 11:10 GMT | 1 |
I originally sent this to the dotnet.security ng, but no repsonse in 5 days. Hopefully, someone here can explain to me what's going on. I'm fairly new to .NET app security and manifests. I'm working with a test app: "MyApp.exe".
|
| One solution, 2 projects and one problem | 13 Feb 2007 10:43 GMT | 5 |
In one solution I have 2 projects. One project is containing the windows form and the other conatins a public class returning a string... "Greetings from Norway :-)" How can I show the "greetings from Norway :-)" string in the solution with
|
| Column Width in a Gridview | 13 Feb 2007 10:30 GMT | 1 |
How can I change the column width in a gridview filled with a dataset? I can't get TableStyle to work. Has anyone any sample code, please? Thanks, Helen
|
| Derived Dictionary serialization: please help me find the error in this simple code snippet | 13 Feb 2007 09:58 GMT | 6 |
Hi, please find below a very simple code snippet which is giving me the following error: System.Runtime.Serialization.SerializationException was unhandled Message="The constructor to deserialize an object of type
|
| FTP via TcpClient and Proxy | 13 Feb 2007 09:48 GMT | 4 |
I rewrite an old C Programm to C# (Framework 1.1) - it is an easy FTP- Client. I create a "Command-Channel" using TcpClient, a "Command-Reader" and a "Command-Writer"
|
| Return value from C++ dll called from C# app | 13 Feb 2007 09:31 GMT | 4 |
How would I do, in both ends, to get a return value from a C++ dll called from C# app?
|
| single class, hashtable, multiple threads | 13 Feb 2007 09:23 GMT | 2 |
I have a single class windows service that includes a function that runs in the ThreadPool. The class contains a hashtable which is declared in the main thread. What is the recommended method of updating a variable declared in the
|
| Immutable Lists | 13 Feb 2007 09:12 GMT | 14 |
What's the best way to achieve this, or is this a bad idea?
|
| Find DataRow in DataGridView | 13 Feb 2007 08:19 GMT | 5 |
Hello NG, what would be the best way to locate a DataRrow in a DataGridView? I have by DataTable.Select a bunch of DataRows from a DataTable (which is the data source to the DataGridView).
|
| Help - Creating a function to deal with null parameters | 13 Feb 2007 08:15 GMT | 2 |
Say for example i have a hypothetical function taking 4 parameters such as the one below: public void InsertRow(char gender, double decimalAge, double height, double weight) { //Adds data into a MySQL database
|
| Question about ReadLine UTF8 line truncation | 13 Feb 2007 06:50 GMT | 4 |
(Dot Net 2 C# application - using Encoding.UTF8 with a StreamReader) I have a very strange problem that I cannot explain with a UTF8 Readline() although this could exist in other types of encoding, I have not tried them. Our application wrote this sequence to a UTF8 file. Now I am ...
|