| Thread | Last Post | Replies |
|
| Macro appears to run but no results | 31 Aug 2004 23:00 GMT | 1 |
I am recording a simple macro to delete the word 'one' from the list of 'one two three four'. You may recognize this as the example from "Running a Macro'. The macro is recorded, I can see it in the editor. But when I run this macro, the cursor turns to hourglass, but the word ...
|
| New to programming... | 31 Aug 2004 13:42 GMT | 1 |
First Question: Hope someone has an answer. Why is it that with VS.net 2003 when I execute console programs, the console window runs my program and then the window closes out right away; and I cannot see my output butfor a brief second. I
|
| Closing a window in the IDE | 31 Aug 2004 11:21 GMT | 1 |
Can one program a way to close a source window by double clicking on the tab itself? Thanks Ralph Krausse www.consiliumsoft.com
|
| HOW TO: create new project add-in for VS.NET 2003 | 31 Aug 2004 07:16 GMT | 3 |
What is the best approach to create a new project add-in for VS.NET? I've created a custom ATL-based project in VS6, but can't seem to find out how to do this in VS.NET. I've read some about enterprise templates and custom wizards/add-ins, but these don't seem to mention a custom ...
|
| VS.NET 2005 - Whidbey Beta, problem with .projdata file(s) | 28 Aug 2004 18:06 GMT | 1 |
I just ordered (and received) the Whidbey Beta for just the cost of S&H, so I realize that it IS a beta and therefore no guarantees, but I cannot: 1. Convert a VS2003 project.
|
| enter multi line text in property window | 28 Aug 2004 17:49 GMT | 1 |
Has anyone figured out how to enter multi line text in the Properties window? Say for example you wanted the Text property of a label set to the following: Customer
|
| Getting Prototype position in Header File. | 27 Aug 2004 19:33 GMT | 1 |
Is there a way to get the function prototype position (in Header file for C++ project) using the CodeFunction Object? Presently, even by using the projectItem of a .CPP or .H I'm only be able to retrieve the StartPoint end EndPoint of the codeElement within the sourceFile.
|
| Console.WriteLine() | 27 Aug 2004 16:08 GMT | 1 |
when using Console.WriteLine() in what window does the written content show up ? what are the menu commands to find this window ?
|
| VS.NET 2003 removes InitializeComponent code in ASP.NET web page. | 27 Aug 2004 15:14 GMT | 2 |
I have had this problem occur several times. I am editing the HTML content on my ASP.NET web page and suddenly my web page no longer functions correctly when I run it. Turns out, that VS.NET removed the "this.Load += new System.EventHandler(this.Page_Load);" code from ...
|
| AddIn VS.Net 2003 | 27 Aug 2004 08:57 GMT | 1 |
how can i create an item in the menu 'View', in the menu 'Tools' it works
|
| Intellisense quit working... | 27 Aug 2004 00:34 GMT | 1 |
I have a solution with about 6 projects in it. When using one particular project in that solution, intellisense does not work. It will not pop up a list of anything. I tried opening that project up directly - and the intellisense worked. I tried creating a new solution - and ...
|
| how to find project path name in VS .net 2003 | 26 Aug 2004 18:28 GMT | 1 |
I was wondering if any of u know how to find the full path name of the project (or solution) on the top left of Visual Studio .net IDE -I know I can find the path name of the files opened individually by putting my cursor near them -but I would like to know if there is way to ...
|
| Visual ToDo comments | 26 Aug 2004 11:45 GMT | 2 |
Familiar with the //TODO: comments we put in textual source code? Why not have an equivalent for the Form Editor in the IDE, so we can (for example) put a sticky yellow note next to the ugly button saying "really need to draw a better icon for this button".
|
| Rename a form | 26 Aug 2004 03:18 GMT | 2 |
I created a form named "login". I then renamed it to "frmLogin" and I can see in the properties that the file name was changed to "frmLogin.vb" but in my code, when I refer to "frmLogin" I get the squiggles indicating that object does not exist but "login" does?
|
| How to add a _built-in_ _msoControlButtonDropdown_ type Command to a CommandBar programmatically? | 25 Aug 2004 13:05 GMT | 4 |
How can I add a built in command to a CommandBar if its style is msoControlButtonDropdown? (for example the built in Multilevel Undo or Multilevel Redo or Solutions Configuration combo)
|