| Thread | Last Post | Replies |
|
| binary to decimal conversion | 03 Feb 2004 06:03 GMT | 2 |
how do i convert a binary number to a decimal number in VB.NET?
|
| Avoiding adding another code group | 03 Feb 2004 05:34 GMT | 5 |
I have an application that has been deployed at a client site where it runs under a strong-named security context (it lives on the LAN is not installed on each machine, thus all assemblies must be signed and added to a code group on each client machine's runtime security
|
| Issues with .NET | 03 Feb 2004 04:06 GMT | 1 |
I understand that there is nothing like disabled image list in toolbar of VB.NET Also, there is no placeholder button on it. Why have these features been removed. Any plans of MS to incorporate them in
|
| 2003 compatibality? | 03 Feb 2004 04:03 GMT | 2 |
Someone at work told me that applications developed in VS 2003 on a Windows Server 2003 system would not be compatible with XP. Is this true?
 Signature Jon Cosby
|
| Visual Studio.Net Bug | 03 Feb 2004 04:01 GMT | 4 |
I am developing one software for Desktop PC and Pocket PC. I am working on that project since last three months and today morning when i have started developing something and then tried to debug that time it was not doing what i was expecting. Problem is that it is going into the ...
|
| Exception setting StatusBarPanel Text property | 03 Feb 2004 03:56 GMT | 1 |
I have received the following exception when trying to set the Text property of a StatusBarPanel. On msdn it says nothing about this method throwing an exception. Also this only tends to be thrown occasionally. Can anyone clear this up?
|
| simple text file question | 03 Feb 2004 03:54 GMT | 4 |
i want to search a text file for an occurrence of a string and replace some text after the match, then save the file. eg: if the file is: <start>
|
| PDB File Size | 03 Feb 2004 03:37 GMT | 1 |
I'm building a project on a remote server. My pdb file is so large i have to wait 10 minuts for the upload to complete whenever I run my application. Is there a way to cut down the pdb file size?
|
| Object copy or clone | 03 Feb 2004 03:36 GMT | 2 |
I am implementing object copying in C#. I can think of two ways: (1)Use the famous C++ way of copy constructor, (2)Use IClonable interface. I have inherited classes that I would like to implement copying. Which is the best way in C# Thanks for the help in advance Michael
|
| Set an Enum property using reflection? | 03 Feb 2004 00:26 GMT | 2 |
Is there any way to set the value of a property that has been declared as an Enum type using reflection Basically I'm trying to write a generic procedure that will parse through an XML node and set any matching properties of an object passed in to the corresponding values. This ...
|
| Service Pack for .NET Framework 1.1? | 02 Feb 2004 23:53 GMT | 1 |
Has a service pack for .NET Framework 1.1 been launched or announced? Best regards, Henrik Dahl
|
| Focus Problems with MDI child forms | 02 Feb 2004 23:00 GMT | 2 |
Sorry if you have seen this post before - I've posted it before, but it seems to have gotten lost in Outlook limbo - it's visible on the web interface, but not in any news reader I've tried :S A while ago, I came accross this post by Armin describing how to reporduce a
|
| Obtaining object name at design time | 02 Feb 2004 21:46 GMT | 2 |
I am working on a serialization formatter to store and load control properties at both design time and run time I am having a problem with the Name property of controls at design time. It doesn't work like other properties. My formatter code works fine at runtime, but at design ...
|
| OutOfMemoryException in RichTextBox | 02 Feb 2004 20:30 GMT | 1 |
I have had users report a variety of performance problems with a RichTextBox that is included in my application. In an attempt to isolate the problem, I created the following test. I created a Windows form containing a RichTextBox. I then took a 270KB JPEG image which I paste ...
|
| can I get application path for dllassembly | 02 Feb 2004 20:25 GMT | 1 |
I need to get the application path for a dll assembly in order to specify the path where the xml configuration file will be. I have tried getpath put that is for web app.
|