Hi!
On several occasions I've had the need to call functions in Visual Studio
that take optional parameters, such as TextSelection.Delete(int). In VB
macro code I can do the following:
Dim td As TextDocument = ActiveDocument.Object
td.Selection.Delete()
But if I include that into...
more >>
Hi,
Is there a way to create a new fully customized target for VC++
projects in VS .NET 2003? The idea is to add support for new
compilers, so you can compile the same project with different
compilers (maybe crosscompilers for other platforms) within the VS
IDE.
I assume that I need to dev...
more >>
When I try to debug class and there is the error in the code whole VS2003
stops.
Also whole Windows XP stops responding and only think I can do is
ctl-alt-del to get to task manager. Sometimes pops up sometimes not. Other
windows do not respond at all. Applications running in backround still ...
more >>
Hi all,
I have a solution with a number of projects.
The forms project has some 600 forms. The IDE shows all my forms as code.
If I wish to view a form in designer I must - Load the form as code, Delete
and then re-type the last letter of the inherited from base form (which
immediately chan...
more >>
What about removing items from the list?
Posted via DevelopmentNow Groups
www.developmentnow.com/g
www.developmentnow.com...
more >>