| Thread | Last Post | Replies |
|
| Unable to run simple macro | 17 Oct 2007 11:59 GMT | 2 |
Trying just to run a simple macro but no luck Go to MAcro Explorer and dbl-click on macro or R-Click RUN with no luck What am I missing ???? Thanks
|
| MDI Parent and MID Child | 17 Oct 2007 10:44 GMT | 3 |
I have an MID Parent form named frmMain. When I initially load my application I load the frmMain with the frmCustomerOrders form loaded as a child. I load this as such. Sub frmMain_Load
|
| MDI Parent and MDI Child | 17 Oct 2007 03:41 GMT | 1 |
I have an MID Parent form named frmMain. When I initially load my application I load the frmMain with the frmCustomerOrders form loaded as a child. I load this as such. Sub frmMain_Load
|
| What operating systems will a .net program run on? | 17 Oct 2007 03:12 GMT | 3 |
What operating systems (including non-Windows) will a .net program run on? My understanding was that a .net program could run on any operating system that supports the .net runtime (CLR)? Is that correct? If so, which Operating Systems will a .Net Windows program run on? A client ...
|
| VS2005 and Vista UI quirk | 17 Oct 2007 00:07 GMT | 4 |
I just recently started using Vista (clean install, yes I applied the SP1 VS2005 patch) and have noticed a rather annoying UI quirk with the VS2005 IDE. A very very thick dark gray obnoxious line appears under the tabs when a code window is active. Restoring the window (from ...
|
| Slow startup on VS2005 MSDN Library | 16 Oct 2007 16:44 GMT | 6 |
This may be an old topic, but I've never resolved it. My VS2005 comes up quickly, within 10 or 15 seconds of launch, but there is a long delay on launching the integrated MSDN library. I usually get a pop-up window that asks me if I want to continue
|
| Report and rounded sub total | 16 Oct 2007 14:28 GMT | 2 |
Hi, i have to make a report with the ReportViewer (Microsoft.reporting.webforms.reportviewer) and i have a little problem i will try to explain clearly : - i have a dataset with some fields : Person, Ammount
|
| problems with ClickOnce deployment | 16 Oct 2007 09:18 GMT | 5 |
Lately I've run across several problems with ClickOnce deployment of a windows application. I'm using VS2005 Team Edition for Software developers + SP1. The problems are:
|
| TeamBuild with TFS | 15 Oct 2007 10:20 GMT | 5 |
I'm trying to setup an automated build with the TeamBuild in TFS. A problem I'm faced with is how to get the preconfiguration for those tests done so that the tests can run automatically in the progress of TeamBuild. Here are the tasks I need to achieve:
|
| ??? "Custom Tool" (ResGen.exe) Can't be Found ??? | 15 Oct 2007 04:24 GMT | 3 |
I see this behavior in VS 2005 (and 2008). I have a text file in my project consisting of name/value pairs. I want to create a ".resources" file from this text file use resgen. So, in the "Custom Tool" property for this text file I specify "resgen.exe".
|
| Cannot run simple MAcro | 14 Oct 2007 23:42 GMT | 1 |
Was trying to play with macros but even using a simple one as below - will not execute. I double click thru Macro Explore , set breakpoint and it doesn't run What am I missing ????
|
| Saving .sln in VS.NET 2005 .sln format in Orcas Beta 2 | 13 Oct 2007 23:20 GMT | 2 |
Orcas beta 2 supports three types of .net applications; 2.0, 3.0 and 3.5. It looks like the project file (.csproj) is compatible between 2005 and Orcas when if I create a project for .net 2.0 in Orcas. But not the .sln file. It doesn't open in VS.NET 2005. Is there any way to
|
| Visual Studio 2005 vs Vista problem | 13 Oct 2007 19:17 GMT | 4 |
I have installed VS2005 + SP1 + Vista update on my new Vista Ultimate dev machine. Whenever I compile a C/C++ project in debug config, I receive Error C1902 for every source file: program database manager version mismatch. Check your
|
| How to edit an edit control MaxChars??? | 11 Oct 2007 17:10 GMT | 4 |
Ok, this is driving me nuts. I'm working with a VS 2003 C++ program. In it is a model dialog that has a couple of edit boxes in it. The associated class is called CMyClass. In that class are 2 member
|
| The message warning C4346 | 11 Oct 2007 13:38 GMT | 4 |
I have the following code #ifndef TSTACK2_H #define TSTACK2_H template<typename T>
|