| Thread | Last Post | Replies |
|
| getting notification when workstation un-locked by the user | 29 Nov 2004 12:37 GMT | 1 |
Hi, i want to get a notification when a windows 2000/xp/2003 machine state is changed from Locked to unlocked (GUI) like msn-messenger gets this notification and changes the status from online to away and vise-versa. is there some API to register to this event? or how is it done?
|
| dynamically creating a class under .net | 29 Nov 2004 12:25 GMT | 2 |
Can anybody tell me how can I dynamically create a class? I think I have to use Reflection, but I don't know how. 10x, Marius
|
| create a PDF file through C# code | 29 Nov 2004 12:21 GMT | 1 |
I have a Word Document. I want to create a PDF file through C# code. Is it possible. Did Microsoft expose some APIs for it. Can anyone give me some tips or web site links.
|
| Big Problem | 27 Nov 2004 22:11 GMT | 1 |
I have .net redistributable 1.1 and I tried to install sp1 from windows update, but it terminated part way through install. I now can't remove or repair 1.1 and I can't upgrade to sp1. Any ideas?
|
| Fingerprint reader ADK | 22 Nov 2004 05:17 GMT | 1 |
I'm interested in using the microsoft fingerprint reader as a way of identifiying the users of a new app i'm developing. Has microsoft provided support for the fingerprint readers in their SDK? How comprehensive is it?
|
| Updating Satellite Assemblies in place | 22 Nov 2004 02:32 GMT | 2 |
Is it possible to update resources in a satellite assembly in place? I know how to programmatically create a satellite assembly (see http://msdn.microsoft.com/newsgroups/managed/default.aspx?&query=satellite+assem bly&lang=en&cr=US&guid=&sloc=en-us&dg=microsoft.public.dotnet ...
|
| PEVerify Error | 19 Nov 2004 15:19 GMT | 2 |
I use PEVerify on the assemblies I'm developing. One particular assembly fails with the following error: [MD]: Error: Class implements interface but not method (class:0x02000032; interface:0x02000031; method:0x060001b2).0x09000013]
|
| How does is subclass of work? | 19 Nov 2004 05:47 GMT | 1 |
I have a base class BusinessObject and I derive TestObject from it public class TestObject:BusinessObject ... I then create an an instance from an asembly of TestObject which returns an object,
|
| sth wrong with SSE2 instruction of VC7?? | 16 Nov 2004 18:23 GMT | 2 |
Have a short test code for SSE2 instruction. #include <windows.h> #include <emmintrin.h> int _tmain(int argc, _TCHAR* argv[])
|
| SHGetFolderLocation - freeing pointers | 15 Nov 2004 13:45 GMT | 1 |
I am using SHGetFolderLocation to get an IntPtr to the Desktop folder, I have declared it as follows: // SHGetFolderLocation [DllImport("shell32.dll", EntryPoint="SHGetFolderLocation",
|
| Open file requiring username/password | 10 Nov 2004 09:41 GMT | 6 |
Hi; How can I open a file that requires a username & password for access? thanks - dave
|
| Suggestions for zip access | 10 Nov 2004 09:39 GMT | 2 |
Hi; We need to read zip files using .NET 1.1 and they do not want to use J# to do so and it has to be 100% managed code and it can't require runtime royalties and... (actually that's it).
|
| Error UnInstalling .NET Fx SDK 2.0 | 08 Nov 2004 03:25 GMT | 5 |
I tried to uninstall .NET Fx 2.0 SDK using Add/Remove Programs and the uninstall bombed. Unfortunately, it removed the Add/Remove Program entry. Now, the .NET Fx 2.0 is corrupted and it won't let me install or uninstall. How do I clean an Fx off of my machine manually or with a ...
|
| 'xsd.exe' generated classes and the Serializable attribute | 03 Nov 2004 21:25 GMT | 2 |
Is there anyway to get 'xsd.exe' to mark the class hierarchy it generates with the [Serializable] attribute? I need to be able to serialize the class hierarchy as both XML and a byte stream and I don't have the luxury of hand editing the generated file (it is regenerated as part ...
|
| SN.exe and Public Keys | 03 Nov 2004 20:52 GMT | 1 |
I am using SN.exe to generate key pairs and to extract the public key from the pair so that our developers can do delayed signing without having to give them the private key. Here's my concern. The public key and public key token displayed from the key pair and the public key ...
|