all groups > visual studio .net ide > december 2004 > threads for december 1 - 7, 2004
Filter by week: 1 2 3 4 5
Advanced code expansion , or add-in?
Posted by A Traveler at 12/7/2004 9:21:35 PM
Hi all,
Ive a rather advanced code expansion action which im looking for, if maybe
there is someone who makes an addin which could do this?
Im looking to be able to declare a Property procedure (im in VB, though im
sure itd be as cool in C# too, unless it already does this?).
I want to type... more >>
Losing inner HTML in web custom control after editing in design vi
Posted by Christopher Strolia-Davis at 12/7/2004 8:45:04 AM
Hello,
hopefully I will get some answers to this in this forum.
Here is the situation. I have a web custom control. when I am in HTML view,
I can add content to the inside of it. I have set
ParseChildrenAttribute(False) so that
inside content is not treated as properties of the control... more >>
automate setup project
Posted by Burton Rodman at 12/7/2004 6:47:18 AM
i am creating a tool that needs to configure and build a Setup Project (MSI)
through automation to include multiple project outputs and configure custom
actions for those outputs to execute an installer class. Is this capability
available through the general extensibility model, through the V... more >>
Printing with MSDN Library and VS.NET doesn't work
Posted by Jon Carlson at 12/6/2004 9:45:00 PM
Hi,
I'm trying to print from MSDN Library (the Oct 2004 version, in this
case). When I am viewing a topic, I right click and hit Print, select
the printer I want, and after more "thinking" time than it really
oughta take it will eventually show something in the print queue that
will sit t... more >>
how to get number of printout copies while using printerdialog box using c#.net
Posted by Venkatesha R at 12/6/2004 4:03:03 PM
Hi,
I,m using printer dialog box,at runtime i need to know the number of
printout copies user has entered. how do i get it in c#.net
... more >>
Simple ASP project?
Posted by Agoston Bejo at 12/6/2004 1:11:33 PM
Hi,
I would like to organize the files in an ASP website into a project. I can't
seem to find an appropriate type of project for this, though. I have been
using VC++ projects because files and subfolders could be added, the asp and
js etc. files were highlighted appropriately, only I haven't bee... more >>
Focus Bug in VS.Net 2003 with C/C++ projects
Posted by John Davis at 12/6/2004 8:41:10 AM
Using VS.Net 2003 I have a problem which is driving me nuts. When
editing C++/.h files the focus is continually reset to the current
document window ie if I open a docked Find window the focus returns in
a couple of seconds to the main editor window. Clicking in any docked
window causes the focu... more >>
VSProject.References.Add and multiple versions
Posted by Chris Simmons at 12/3/2004 10:02:50 AM
Hello:
I am using the VSProject.References.Add method to add a reference to a
newly created project (in the default.js in a Wizard). My issue is
that I do not understand how VS.NET choose which version of a given
assembly to use. Here's the scenario:
1. I add a key with the path to v1 of my... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Best practice for project management
Posted by Jorge at 12/3/2004 3:03:05 AM
Is there any available guide thas establishes the best practice for managing
a solution composed of several projects in Visual C++ .NET?.... more >>
Problem with referenced projects
Posted by Marc Manz at 12/2/2004 4:57:56 PM
Hi everybody,
Environment description:
I have a .Net solution which contains 17 projects and this projects are
referenced among each other. And ervery reference has the property "Locale
Copy" set to true.
The only difference to a normal project is, that all of the projects has the
same exe... more >>
Navigating...
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 12/2/2004 10:41:46 AM
Is there a way to list where calls are being made from if
I specify a certain method? I have some methods from a
class and would like to know where all the calls are
coming from for that particular method.... more >>
How to go back to the previous position in VC++ or VSNET?
Posted by Scott Huang at 12/1/2004 11:10:34 AM
I am using VB and VC++ in the same time.
VB has a menu command to go to the last position.
But I can not find out any command or shortcut that has the same function as
that in VB.
Can any one show your experience in this question?
Thanks a lot.
... more >>
|