View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Krish Krish is offline
external usenet poster
 
Posts: 15
Default docable window in Excel.

How do I create a taskpane in a c# project without VSTO? could someone point
me to sample code / article? I have seen many sample code using VSTO. but my
dll is not a VSTO addin and I want to create a taskpane and load my taskpane
in Excel.

OR, is it possible to create a docable window and doc it in excel? ( the
same you can doc a task pane into the ribbon area?)

please help.