Click here to Skip to main content
15,886,578 members
Home / Discussions / C#
   

C#

 
Generalmdi strange problem Pin
Gavin Jeffrey4-Jan-05 19:13
Gavin Jeffrey4-Jan-05 19:13 
QuestionDistributed System in "Javaspaces-Style"?? Pin
stumpi4-Jan-05 16:50
stumpi4-Jan-05 16:50 
AnswerRe: Distributed System in "Javaspaces-Style"?? Pin
Heath Stewart4-Jan-05 21:52
protectorHeath Stewart4-Jan-05 21:52 
GeneralBeginner Questions Pin
smitsky4-Jan-05 16:23
smitsky4-Jan-05 16:23 
GeneralRe: Beginner Questions Pin
Jay Shankar4-Jan-05 17:24
Jay Shankar4-Jan-05 17:24 
GeneralRe: Beginner Questions Pin
Mustafa Ismail Mustafa4-Jan-05 19:07
Mustafa Ismail Mustafa4-Jan-05 19:07 
Generalintegration with VS.NET 2003 Pin
Aryadip4-Jan-05 15:52
Aryadip4-Jan-05 15:52 
GeneralRe: integration with VS.NET 2003 Pin
Heath Stewart4-Jan-05 21:19
protectorHeath Stewart4-Jan-05 21:19 
While this won't solve your immediate problem, it's important to understand the design-time features of the .NET Framework. Read Enhancing Design-Time Support[^] in the .NET Framework SDK for more details. Much of what you see in VS.NET when designing with forms and controls is actually provided by classes in the BCL.

For integration like you want, see the Visual Studio Extensibility Center[^]. Also see the Automation and Extensibility Reference[^] in MSDN Librayr, which documents the DTE (Design-Time Environment) object model and gives C# and VB.NET (as well as C++, of course) examples. Whatever you read for VB (as in VB6), the same is pretty much true since the EnvDTE assembly is an interop assembly created from the typelib that automation clients like VB6 use to automate and object library.

Specifically, you'll want to take a look at the VSProjectItem Object[^].

If you look in VS.NET's New Project dialog, you'll also see a couple of extensibility projects that serve as a good start. There may even be a few articles here on Code Project is you search for them.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralC# Code Generators for Database Tier Pin
jareddavies4-Jan-05 15:45
jareddavies4-Jan-05 15:45 
GeneralRe: C# Code Generators for Database Tier Pin
Steven Campbell4-Jan-05 16:45
Steven Campbell4-Jan-05 16:45 
GeneralRe: C# Code Generators for Database Tier Pin
jareddavies5-Jan-05 16:38
jareddavies5-Jan-05 16:38 
GeneralObtaining a generated hwnd handle without making a window Pin
cimnik0294-Jan-05 15:26
cimnik0294-Jan-05 15:26 
GeneralRe: Obtaining a generated hwnd handle without making a window Pin
Heath Stewart4-Jan-05 21:19
protectorHeath Stewart4-Jan-05 21:19 
GeneralRe: Obtaining a generated hwnd handle without making a window Pin
cimnik0295-Jan-05 10:23
cimnik0295-Jan-05 10:23 
GeneralRe: Obtaining a generated hwnd handle without making a window Pin
Heath Stewart5-Jan-05 14:52
protectorHeath Stewart5-Jan-05 14:52 
GeneralEmail Problem Pin
Julianne_juju4-Jan-05 15:16
Julianne_juju4-Jan-05 15:16 
GeneralRe: Email Problem Pin
Heath Stewart4-Jan-05 20:37
protectorHeath Stewart4-Jan-05 20:37 
GeneralRe: Email Problem Pin
Julianne_juju6-Jan-05 6:17
Julianne_juju6-Jan-05 6:17 
GeneralWSE 2.0 and Encryption Pin
Bill Dean4-Jan-05 14:48
Bill Dean4-Jan-05 14:48 
GeneralRe: WSE 2.0 and Encryption Pin
Heath Stewart4-Jan-05 20:31
protectorHeath Stewart4-Jan-05 20:31 
GeneralRe: WSE 2.0 and Encryption Pin
Bill Dean5-Jan-05 3:26
Bill Dean5-Jan-05 3:26 
GeneralRe: WSE 2.0 and Encryption Pin
Heath Stewart5-Jan-05 7:09
protectorHeath Stewart5-Jan-05 7:09 
GeneralRe: WSE 2.0 and Encryption Pin
Bill Dean5-Jan-05 9:35
Bill Dean5-Jan-05 9:35 
GeneralRe: WSE 2.0 and Encryption Pin
Heath Stewart5-Jan-05 14:51
protectorHeath Stewart5-Jan-05 14:51 
GeneralRe: WSE 2.0 and Encryption Pin
Bill Dean6-Jan-05 4:36
Bill Dean6-Jan-05 4:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.