| Thread | Last Post | Replies |
|
| ListBox - is the a reason this doesn't work? | 31 Jul 2005 16:41 GMT | 1 |
I'm using a ListBox to display objects of various classes. Most clases are derived from a base class of mine. If I override ToString in these classes, the listbox displays what I want. BUT
|
| Activator.CreateInstance(typeof(void)) [.NET 2.0] | 31 Jul 2005 15:35 GMT | 4 |
In .NET 2.0, Activator.CreateInstance(typeof(void)) does not work anymore. System.NotSupportedException : Cannot dynamically create an instance of System.Void.
|
| Event Scheduler?? | 31 Jul 2005 14:48 GMT | 4 |
Visual Studio 2003 / C# I have a windows based application, with a SQL backend running on Windows Server. It is a basic job logging system in short. There is a requirement to automatically generate jobs at regular intervals. What is the best way to
|
| where to download vs.net 2005 | 31 Jul 2005 14:19 GMT | 3 |
From where and how can I download vs.net 2005 beta version? regards, Guoqi Zheng http://www.ureader.com
|
| Is it possible to highlight just one letter of textbox with window forms? | 31 Jul 2005 10:49 GMT | 18 |
Or, is there a way to highlight the a character in a textbox that is not the last? That is, move the current position of the cursor to inside a word of an item in a textbox? Thanks
|
| Filestream, Stream, StreamReader | 31 Jul 2005 07:32 GMT | 1 |
My situation is simple: I have an Xml doc that I want to transform into another Xml doc. I've tested the Xslt in an Xml editor and it works perfectly. So in C# I create an Xml Document object and load the source xml. Then I
|
| C# XML Documentation Tool | 31 Jul 2005 06:35 GMT | 3 |
I am trying to find a comprehensive addin for Visual Studio .Net 2003 that will help with documenting my code. In particular I am looking for a GUI of some kind that could make it easier (and faster) to supply more complete comments for multiple comment tags (<summary>, ...
|
| Dot Net Intervieww Questions and answers | 30 Jul 2005 12:58 GMT | 3 |
Can anybody please refer me some links/sites from where I can download Dot Net questions and answers, FAQs and tutorials? Urgently needed...your help is very much appreciated. Thanks in advance
|
| Beta 2 - Experience Kit | 30 Jul 2005 12:57 GMT | 9 |
Can I create Windows Form project/sln with Beta 2 Experience Kit ?? Thanks.
|
| Looking for Recommendations on OOP and Design Books | 30 Jul 2005 08:20 GMT | 4 |
I am a beginner with .NET who is joining a team of other newbies. We all have programming experience (mostly VBA) but I am afraid that our lack of OOP design expereince with larger-scale applications is going to get us in trouble. Such as version control and things of that nature. ...
|
| textbox in .net form question | 30 Jul 2005 06:06 GMT | 2 |
In a standard textbox control in a windows .net forms app, is there a way to supress the full duplex behavior and output myself? That is, if the user presses A, I want to show 1. If the user presses B, I want to show 10, if the user presses C, I want to show 107. (or something ...
|
| Aspx pages do not show up on Server 2003/IIS6.0/.NET Framework 1.1 | 30 Jul 2005 00:51 GMT | 1 |
I have several apsx pages that were created in VS .NET2003. These pages work fine in Xp and 2000. IIS 6.0 was loaded on Server 2003 and I created my virtual directory, as I did in 2000. When I try to load the pages I get 'Page cannot be found'. I can however load a basic html ...
|
| Detect corrupted PDF | 29 Jul 2005 17:09 GMT | 1 |
I have an auto-process which called adobe reader to open a pdf, the adobe reader will close when process done. However, if the pdf is corrupted, the adobe reader will be hanged by an alert box.
|
| NET Framework 1.1 install question | 29 Jul 2005 16:37 GMT | 6 |
Howdy all. New install of XP Pro on new machine...so please be gentle I'm kinda a noob with XP. XP Pro SP2
|
| MessageQueue with unstable network connections | 29 Jul 2005 16:11 GMT | 1 |
Hi there. Does anyone have an idea how to manage a MessageQueue used to receive messages asynchronously from a remote computer in an environment where the network connection may be down sometimes? The problem I experienced was that the MessageQueue object seems to be
|