| Thread | Last Post | Replies |
|
| menu item shortcuts... | 13 Sep 2005 13:59 GMT | 2 |
Using VS .NET 2003, VB: I want to assign two different menu items the same shortcut, having only one enabled at a time... is this possible? In the forms designer, I have assigned both menu items the same shortcut...
|
| XmlSerializer with array of classes | 13 Sep 2005 12:51 GMT | 3 |
I have a class that i wqant to serialize. This class contains an arraylist. When i fill this with strings, it files just as i want. But when i populate it with my custom class, i crashes. What do i do wrong?
|
| socket excpetion | 13 Sep 2005 11:36 GMT | 3 |
hi.. iam trying to have a proxy server which listens to the rquests comign from port 80. in tcp listener declaration i have give my system name n the port 80 to
|
| Circular Dependency Issue | 13 Sep 2005 11:27 GMT | 1 |
I have created several components that have the following dependency relationships: Assembly1 references assemblies A, B, and C. Assembly2 references assemblies A, B
|
| Is there a way so I can restart .NET on my machine? thanks! | 13 Sep 2005 11:20 GMT | 2 |
I don't know much about the core of .NET, but I assume there is a way you can restart .NET. I have a email sink dll, I compiled it under a machine with .NET 1.1, it worked fine on my server. Now I want to put it on a machine with both .NET 1.1 and .NET 2.0, I register it with regasm ...
|
| How to create Bitmap using pixel data | 13 Sep 2005 08:03 GMT | 1 |
Is someone can give me example? I want to create Bitmap with pixel data saved in a binary file, the data file only have red data block and green data block. I have implemented it with VC6.0, now I want to rewrote it with C#.
|
| Hashtable IEqualityComparer | 13 Sep 2005 08:02 GMT | 1 |
I used to have this with .NET 1.1: Dim objDict As Hashtable = New Hashtable(New CaseInsensitiveHashCodeProvider(), New CaseInsensitiveComparer()) but when I code the above statement in VS.NET 2005, a warning pops up with
|
| ASP.NET Oledb data connection | 13 Sep 2005 05:34 GMT | 11 |
When I try to build a oedb data connection, I got an error message saying "Invalid path or you have to connect to the server the database is resided". I can see dataset through Data - Preview dataset. I don't what could be the problem. Can soemone please help me with this ASP.net ...
|
| Control docking order | 12 Sep 2005 20:29 GMT | 2 |
I added one control(A) and Dock to Top. Later I added another one(B) and Dock to Top too. Now B is below A. How can I switch their order and let A is below B? I know I can remove A then add it back to get that order. But there are a
|
| I Need Help with sorting an arraylist (VB.net) | 12 Sep 2005 19:46 GMT | 10 |
i have an arraylist that gets it's values dynamiclly from the database, after paging, searching & more in the ASP.net file. What im trying to do, is sort the results that are sorted in the ArrayList, each time by another field.
|
| problems converting C# code to VB.net (MSMQ formatter problem) | 12 Sep 2005 19:12 GMT | 1 |
I have a piece of code that works in C# but when I convert it to VB.Net I get the following error: "Cannot deserialize the message passed as an argument. Cannot recognize the serialization format." C# Code
|
| Email contents of page | 12 Sep 2005 18:40 GMT | 8 |
I want to be able to put into the body of an email, the entire contents of a aspx page....with form fields filled out I know I could go through and get the values of all of the textboxes, radio button lists, etc, and format the body of my email, but it would be very
|
| Reporting Tools | 12 Sep 2005 16:16 GMT | 1 |
I am currently looking for a reporting tool that can be programmed (possibly with an object model). It must have many formatting features such as Headers, Footers, Tables and specifically Automatically created Table of Contents
|
| Monitoring Directories | 12 Sep 2005 13:33 GMT | 2 |
I want to watch all fixed drives on a computer.Is there any reliable way to do that.I am watching for create , delete , change , rename events for all files and folders.I am using filesystemwatcher but its not very reliable at all especially for high trafiic activity.I am
|
| Finding the method an attribute is assigned to | 12 Sep 2005 11:46 GMT | 8 |
Give the following custom attribute: [AttributeUsage(AttributeTargets.Method, AllowMultiple = false)] public class WidgetEventAttribute : System.Attribute {
|