| Thread | Last Post | Replies |
|
| Overriding Dictionary Item method | 22 Feb 2008 18:31 GMT | 3 |
Hello all... I have a class which inherits from the Generic Dictionary class. I want to "override" the Item property. I know it is not technically Overridable, so I marked my property as "Shadows".
|
| Dynamically bring in a class? | 22 Feb 2008 18:24 GMT | 14 |
I'm working on a vb.net application that handles billing reports. Every client has a different way they want to see the reports. The data exists in a sql 2005 db and the billing report will be in a excel file. One option I was thinking about was to create a custom class for
|
| help with picture it please | 22 Feb 2008 17:20 GMT | 2 |
the help i need is i have an old computer with microsoft picture it print studio 2001 and the machine has passed its sell by date. So i have a new lap top (packard bell with windows vista) i have the discs that i used to use but i cant get it to work on my new machine. obviously ...
|
| RegEx Help needed | 22 Feb 2008 12:08 GMT | 4 |
str = "<IMG src="/MySite/images/placeholder.gif" width=5 border=0>"; str += "<img height=56 src="/MySite/images/logo/CodeBackground.gif" width=538 border=0>"; str += "<IMG height=9 src="/MySite/images/Menu/Expand_minus_small.gif"
|
| Clearing event queues | 22 Feb 2008 10:59 GMT | 4 |
Is it possible to clear event queues? I have a bug that is occuring and I've narrowed it down to events being queued up. Thanks,
|
| Update Web Development skillset | 21 Feb 2008 23:55 GMT | 4 |
Everyone: It's been about 3 1/2 years since I've done any WebForm or web development. It's all been Winform and desktop. I finally have some web applications coming and I'd like to know what people think I should
|
| Architecture Question | 21 Feb 2008 20:51 GMT | 3 |
I have a Windows form application that currently uses a database local to the machine it is running on. We are planning on setting this application up for a multi-user environment, so I would like to change to a 3-tier architecture application for scalability:
|
| Packed Decimal number | 21 Feb 2008 20:44 GMT | 2 |
I have some packed decimal data (comp-3) which I have downloaded from an IBM mainframe. I am looking for some .net code (vb preferred) that will convert from COMP-3 to a .net value type (integer/long). I have some code, but my code is broken. I already have EBCDIC to ANSII
|
| Help in Inheritance, I am new to it. | 21 Feb 2008 18:00 GMT | 4 |
Hi Guy, I am having issues casting my _Propery back to the _User. Can someone kindly advise me. Following is the code.
|
| Selecting a ListViewItem! | 21 Feb 2008 10:58 GMT | 6 |
Alright, googled this and found a ton of articles but none seem to help me. Trying to set the selected item in a ListView. I'll just throw out some pseudo-code here and it's basically not working. What am I missing? foreach item in listview.items
|
| Do I need Them All? | 21 Feb 2008 06:06 GMT | 2 |
I don't develop for .NET generally, I prefer C++, and not that I have need for .NET at present. I do have version 1.x, 2.x and version 3.x all on my system I was wondering if I can dump the older ones 1.x and 2.x series and just keep the latest one?
|
| WMI EventArrivedEventHandler :: UI problems | 21 Feb 2008 03:51 GMT | 1 |
I have created a ManagementEventWatcher and a corresponding EventArrivedEventHandler. The basics work fine - when a USB device is inserted or removed, the EventArrivedEventHandler fires successfully. However, any references to UI objects on the form fail without any error
|
| How to make the application refresh App.Config from the disk? | 21 Feb 2008 02:56 GMT | 1 |
ConfigurationManager.RefreshSection("appSettings"); //don't work :( http://www.alvas.net - Audio tools for C# and VB.Net developers
|
| Business object data source | 21 Feb 2008 02:55 GMT | 2 |
Hi I have business object data source. and its is bound to a 3rd party combo box which displays grids. I have a property SomeDate which i want to display in the header as "Some Date" or whatever. Is this possible? Can i add some attributes to my business object property to
|
| Error running .NET applications | 20 Feb 2008 19:20 GMT | 1 |
We are experiencing a problem where any .NET (2.0) application run on a particular machine causes a crash. We see the following two messages in the Application event log: '.NET Runtime version 2.0.50727.832 - Fatal Execution Engine Error
|