| Thread | Last Post | Replies |
|
| Local variables in C not sticking around in loops? VS.net 2003 problem | 24 Feb 2007 02:42 GMT | 1 |
I've got this really weird problem going on in visual studio.net 2003 where , within a function, i declare a variable, but when i try to access it within a loop the compiler says it is undeclared. The problem goes away when i declare the variable globally. What gives?
|
| Saving Files | 24 Feb 2007 01:48 GMT | 5 |
When I send a file to the recycle bin there is a message "Are you sure...." So I get a second chance. If I accidentally close a file in Word or Excel, I lose the lot without a second chance. Having just lost 5 hours work...... Is there a way of putting an "Are you sure..." ...
|
| Custom event handling for click of menu item. | 23 Feb 2007 19:08 GMT | 2 |
I am having application in whihc i am inserting menuitem dynamically. When i add menuitem to mainmenu, i want to pass extra parameter to eventargs. So what i did is derived class from eventargs and created my own variable into this class.
|
| New Dot net discussion forum | 23 Feb 2007 19:07 GMT | 1 |
check this out.. www.xcessdotnet.com Regards Chris
|
| How to change code during debugging | 23 Feb 2007 19:07 GMT | 1 |
I used to chage my code during debugging with Visual Studio 2003, but now with Visual Studio 2005 I am not able to do it. I have been looking how to configure Visual Studio 2005 to allow me change my code during debugging but without luck.
|
| ProgramData folder | 23 Feb 2007 19:05 GMT | 1 |
I need my program to save settings somewhere (.NET 2.0, Vista, XP). These settings should be common for all users. I am going to save settings to Environment.SpecialFolder.CommonApplicationData folder (which is c:\ProgramData under Vista). I am going to create a folder ...
|
| enumerate an OU with asp using adsi need help | 23 Feb 2007 18:51 GMT | 3 |
Okay all i'm new to the asp portion but fairly good with vbscript. My problem is that I am trying to us an asp page to enumerate an ou. The problem is when I us localhoston the intranet web server it works, but when I try to use the unc path it does not. Now I know it has
|
| Error adding existing scripts to database project | 23 Feb 2007 18:45 GMT | 1 |
In a database project in VS2005 (not a datadude project), I need to add about 3,000 stored procedure scripts to my 'Stored Procedures' folder. I've dropped the scripts into the folder in my workspace, and I right-click the folder in solution explorer and select 'Add Existing ...
|
| asp.net 2003 to 2005 conversion problem | 23 Feb 2007 18:11 GMT | 2 |
This html code snippet did not convert. The error msg is: "</asp:Image> has no matching start tag in the same template". As you can see, there is a starting tag. The function GetProperBmpFile is being called in a c#. It is called many times to decide what color 'light' to ...
|
| WPF rotate canvas | 23 Feb 2007 18:09 GMT | 3 |
I'm working in a WPF windows application and am wondering if it's possible to rotate a Canvas or user control derived from Canvas. I created a user control which derives from Canvas and I need to rotate it 90, 180, and 270 degrees. Is this possible and if so, how would I do it? ...
|
| Default energy options in Windows XP | 23 Feb 2007 18:08 GMT | 1 |
I have a desktop ant its energy options say to switch off frequently. I would like this PC to be always on. I can change the energy options if I am an administrator user for a certain user but, Which are the energy options the PC uses when no user is connected? Where is this ...
|
| simple question about forms | 23 Feb 2007 17:37 GMT | 1 |
Hello, I'm new to programming C# in visual studio. I have a form A and when button B is pushed it calls form C. Is there a simple way to disable form A until form C is exited. I know it can't be hard because I see it all the time in apps but for the life of me, I cannot find
|
| Form Not Respond To Mouse Click | 23 Feb 2007 17:36 GMT | 5 |
I have an msn style c# windows application with a form and panel on it. A news list is drawn from the database and dynamically added via labels, link lables during form loading. In this application at run
|
| Internet Explorer 7 - not loading video's | 23 Feb 2007 13:10 GMT | 4 |
I am using Internet Explorer 7 and if I try to view a video (YouTube or similar) I get a messgage saying that I have either an outdated version of Macromedia Flask or Java is turned off. Java is turned on and even after I have been through the process of downloading the latest ...
|
| real time status | 23 Feb 2007 09:11 GMT | 5 |
To all, Not sure on how to approach this but what would be the best practice in showing status of a query that does an aggregation or count of some sort. if I were to have a sql statement that does select count(c1) from t1 how would I
|