| Thread | Last Post | Replies |
|
| New Project Type How? | 12 Oct 2004 01:16 GMT | 3 |
I'm a newbie at this whole extensibility stuff.so where goes my problem I'm planning on adding a new project item to VS.NET 2003. The project type should add a solution if not present, add a new project and add files (pretty standard stuff). I have a winforms applications which ...
|
| Key binding to "Num +" | 10 Oct 2004 12:10 GMT | 1 |
I'm having trouble with keybindings and the numerical keyboard. The following works objCmd.Bindings = "Global::Ctrl+Shift+Num -" but not this:
|
| Info regarding integrating Source control provider with VS.NET | 07 Oct 2004 23:21 GMT | 3 |
I am looking for information regarding integration of source control tool (non VSS) with VS.NET. Is this possible with VSIP or there is a different integration mechanism for it ? Regards,
|
| Attribute to set 'open preference' | 06 Oct 2004 01:59 GMT | 6 |
While I was at VSLive! I swear I remember seeing a demo where someone added an attribute to a class which caused it to change the view that it opened by default. In this case, it changed it from opening in the form editor to opening in the code view.
|
| Wrappers for the DTE API? | 05 Oct 2004 21:29 GMT | 2 |
*********** BTW, I'M USING VS.NET 2005 BETA 1 ************ Hi DTE Gurus. Does anyone know if there are wrappers out there that encapsulate the functionlity of the DTE library? I'm just getting my feet wet but it
|
| "Generate Dataset" resets Custom Tool setting for XSD file | 05 Oct 2004 07:49 GMT | 4 |
I've written a custom tool (call it "MyDataSetGenerator") that takes an .XSD file as input and generates a dataset .CS file that will compile on the .NET Compact Framework. (There's a free utility at http://www.tmgdevelopment.co.uk/xsdcf.htm that does this.) I have set the
|
| How to make properties gird field a password field | 04 Oct 2004 21:22 GMT | 2 |
In my custom project based on MyC sample, I use the grid to show my project properties. I need one of them to be a password but I can't figure out how to do this. Any suggestions?
|
| Persisting toolwindow data | 04 Oct 2004 00:32 GMT | 1 |
I've got a toolwindow that would like to persist data between VS instances, somewhere like C:\Documents and Settings\Me\Application Data\Microsoft\VisualStudio\7.0\. Is there an interface that helps with this (like IVsSolutionPersistence)? Thanks!
|
| Hooking up events at design time. | 01 Oct 2004 21:17 GMT | 1 |
When working within an designer context (IDesignerHost and all that0, I see how I can set properties on the components in the designer using PropertyDescriptor.SetValue. How do I do the same thing for an event hookup? I see there is an
|
| Easy way to integrate help with VS.Net | 01 Oct 2004 18:18 GMT | 3 |
I'm currently developing an Add-In for VS.Net 2003. Now I have to integrate help for the Add-In with VS. After looking around for a looooong time all I found were endless descriptions of numerous manual steps, download a thousand SDKs (Windows SDK, Help SDK, Orca) and how to include ...
|