Question : Sharepoint Templates in Visual Studio 2005

I need to use Visual Studio to create a new content type. I have installed WSS 3.0, WSS 3.0 Service Pack 1 and Visual Studio Extensions for WSS on top of a copy of visual studio, but I don't get the sharepoint project templates as part of the "New" -> "Projects" window that Tutorials suggest I should be getting. I attach a screenshot of what I should be getting (New_Project.jpg) and a shot of what I am getting (New_Project1.jpg).

If you've ever used these templates, do you know what I might be missing?

 
 
What I'd like to be getting...
321837
 
Attachments:
 
What Project Templates I'm currently getting
What Project Templates I'm currently getting
 

Answer : Sharepoint Templates in Visual Studio 2005

Without seeing any code this will be pretty tough to answer.  How are you "zooming"?

The generic answer is that YOU compute the visible region in the form of a Rectangle based on YOUR zooming algorithm and then use GraphicsPath.GetBounds() for each GraphicsPath and see if the resulting rectanlge is visible using Rectangle.Intersect().  If so, then you draw that GraphicsPath in your "render" method...
Random Solutions  
 
programming4us programming4us