| Thread | Last Post | Replies |
|
| Visual studio whidbey too much slow | 26 Nov 2004 17:28 GMT | 1 |
hi; i install visual studio whidbey by side visual studio 2002. But whidbey is using too much cache. I mean whidbey is so slow. When i use visual studio 2002, i open 3-4 application same time and my machine doesn't getting slow.
|
| Stylesheets not working | 26 Nov 2004 15:01 GMT | 1 |
I have built a custom control which has several controls which have had their cssclass attributes set to a class. When I applied the class in styles.css they changed. When I modify the styles they don't change. It is like they are cached. It can't be the control as the styles worked ...
|
| Inherit a class but not all its properties | 26 Nov 2004 10:13 GMT | 2 |
For instance, consider System.EventArgs : it has a public shared property called Empty Now if you look at System.Web.UI.WebControls.DataGridItemEventArgs, that inherits System.EventArgs,
|
| Getting Started with Web Apps | 26 Nov 2004 09:42 GMT | 1 |
Newbie here; please take pity. Long ago I programmed in VB4, and have just upgraded to Visual Studio.Net so I can use VB to create web apps. I am running WinXP Pro, and thought I got all the right stuff going prior to installing VS.Net. I can create Windows Apps, but when I ...
|
| Very long loading time of form | 26 Nov 2004 07:33 GMT | 2 |
If a form with a lot of buttons and labels and from yesterday on the loading time for the formular designer increased from 36-40sec to several minutes ! Does someone know what to do against this ? Thanks in advance for suggestions,
|
| How to manage two apps | 26 Nov 2004 03:01 GMT | 8 |
I'm creating two versions of a program: A free version (myprogram) and an enhanced version (myprogram_PRO). The source code has to be released with the free version since it will be open source. Is there some way to have both programs in the same project? I can create two ...
|
| Upgrade to VS.NET 2003 Pro Special Edition | 26 Nov 2004 01:21 GMT | 2 |
do customers qualify for upgrade price for VS.NET 2003 Pro Special if they have valid license for VS 6.0 Pro through MSDN Pro subscription, but MSDN subscription has already expired? In other words, if someone did not buy VS 6.0 as FPP or separately in
|
| code snippets disappearing from toolbox in VS.NET 2003 | 25 Nov 2004 15:07 GMT | 3 |
I'm not sure what I did to cause this but all my code snippets have disappeared from the General tab in my VS.NET toolbox. Does anybody know what I might have done to cause this, and where these code snippets are stored and if it's possible to retrieve them?
|
| SQL 2005 and Visual Studio 2005 | 25 Nov 2004 09:21 GMT | 1 |
I would like to install Visual Studio 2005 Beta along with SQL 2005-full, not the express version. Can anyone tell me which versions to download and the install order? I downloaded SQL 2005 Beta 2 and VS2005 Ent Arc Beta 1.
|
| how to change the namespace of each ASPX code-behind? | 24 Nov 2004 23:22 GMT | 2 |
I am working on ASP.NET writen in C# and using VS.NET. I created a project and then I copied and pasted some ASPX pages from other projects. So I have to change the namespace of each copied ASPX page code-behind to make them work in the project. Is there any easy way to
|
| visual basic | 24 Nov 2004 23:20 GMT | 1 |
I am implementing a project where I need to implement the "undo" command to go back to what was before the last command or key pressed. Could you please tell how to do it?
|
| Rotate Labels | 24 Nov 2004 22:18 GMT | 1 |
I apologize if this is a stupid question but I have searched everywhere for an answer and can't find any suitable answers. How do I rotate labels on a form? I need to rotate them 90 degrees counterclockwise to help facilitate the printing of sticker labels but I cannot figure out ...
|
| Start a external application from windows service | 24 Nov 2004 22:15 GMT | 1 |
Hi group I have been making a windows service to execute a external application. I use a timer control. I can execute the application but does't appear as a windows just I see it in the windows task manager as a local service. and I think it must appear as a normal process. ...
|
| Strange Build dependency problem. | 24 Nov 2004 22:10 GMT | 1 |
I have a solution that contains several projects both C# and C++. Project A and Project B are managed C++ DLL projects. Project C is an ASP.NET C# project. Project A references Project B, and Project B references Project A.
|
| Hyperlink in RichTextBox | 24 Nov 2004 22:00 GMT | 1 |
In my RichTextBox I want to add the feature to select a particular text and convert it into a hyperlink by specifying the URL. I have been able to add the hyperlink, with the URL, by modifying the rtf header. The file opens perfectly in MS word and I am able to browse to the link.
|