| Thread | Last Post | Replies |
|
| hiiiiiiii guys | 25 Jul 2006 14:11 GMT | 1 |
hi guys..i hv some probs..how to compare a word files with itself in c#..plz somebody help me
|
| Security Permissions with embedded Winforms App | 25 Jul 2006 13:02 GMT | 3 |
I've got a .net 2.0 winforms app that is embedded in an IE page. When I try to move this to a Windows server 2003 machine with IIS 6 I get a security exception: System.IO.FileLoadException: Could not load file or assembly xxxxxxx.Common,
|
| .NET one way Remoting | 25 Jul 2006 11:30 GMT | 2 |
As a client I am sending data using a OneWay method to a server. What happens if the client is sending messages faster than the server can consume them? Who is responsible for holding the queue?
|
| Reflection questions | 25 Jul 2006 10:06 GMT | 6 |
if I have two classes, ClassA and ClassB, and ClassA has a member of type ClassB, is it possible from within ClassB to find out that the current instance is a member of ClassA? Example:
|
| Accessing fileshare using system.IO | 25 Jul 2006 09:40 GMT | 1 |
I have a machine in a domain 'HOME' and a machine in a DMZ which is not able to communicate with the 'HOME' domain, and thus has it's own local users and groups. I'm writing a .NET assembly which will copy files from the machine in the
|
| Problem in loading types from assembly | 25 Jul 2006 06:56 GMT | 5 |
I am having problem in loading types from an assembly using reflection. I am using: 1. Windows Server 2003 64-Bit 2. Microsoft .NET Framework 1.1
|
| Moving Chat sample from Http to Ipc channel... | 25 Jul 2006 04:43 GMT | 3 |
After failing to a solution in the remoting newsgroup, I've decided to post here also. I'm trying to convert the "Remoted Events (Chat) Sample" (http://support.microsoft.com/Default.aspx?id=312114) from Http to Ipc
|
| About xml:space="preserve" | 25 Jul 2006 01:32 GMT | 2 |
I am "defining" an XML schema. In fact I'm not really writing any schema but I am writing an XML writer and reader for my data. It's all custom XML and I would like it to be XML tool friendly.
|
| Backup to USB driver? | 24 Jul 2006 23:06 GMT | 1 |
I am trying to write a program to do a automatic backup. I have some questions. 1. How can I detect a USB drive connection? 2. How can I get the drive letter?(If everytime is given a different
|
| What permission do I need to add a user to a group? (C#) | 24 Jul 2006 19:52 GMT | 9 |
I am trying to determine all the groups which the current user has permissions to add a member. Here's my code: foreach (System.DirectoryServices.SearchResult ADSearchres in
|
| Windows control in .ASPX page | 24 Jul 2006 18:37 GMT | 1 |
I have an .ASPX page in which a DLL (WindowsControlLibrary) has been embedded through the <OBJECT> tag. I am able to get the control visually by calling it in the JavaScript.But I am unable to access the Public property/methods from that WindowsControl.I am using .NET Framework 2 ...
|
| Msgbox Error? Text and Button Text does not appear | 24 Jul 2006 16:16 GMT | 2 |
Hi ... tried making a message box in vb net. when i push the paly button or run button it displays the messagebox but no text appears ... even the button is blank... is this a bug or do i need to install patch or something? Thanks.
|
| dynamically create an array of primitive type | 24 Jul 2006 16:09 GMT | 1 |
I have an Type object indicating a primitive data type I want such as integer, short. How do I dynamically create an array of an primitive type by using reflection?
|
| Registry entry for #monitors on PC | 24 Jul 2006 10:29 GMT | 3 |
I have three monitors on my desktop, and I just bought a laptop which of course has only one screen. The software I've written on the desktop takes advantage of the three screens by positioning various output on the left, middle, or right screen, so I will need to modify it to ...
|
| Serialization takes to long. Any suggestions? | 24 Jul 2006 10:27 GMT | 5 |
I have binary datafiles that I read and write from a stream that is created through Serialization/DeSerialization. These data files are very large and it's taking to much time to deserialize the stream. I have already implemented the SerializationInfo/StreamingContext
|