| Thread | Last Post | Replies |
|
| Query Domain API ? | 06 Jan 2006 06:29 GMT | 5 |
I have C# 1.1 code that queries a domain controller for groups and etc with LDAP queries. The works fine until the DC is down for any reason. There are many DCs in the domain (win 2003 native). I would like to relpace my single-computer query code. I would like to do something
|
| Work Flow | 06 Jan 2006 06:00 GMT | 2 |
Is there any open source code available for workflow engine in C#, VB .Net framework. Regards - Atul Sureka
|
| Get All Domain Users? | 06 Jan 2006 05:57 GMT | 2 |
I am working with a Windows 2003 native domain, users are in Domain Local Groups, Global Groups, and Local Groups. Users are not all lumped into the "users container". Is there a way to query a DC for all users, regardless of their
|
| uninstall vs2005 beta gone wrong. | 06 Jan 2006 03:24 GMT | 4 |
What are the keys you need to destroy and then the dirs that can be removed to get rid of beta 2005 both in VS and SS? My dev laptop won't accept VS2005 nor SS2005. I tied the removal using the tools they referenced but noooooooo! That
|
| Port Knocking: Sending Single TCP Packet | 06 Jan 2006 03:01 GMT | 5 |
I'm trying to build a simple port knocking client in dotNet. However, whenever I try to connect to the target machine, three packets get sent by System.Net.Sockets.Connect() rather than just the one that I want to send. Is there a way to send a single packet under dotNET? - Mark
|
| PocketPC Connection | 06 Jan 2006 02:05 GMT | 1 |
I've ran into the following problem - using a TcpClient from a craddled PocketPC lets you connect to any address without throwing an exception, even if the address does not exist. This happens only if the device is craddled and synchronized with ActiveSync 4.
|
| Address Matching System | 05 Jan 2006 22:49 GMT | 2 |
Help......... I have a CDROM that has address information from the USPS. If you have any source code for this I would appreciate it. What I want to do is pull the address and zip code from the CDRom and store
|
| How to know if mouse buttons are switched ? | 05 Jan 2006 21:02 GMT | 3 |
In the mouse control panel it is possible for a user to switch the mouse buttons. How to programmatically check this ? I need this to know if I have to fire a left or right mouse button with the mouse_event win32 function.
|
| threading scenario | 05 Jan 2006 20:36 GMT | 1 |
I'm accessing a scanner programatically (using WIA automation) and I want to make the application multithreaded to allow the foreground UI to be accessible while calls to the scanner occur in the background. Of course, when I suggest multi-threaded, I really only want the main
|
| System.Timers.Timer and slick way to skip processing at configurable times | 05 Jan 2006 19:51 GMT | 2 |
I have written a Windows Service that checks ODBC connectivity to a legacy ODBC source on a specified interval (15 minutes for example). If unexpected downtime are encountered, I log an event to the event viewer and email IT of this unexpected downtime. The settings for the
|
| Custom collection implementing IEnumerable<T> | 05 Jan 2006 18:18 GMT | 9 |
Hi, I have a custom collection that is basically a wrapper of an List<T> collection. I want to expose the IEnumerable<T> interface of the collection to the world, so on my custom collection, I implement both
|
| Woking with IntPtr, how can I copy with offset? | 05 Jan 2006 17:59 GMT | 1 |
I have to copy some data to an unmanaged array pointed by an IntPtr. The thing is Marshal.Copy only offers 4 parameters(not the actual parameters name but what I understood of them) : Source, srcOffset, Destination(the IntPtr), Length.
|
| control refresh | 05 Jan 2006 16:53 GMT | 1 |
I have a requirement in which I need to refresh a single control instead of teh whole web page. How can I do this asp.net 1.0?
|
| MSI - custom Action | 05 Jan 2006 16:48 GMT | 1 |
How to call .net DLL function in MSI. What are the tables that required entries for calling the function from .dll
 Signature Regards
|
| Merge Module for .NET Framework 2.0 | 05 Jan 2006 14:25 GMT | 2 |
Is there an available merge module for the .NET Framework 2.0, or do I absolutly have to launch the "dotnetfx.exe" redistribution package? (Why is it the same filename as the previous one?) Also, when will any user be able to update its computer with .NET 2.0 using
|