| Thread | Last Post | Replies |
|
| How to set break on change of class object member in VC6 | 26 May 2006 10:19 GMT | 1 |
How do I get VC6 to break on change of a class object member. It seems to work only on simple variables. I've tried: int * pVar; // Global
|
| How to keep part of webform from scrolling? | 26 May 2006 08:06 GMT | 1 |
For an ASP.NET web application.... Is there some way to keep a header, or a band, or something at the top of the browser that will not scroll up? In other words, I want to have add, edit, delete, cancel buttons at the top of my webform or masterpage that will
|
| Can't open/create websites in VS 2005 | 26 May 2006 04:46 GMT | 1 |
I've just installed VS2003 and then VS2005 on a new machine. Then I opened VS2005 to create a test website but open or create websites is not an available option. I even ran: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i to
|
| VS2005 - Can the "development web server" option be removed | 26 May 2006 04:40 GMT | 1 |
we prefer to continue to use IIS and would like to remove the option of using the development server. Is there a way to disable and/or remove this feature from visual studio ? Tim
|
| C# code in VS2005 commented out automatically | 25 May 2006 22:32 GMT | 1 |
I have a problem to edit C# code in VS2005. All new lines of code are commented out automatically (vertical green bar appears at the left side of the page). I have the same project in VS2003 and can edit the same code without any problem.
|
| File Tab Group Nuisance | 25 May 2006 15:28 GMT | 5 |
I apologize in advance if there is an obvious answer to this. I have looked high and low, but have found nothing. In both Visual Studio 2000 and 2003 versions, when you opened a new file, the new tab was appended to the right of the open file tabs.
|
| "Show All Files" not present in Solution Explorer | 25 May 2006 14:20 GMT | 2 |
I am just getting started with VS 2005 and trying to get my head around Web References. My question is, I hope, a simple one.... I have read some tutorials that show the underlying code behind a web reference by pressing the "show all files" button in solution explorer. I do ...
|
| Which Visual Studios do I need to create/edit Excel documents? | 25 May 2006 13:03 GMT | 2 |
I do not need to put anything special in the documents, I just want to write a program that can either create and/or edit them. I'm doing this for personal and not commercial reasons, so I don't need anything special, though I would like C#, VB and C++ access.
|
| ActiveX built in VS.NET for use with Legacy VB6 Application | 24 May 2006 19:56 GMT | 1 |
I inherited a legacy VB6 with an ACTIVEX interface. When the ACTIVEX source needed updating, I used Visual Studio.NET since I am more familiar with it. Once I was done building the ACTIVEX into a DLL, I rebuilt the VB6 application using Visual Studio 6.0, and created an install ...
|
| question on visual studio 2005 std | 24 May 2006 11:40 GMT | 2 |
Dear Sir/Madam, If I buy Visual Studio 2005 Standard, does it include support for MFC ie can I take existing VC 6 projects and build them in Visual Studio 2005 without purchasing any additional libraries?
|
| When is next VS 2005 service pack release? | 24 May 2006 10:00 GMT | 1 |
Does anyone know when the next service pack for VS 2005 is scheduled? Thanks...
|
| VS 2003 Webform HTML table rendering problem | 24 May 2006 08:31 GMT | 3 |
Has anyone experienced a problem where VS 2003 just refuses to allow you to change the size of html table rows or columns fields without doing strange things to the sizing of the content of the cells? I noticed it seems to be when theres merged cells. Anyone know how to fix
|
| Reports in sub directory | 24 May 2006 06:09 GMT | 3 |
I have reports .rpt "Crystal report" in a directory where an aspx page use them and all is ok, but i'have a report in a sub-directory of this directory and then VS2005 don't find it when running ? Do you have an idea ?
|
| how to get total virtual memory usage of a process | 24 May 2006 06:02 GMT | 1 |
I need to programatically get the total virtual memory consumed by my process under VC6 and VS2005. Is there a way? Thanks,
|
| What web-designer do you recommend for ASP.Net and VS 2005? | 23 May 2006 21:40 GMT | 9 |
I am perfectly happy with VS 2005 and ASP.Net, in general. However, I feel I need a real design tool when creating floating DIVs, styles etc. This tool does not have to support ASP.Net much, I can take the ASPX pages back into VS 2005 to add database support etc.
|