hi all, Today we had an interesting presentation inhouse from DataDirect Technologies and their Connect for .NET Product. (see www.datadirect-technologies.com)...
Am I right that the bandwidth available from a Wireless Access Point on my home network is shared among the wireless workstations, so that firing up a second...
I have some philosophical/architectural questions regarding TCP/sockets and I know there are guys on this list that implemented TCP stacks and know this kind...
Hi, I have an old program written in turbo pascal, (converted to a .exe file) that I want to run on my xp machine. I guess it's a 16 bit app or lower, and it ...
How good is the Windows 2000 telnet server at translating the console API into the appropriate codes for the terminal being emulated? Is it pretty smart about...
Are you innitialising the object from your program? Are you calling from a .NET assembly? -Ernst ... Can anybody think of a way for me to wait for an automated...
Yesterday Windows 2000 smoothly changed the clock for daylight savings, but as usual for Bucharest, the day was wrong, because Romania did change the day (from...
Can anybody think of a way for me to wait for an automated instance of Word to be completely done exiting? I have an instance where exit seems to be taking a...
I am looking for information on how to create custom visual styles for Windows XP. After spending a bunch of time I discovered that the format of .msstyle is a...
Okay, it's not Friday where I live, but I'm pretty sure it's Friday in Australia. :) I'm looking for a Unix-based web host that has good service and a lot of ...
... If you're not using .NET, I can try to dig it out of the docs if someone else doesn't manage it first, but if you're using .NET, you can do this: ...
Is there a reg entry somewhere to determin the default crypto key length (for the MS_DEF_PROV/PROV_RSA_FULL provider in particular) on a given machine. I know...
At runtime, I need to convert "1/1/1800 12:00:00 AM" to a Date type. I do not see any easy way to do this with out parsing into the string and pulling out...
Please, DON'T DIE from laughter!!! // --- Debug.hpp #pragma once class CDebug { typedef unsigned int uint; typedef unsigned long dword; typedef unsigned...
Anyone know if the WordML schema changed much between Beta2 and RTM? MS has posted some unsupported XSLT to render WordML as HTML... But it's based on the Beta...
... VB is a lot more forgiving with this than #import, in that it doesn't exactly bother with namespacing. What VB does is that if the same symbol is defined...
Luis, Is there a reason for having *both* the .tlb and the .dll... <quote> #import "pservice.tlb" no_namespace #import "pservice.dll" <---this is the one that...
Query for the processModel tag's username attribute in machine.config: If "system" then user="LocalSystem" If "machine" then user="ASPNET" for IIS5, "Network...
I have a need to set some DCOM permissions for the ASP.NET account when we install our app. I thought this was always <LOCALMACHINE>\ASPNET. However, I have...
My current project is very loosely coupled. It uses custom attributes and reflection to determine method binding and also uses Activator.CreateInstance() to...
I'm having an issue with Windows Server 2003 where custom attributes are not being replicated from one DC to another. The modified schema is accessible from ...
Have you tried VS.NET power toys? http://www.gotdotnet.com/team/ide/ Check VSTweak. It has "File Extensions manager": Define Extensions: .build Treat As: .xml ...
So, having abandoned web projects in VS.NET for the much-easier-to-share class library project approach, I've found that the one thing I sort of miss is F5...
Is this a multithreaded application? The dinkumware website says that there were a number of thread safety issues in the xtree header (used for map) Download...