| Thread | Last Post | Replies |
|
| linked list ? | 27 Feb 2007 05:23 GMT | 2 |
Im looking for a linked-list like structure in C#. Im a C++ programmer that needs to make little module (TCP sockets communication) in C#. I need to attach a buffer for incoming data because i have to decipher incoming data and extract them into datapackets, and the forward them ...
|
| add the addin in the Tools menu of Excel | 27 Feb 2007 03:19 GMT | 2 |
I have developed a ADDIN for excel 2000, now i want to add the addin in the Tools menu of Excel. How can i do that. regards shantanu
|
| Console.WriteLine vs. Debug.WriteLine formatting | 27 Feb 2007 02:24 GMT | 1 |
This works: Console.WriteLine("F: {0:F}", CurrTime); But this doesn't: Debug.WriteLine("F: {0:F}", CurrTime);
|
| DataSet vs. Collection of Objects | 27 Feb 2007 02:24 GMT | 5 |
I have an application that is highly CRUD-centric for data management with some more sophisticated reporting behavior. I'm trying to decide between using strongly typed datasets vs. collections of objects. I want to decouple the business logic and UI from the persistent storage ...
|
| Generate Excel File (without Excel.exe) | 27 Feb 2007 01:38 GMT | 18 |
I want to write an Excel file (.xls format) from some database data. I don't want to use Excel.exe because of all the automation and security issues. Does Microsoft document the .xls file format anywhere?
|
| Fastest way to strip NewLine from string (.Net 2, VS 2005) | 27 Feb 2007 01:23 GMT | 5 |
Hello group, What is the fastest way to remove line feeds from the end of a string? RegEx was too slow. I am using a for loop (code below), but that seems too cumbersome.
|
| set backcolor of ContextMenu | 27 Feb 2007 00:50 GMT | 1 |
I would like my popup ContextMenu to have a different backcolor than the form. How is that done? thanks, -Steve
|
| Is there any activex or .net control for embedding the Windows Picture and Fax Viewer into my application? | 27 Feb 2007 00:28 GMT | 2 |
Is there any activex or .net control for embedding the Windows Picture and Fax Viewer into my application?
|
| Help with cross-thread UI functionality... | 27 Feb 2007 00:23 GMT | 4 |
I'm trying to to figure out this stuff, and I've got part of the trick in the code below, which updates a textbox with data from another thread. What I'd like to do is put a Pause button on my form which basically pauses the ReadCsv() method wherever it's at. Obviously, the
|
| IE7 hangs with "Click Once Deployment" any fixes? | 27 Feb 2007 00:13 GMT | 5 |
I have been using the Click Once deployment feature of VS2005 - very nice. I had IE6 at the time when I started using Click Once Deployment, and everything worked fine. But then my workstation got upgraded to IE7, and now whenever I deploy an application and IE7 comes up for ...
|
| Excel.exe does not leave memory when called from Web Service | 26 Feb 2007 23:38 GMT | 7 |
I wrote a c# web service that creates an Excel spreadsheet. Even though I follow all the formal procedures for closing the app and finalizing, an instance of Excel still remains in memory. Is this a problem? With that instance of Excel.exe eventually go away because of GC?
|
| Newbie question - cannot get Console.WriteLine to work | 26 Feb 2007 23:27 GMT | 6 |
I'm just starting on C# - I've .NET version v 2.0.507207 on my machine. I run a .cs having the following code from command line : __________________________________
|
| Using stringreader to set email body to html page | 26 Feb 2007 22:51 GMT | 1 |
I am trying to send out an email that is based upon an HTML page. Is it possible to read the HTML page into something like a StringReader and then set the Mail.Body equal to the StringReader? If it is, does anybody have any code samples?
|
| "Sync to Contents" help button | 26 Feb 2007 22:49 GMT | 2 |
Is there a 'sync to contents' button anywhere in VC# 2005, like VS 2003 had? I'd like to be able to see more what is to offer when I find myself in a help page. Zytan
|
| Cursors.WaitCursor | 26 Feb 2007 22:39 GMT | 1 |
I am unable to find the documentation on rotating the WaitCursor. ----- code --------- try {
|