| Thread | Last Post | Replies |
|
| Creating COM servers in .NET | 31 Dec 2007 21:21 GMT | 8 |
I've never used C# to create COM servers before and I'm not really sure what I'm doing wrong. I read something about versioning problems when using InterfaceIsDual. I thought I could fix this by supplying the DispIDs. I have the following interface, for example:
|
| how can hide the form in the alt+tab tasklist | 31 Dec 2007 21:00 GMT | 1 |
i has a main form named 'Form1', the main form show a other form named 'Form2', then the taskbar has two item i set the Form2's Property 'ShowInTaskbar' to 'False', then the taskbar only has 'Form1', but when i press ALT+TAB, the tasklist still has two item,
|
| Fetching data from MySQL db | 31 Dec 2007 20:41 GMT | 1 |
I have two simple function in PHP that I want to convert to C# - function Doit($enc_user_name, $enc_password) { $result = $mysqli->query("call
|
| Tokenizing a large buffer | 31 Dec 2007 20:30 GMT | 10 |
I got a large text string, and a bunch of regular expression patterns i need to find within the string. in other words, to find all the 'tokens' inside it. of course I could use the regexp engine, the thing is, if I got 500 different patterns, this means 500 searches on the
|
| Applying schema and default attributes | 31 Dec 2007 20:13 GMT | 3 |
This is my simple schema ------------------------------------------------------------------------------------ <?xml version="1.0" encoding="UTF-8"?> <xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified"
|
| Snap to Grid | 31 Dec 2007 19:26 GMT | 1 |
i want to use VS 2005 for programming a web site. my problem is that i can't set SnapToGrid for design view and showing the grids. how can do this?
|
| explicit cast between generic types | 31 Dec 2007 19:25 GMT | 8 |
When I try to compile the following generic class, the compiler gives me many errors "Cannot conver type '...' to '...'" on the lines indicated. Besides, the C# compiler gives me errors even if I don't declare and instantiate C_Filter_MA<Ti,Ts> in my program.
|
| Changing the cursor | 31 Dec 2007 18:32 GMT | 2 |
I need to change the cursor when the mouse is hovering over certain cells in a DataViewGrid, as a visual aid for the user. But the cursor is not something found in the Cursors Class. I have a .ICO file. What is the most efficient way of doing this? Is a way to build the
|
| ToolBar.Buttons is Read-Only in property sheet in VS 2005 in inherited control | 31 Dec 2007 17:46 GMT | 2 |
I have a control with a toolbar on it, and I have another control inherits it, and in this sub-control, I add more toobar buttons to it. It used to work fine in VS 2003. But in VS 2005, in property sheet, it shows: read only.
|
| window form detail view auto save | 31 Dec 2007 17:42 GMT | 5 |
I Google search for answer to detected changes to the current row in detail view of a windows form ( not datagridview), so far I have not got the right search term to get me the answer, certainly I found lots on datagridview and .net asp form.
|
| thread join question | 31 Dec 2007 17:35 GMT | 5 |
I understand that if I want to wait for a thread to stop then I can use the join menthod. If I have more than one thread, and I want to wait until they have all stopped, what is the best way of doing this ?.
|
| service soemtime will get slower -- what to watch | 31 Dec 2007 16:35 GMT | 9 |
I use C# wrote an Client/Server application. In production environment, will be 130 clients (Windows XP) connect to a Server (Windows 2000/2003 Server) thought TCP/IP socket in a local 100M LAN. "Server" is running as a Windows service. The is one thread running for one clinet in ...
|
| Own assembly fails to load when vs2008 is not installed on target machine | 31 Dec 2007 16:01 GMT | 9 |
I have a solution consisting of a c# project as win application and a c++ project as classlibrary. Both are .net 2.0 The classlibrary handles some loading of quicktime movies, but that should not be relevant.
|
| dotnet requirement | 31 Dec 2007 15:34 GMT | 1 |
Dear business partners My name is B. Seshu narayana singh I worked with abc incorporation since the past two years hence for i request you to please work on my requirements and send me requirements or any other related IT
|
| Multi MSMQ | 31 Dec 2007 15:05 GMT | 1 |
Hi All, I have currently 3 MSMQ and 3 win svc which poll on them. I want to consolidate them into 1 svc, but running into event notification errors. What shud be the best way to accomplish it? also down the road if I have more queues I want the same win svc to listen on them so ...
|