Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet general > april 2008 > threads for april 22 - 28, 2008

Filter by week: 1 2 3 4 5

How to write a .NET attribute which does just like ObsoleteAttribute...
Posted by AshokG at 4/24/2008 5:56:46 PM
Hi, In .NET there is attribute named ObsoleteAttribute which is derived from System.Attribute Class. This attribute when applied to a target (class or method etc.) gives a compiler warning/error. I know we can write our own attributes by inheriting the System.Attribute but I want to make i...more >>


Hiding images in a web app
Posted by Doug at 4/24/2008 1:58:51 PM
Hi I have an img control I am trying to hide upon certain types of commands in my code behind. When to hide it is directly tied to a asp:dropdownlist control. So depending on what the user selects in that dropdownlist, this image will be hidden or be displayed. I have tied the onselectedinde...more >>

ResXResourceReader
Posted by roryos at 4/24/2008 7:45:01 AM
I am tryng to read a resource file using the following code and I am getting an error stating that it can't find it in the C:\Windows\System32 directory. I do not want to place it in that directory as I have it included in my project as an embedded resource in a specific directory. I receive...more >>

How do I change my text cursor icon back to normal?
Posted by rosstgbr at 4/24/2008 3:55:01 AM
My text cursor has changed from a vertical line to a large square black box. How do I change it back?...more >>

Create ActiveX control using Visual Net 2005
Posted by estufa at 4/23/2008 6:51:52 PM
Hi I see some questions about creating ActiveX controls using .NET. I found the answer in this page and it works really good for me. http://www.codeproject.com/KB/miscctrl/exposingdotnetcontrols.aspx?forumid=2373&select=1336367&app=50&df=100&msg=1336367 Good luck....more >>

Need to hide maximize box only
Posted by Rafael Soteldo at 4/23/2008 1:53:01 PM
Hi there: Is there a way to hide the maximize box, but keeping minimize and close box. When I set the property ControlBox to false, all three boxes desapear. -- Rafael Soteldo...more >>

Microsoft Money 2005
Posted by money user ksa at 4/23/2008 10:03:07 AM
Can not start the program from my data file (3yrs data), or from the backup file. Also no "Repair file" option when selecting "File" as stated in HELP. Help appreciated. Thank you...more >>

Active X replacement in VS2003
Posted by Christian Schönig at 4/23/2008 9:36:26 AM
Hi there, pretty stupid and general question of a newbe, but thats wat I want: I want to make some kind of plug-in which can be used by all kinds of windows applications like Word and so on. In former years we were using active X. Now I am sitting at VS2003 under C# and try to do something si...more >>



Help: System.Threading.Timer doesn't work!
Posted by Curious at 4/23/2008 7:54:06 AM
Hi, In my code, I observe an event. In the event handler, I have: if (mIsMarketOpen == false) { // Execute "CheckHistoricalData" every 15 seconds System.Threading.Timer timer = new Timer(CheckHistorica...more >>

windows service problem
Posted by Andrew at 4/23/2008 6:11:01 AM
Hi, I've created a windows application C# service according to: http://msdn2.microsoft.com/en-us/library/ms123402.aspx?wa=wsignin1.0 But my service is not appearing in the computer management panel at all. Any ideas ? cheers...more >>

C# Application Dies for Only 1 User
Posted by Erik Reiter at 4/22/2008 10:52:00 PM
I have rather odd problem and I am not sure how to go about debugging it. I have an MDI application that I am deploying on the local intranet to about 20 users using ClickOnce deployment. I am just using the default setting in Visual Studio 2005 to deploy the app to an intranet web server. It ...more >>

Missing .Net Framework Configuration Utility
Posted by John Coltrane at 4/22/2008 9:39:44 AM
I installed VS 2008 with the .Net framework and the Configuration utility doesn't seem to be installed. The book I am using says it should be installed in the administration applet. How can I install this? thanks for your help john...more >>

.net deployment
Posted by srikanthppai@gmail.com at 4/22/2008 9:07:48 AM
Hello there, I have a situation here and have done research but not able to get direction. I have added 2 Dialog Boxes to my deployment project one with 3 RadioButtons and one with 4 CheckBoxes using the User Intrerface "Add Dialog" option in the Install section. Situation: Based on t...more >>

Certification paths
Posted by AlBruAn at 4/22/2008 6:36:03 AM
I don't know if this is the place to post this, but it is the dotnet.general discussion group after all. Having said that... I'm thoroughly confused. I've been wanting to obtain Microsoft certification for quite some time and now that I'm financially able and have the free time to do so, ...more >>

User control sharing between several projects
Posted by SalamElias at 4/22/2008 5:01:00 AM
Hi, I have a user control which I like to use in several projects (winforms) in the same solution. Inside lets say Winapp1 , When adding a reference to this control, I can dynamically or statically create it and when running the application it is correctly drawn on the form. But when I take ou...more >>


DevelopmentNow Blog