| Thread | Last Post | Replies |
|
| Imports System.Security.Cryptography | 16 Mar 2004 07:31 GMT | 4 |
I am trying to write an un-managed implementation of the Rijndael alogrithm to access a file encrypted through the RijndaelManaged class. I know the key and Initial vector passed in to the CreateEncryptor method but every impementation of the algorithm I come across has no ...
|
| Network Connection Event Listener | 16 Mar 2004 07:23 GMT | 13 |
I have tried search MSDN, Google and this newsgroup for a working solution but have not been successful. I am trying to capture the System event raised when a Network Connection is established in VB.NET. I have seen many posts suggesting to create a timer and check the network ...
|
| Make animated gif... | 16 Mar 2004 06:10 GMT | 3 |
what must I do to create an animated gif? I have two files "1.gif" and "2.gif"; both the same size and format. Now I want to make an animated gif with bowth files. I know I can use the Image-class and should use "SaveAdd"; but what should
|
| Assembly strong name assertion | 16 Mar 2004 00:48 GMT | 1 |
I need to assert that an assembly I address has the appropriate strong name, before attempting to load and use it. What is the best way to do this? One method I can think of is to generate an AssemblyName object which
|
| 1.0 vs 1.1 framework conflict in VStudio | 16 Mar 2004 00:18 GMT | 1 |
I have both v1.0.3705 and v1.1.4322 of the .NET Framework installed on my computer. In my properties of my project in the references path, I have v1.1 listed first, then v1.0 listed second. When I do this I cannot edit a WinForm
|
| A faster way to create tables in MS Word in Office 2k3 | 15 Mar 2004 23:43 GMT | 3 |
Dear Sirs, I have a bit of code that generates a table with 40 cells (10 rows, 4 cols). This runs incredibly slow and you can actually watch the cells being populated with data.
|
| AddHandler / RemoveHandler | 15 Mar 2004 19:45 GMT | 3 |
I assume its a good practice to remove handlers attached to an object's events before destroying the object? Is there a way to examine an object to get a list of eventhandlers that have been attached, via AddHandler, to the object's events, so a method can
|
| 1.1 Framework and VisualStudio 2002 | 15 Mar 2004 19:13 GMT | 1 |
I'd like to use some of the new features of the 1.1 .NET Framework in Visual Studio 2002 but it seems to keep using the 1.0 .NET Framework to build projects (I've both 1.0 and 1.1 installed). I tried to remove 1.0 to 'force' VS2002 to switch to 1.1 but that failed Must I upgrade ...
|
| Introduction to Visual C++ 6 | 15 Mar 2004 17:24 GMT | 3 |
I am looking for some material that can be used to introduce first year computer science students to VC++ 6 so that they can make console appications and can use the debugger and other IDE features applicable to console applications. The aim of the courses is to introduce the ...
|
| Windows XP and .NET | 15 Mar 2004 16:49 GMT | 2 |
H Could any one please let me know if future versions of windows XP will come preinstalled with the .NET Framework If so, would you happen to know where I could find the relevant article Thank you.
|
| ASP.NET 2.0 Delayed ? | 15 Mar 2004 16:27 GMT | 2 |
I just read that Whidbey will be delayed till mid 2005. Does this also mean that the framework 2.0 will be delayed ? Eric
|
| Problem uninstalling 1.0.3 before installing 1.1 | 15 Mar 2004 16:26 GMT | 1 |
I have a W2k server that had the .NET 1.0.3 framework installed. I now want to uninstall it and put 1.1 on instead. When I try to uninstall 1.0.3 it hangs, and after 5 hours I terminated it and thought I might as well just try to install 1.1 over the top.
|
| Application Updater - How to Install MSM's | 15 Mar 2004 16:09 GMT | 1 |
I'm trying to find method by which we can deploy our windows forms application at the client. It is a windows form application, updating a SQL server database. Simple.
|
| Turn off the GC ? | 15 Mar 2004 15:55 GMT | 2 |
Is there a way to turn off the GC completely? If so, is there a C++ equivelent of "delete" in C#? TIA
|
| XMLTextWrier to string?? | 15 Mar 2004 15:43 GMT | 6 |
I need to go from an XMLTextWriter to a string! I am using the XmlTextWriter class to build an xml document. I need the ultimate output to go to a string, so am using the MemoryStream class as the
|