| Thread | Last Post | Replies |
|
| C# net 3.50 - List<T>.Count - bug ? | 15 Jul 2008 22:46 GMT | 4 |
Personally I do not like the "sophisticated" code but, anyway I have this (I squeez it to save a space): using System; using System.Collections.Generic;
|
| Time out | 15 Jul 2008 22:01 GMT | 4 |
Please help! We have a table which contains about 10,000,000 rows and has the following structure: SET ANSI_PADDING ON
|
| dllimport to unload dll | 15 Jul 2008 21:51 GMT | 3 |
I have this DllImport attribute on an external C++ dll. What i am noticing that the dll isn't unloaded after the static method is complete. I was thinking that when the method (it is a static method) completed then the dll would be unloaded. [System.Runtime.InteropServices ...
|
| Web Browser Close Event | 15 Jul 2008 21:23 GMT | 2 |
I know this is an ASP.NET question, but I know some experts can help me in this newsgroup: I have an asp.net web page, I need to push indefinite live video stream to web Brower, and here is the code:
|
| Placing a event handler in the base class | 15 Jul 2008 21:14 GMT | 1 |
I have a few form classes that inherit from the same base class. The main reason that this is done is that some event handlers are common between these classes and I was trying to save time and not have to put a event handler in every form class.
|
| Help! StarSP200 printing component | 15 Jul 2008 19:59 GMT | 2 |
I'm writing application for printing to POS SP200 serial printer and i'm using StarComm.dll component. The thing I wan't to make is reading printer setting from file but here is problem: StarComm SPPOS200 = new StarComm();
|
| How do I add a treenode with a key? | 15 Jul 2008 19:58 GMT | 1 |
I am trying to add nodes with keys to my treeview. I can add general nodes without problem with: //create new node TreeNode newNode = new TreeNode(myIdNumber);
|
| LINQ: no JOINS | 15 Jul 2008 19:47 GMT | 5 |
HI all: any one can explain or better detail how does it join this? var query = from c in Customers
|
| How to detect when a tab page is being selected? | 15 Jul 2008 19:16 GMT | 2 |
I have a tab control and in one tab page I have 8 textbox and 2 grids. The textbox are all numerics and have the following behavior: when I digit the 2nd textbox then the 3rd textbox is updated with the 2nd more the difference between the 1st and 2nd, and so on.
|
| Amazon: "Programming Microsoft Visual C# 2008: The Language" (June 2008) | 15 Jul 2008 18:11 GMT | 1 |
http://snipr.com/VisualC2008
|
| String Formatting; Tailing Zero's | 15 Jul 2008 17:20 GMT | 1 |
I have a number, for example 17.7 and I want to format to a string as "17.70", with the tailing zero. Using Math.Round( dValue, 2 ) - produces "17.7". Any other functions which will do what I want, before I start writing
|
| Serialization and Shared Interfaces | 15 Jul 2008 16:56 GMT | 8 |
I have a Serializable class that I pass to clients via web services. In the web service, the class implements a shared interface. The clients also use the interface. The web reference automatically creates an class on the client, but it doesn't implement the
|
| Empty row in datatable | 15 Jul 2008 16:38 GMT | 1 |
When i save the datatable to the database how can i remove a row that has an auto increment column but the rest of the row has no values. 1 Jed 5 Heron Street 2 Maria 6 Crane Rode
|
| creating EventLog code, is this code correct? | 15 Jul 2008 15:42 GMT | 1 |
.Net 2.0 I've created the code below and think I've executed it. After I thought I've executed it I checked in EventLog on the computer (win2k3) and no entry was added. This could mean 2 things:
|
| publicKeyToken | 15 Jul 2008 15:38 GMT | 2 |
Where would I find the publicKeyToken for my simple DLL class? This MSDN site shows how I want to use it: http://msdn.microsoft.com/en-us/library/0ash1ksb(VS.80).aspx When I look in my class's AssemblyInfo.cs file, I see where it was issued a
|