| Thread | Last Post | Replies |
|
| AppDomain.GetCurrentThreadId() and ManagedThreadId are different | 30 Dec 2005 16:06 GMT | 1 |
I have an application that use log4net for operational logging. I store some user data elsewhere and need to tie the two together. To achieve this I pass the ThreadId across on the user table so I can see what thread the user was running under and then look in the log4net
|
| Disallow focus on form controls | 30 Dec 2005 14:45 GMT | 1 |
Would like to disallow the ability for controls on my form to get focus? Working mainly with a menu system and GDI+ and i would like the user to use the mouse for most operations. But focus still remains on my first
|
| Web sites for C#/.NET | 30 Dec 2005 14:33 GMT | 6 |
Has anyone of you a list of Web sites that covers articles and techniques about C# and .NET? Br
|
| Q: Document Function | 30 Dec 2005 14:28 GMT | 2 |
This is probably not the right NG but i will give it a go. When i create a document.xml file of my code, it's totaly unreadable for the eye. When i created a document in Studio 2003 it created a HTM, and a XLT file (I
|
| Sqldataadapter not accepting colums containing reserved word | 30 Dec 2005 14:13 GMT | 1 |
I ma having problem in sqldataadapter. In my sql database i have one table containing column name as 'Name and address'. Here 'and' is reserved word which i am using in column name. In sql server at a time of inserting data into the table it is working
|
| service and setup project wont uninstall | 30 Dec 2005 13:41 GMT | 1 |
I have a setup project that installs a windows service. Including a custom action to write a config file. It installs just fine, but when i go to test the uninstall via the windows add/remove programs dialogue, it doesnt uninstall the service registration. Is there
|
| split with no char | 30 Dec 2005 13:35 GMT | 3 |
i'm trying to split a string without a separator example: 0011010 = s(1) = 0
|
| Generics limitation... | 30 Dec 2005 13:31 GMT | 13 |
I try to compare to values of generic value type T in a generic class as follow: public class C<T> where T : struct {
|
| XP Look and feel in VSC#.NET | 30 Dec 2005 13:03 GMT | 16 |
How can I get the Win XP look and feel in Visual Studio C# .NET? I have tried the MSDN example with the manifest file, but it doesn't seem to help.
|
| Handle leak in threading? | 30 Dec 2005 12:04 GMT | 3 |
I was wondering if someone could help me understand why it seems that creating threads using the code below causes handles to seemingly leak. System.Threading.Thread threadRunAsync = new System.Threading.Thread(RunFunc);
|
| ACT & HTTP 403 | 30 Dec 2005 11:58 GMT | 1 |
I created a new script in ACT and I started the test for 1 connection and 1 iteration. The result was Ok (HTTP 200 and 302) When I increment the number of iterations the result is still Ok.
|
| Refresh event of Internet Explorer | 30 Dec 2005 10:36 GMT | 2 |
I am writing the program which will capture the incoming HTML in web browser and do some modifications in it and then display in IE. It works fine when user gives new URL. But if user clicks "Refresh" button, I am not getting any event. So my program doesn't work properly for ...
|
| Reasoning for creating an appdomain | 30 Dec 2005 10:14 GMT | 3 |
What is the scenario in which creating & unloading appdomain (other than the default appdomain) is required ? Kalpesh
|
| Streaming MP4 in C# | 30 Dec 2005 09:47 GMT | 4 |
Is there any good way to stream MP4 in C#? Are there any samples on how to decode MP4 and stream it over the Internet?
|
| web drive | 30 Dec 2005 09:22 GMT | 3 |
I would like to create a drive like (x:\) when the user logs into the site, so the user can save things on the site.
|