| Thread | Last Post | Replies |
|
| Use Excel functions in C# | 22 Oct 2004 16:26 GMT | 1 |
I am looking for a way to use several Excel functions (e.g. LINEST, LOGEST and RSQ) in C#. Do Microsoft or any third parties offer good tools to enable the use of such functions from within C# without having to launch or access Excel? If so, where may these be found?
|
| compiled babelpackage does not register | 22 Oct 2004 07:01 GMT | 1 |
After installing VSIP Extras 2003, I opened the Babel source solution, compiled it and copied it to a fresh machine (with only Windows and VS.NET). When I tried to run regsvr32 on it, I was suprised by the error: LoadLibrary("babelpackage.dll") failed - The specified module could ...
|
| compiled babelpackage does not register | 22 Oct 2004 07:01 GMT | 1 |
After installing VSIP Extras 2003, I opened the Babel source solution, compiled it and copied it to a fresh machine (with only Windows and VS.NET). When I tried to run regsvr32 on it, I was suprised by the error: LoadLibrary("babelpackage.dll") failed - The specified module could ...
|
| ADD-IN: Search for string in file | 20 Oct 2004 13:37 GMT | 3 |
How do I search for a keyword in an entire C# (.cs) document? e.g., EnvDTE.ProjectItem item = project.ProjectItems.Item(1); item.Document returns the document, but I can't seem to figure out how to
|
| Component Selector Dialog - Browse Filters Param | 20 Oct 2004 11:03 GMT | 1 |
What is value or format of value that should be specified in pszBrowseFilters param of IVsComponentSelectorDlg's ComponentSelectorDlg method? The value specified in the code snippet below seems to be incorrect parameter. However, this code works when VSCOMSEL_HideBrowseButton is ...
|
| VectoredHandler - Writing a debugger | 19 Oct 2004 11:57 GMT | 4 |
I'm in the process of implementing a debugger. Want to use the Vectored exception handler. The msdn documentation on "VectoredHandler" says that "the handler should not call functions that acquire synchronization objects or allocate memory,
|
| ToolWindow with IVsUIHierarchy in managed code? | 18 Oct 2004 22:47 GMT | 2 |
How exactly to I implement this in C#? I've created my package and implemented the interface methods in public class MyToolWindow : ToolWindowPane, IVsUIHierarchy as stub methods for the moment. Putting Trace writes in these methods
|
| How to Integrate a command line based C compiler | 18 Oct 2004 16:48 GMT | 3 |
I want to be able to use vstudio with a C/C++ compiler for a PowerPC micro. The compiler and linker are command line based and run under W2K / XP. I want to be able to do code development and project management using vstudio and have vstudio call out the PowerPC complier and ...
|
| AddFromTemplate | 15 Oct 2004 19:13 GMT | 4 |
i'm am creating a custom web project. As part of it, i'm copying over some files from the template directory to project location. The problem is with aspx or asmx files. i'm using AddFromTemplate method to add .aspx .asmx files to the project folder. the problem is that i need ...
|
| Cannot retrieve the ProjectItemsEvents for Smart Device Project. | 15 Oct 2004 10:49 GMT | 3 |
Does anyone have any idea how to attach to the eCSharpProjectItemsEvents in C#? These are the events that are associated with Smart Device Applications created in C# and I need to track when files are being added/removed and renamed, but you get a class cast exception if you try ...
|
| Add a new language to Visual Studio .NET 2003? | 14 Oct 2004 19:45 GMT | 3 |
Hey I was wondering how I could add a new language support to Visual Studio .NET 2003? There is a coding language called JASS (used in warcraft 3 for coding maps) that I would like to add support for in the IDE. By adding this language into
|
| XP styles in a ToolWindow | 14 Oct 2004 16:33 GMT | 2 |
Using VSIP 2003 w/Extras in C#... I have a custom Tool Window hosting a UserControl. FlatStyle properties for child controls are set. If the UserControl is hosted in a standalone app using Application.EnableVisualStyles, it looks 'XP'. However, if the control
|
| Is it the right place to post about VS2005 extensibility ? | 14 Oct 2004 16:03 GMT | 4 |
Because the whidbey newsgroups seems a little bit dead or asleep !! Thanks.
|
| How to disable the Menu Item in Vs.net 2003 | 13 Oct 2004 14:57 GMT | 4 |
Can any one tell me how to disable the "File-->New" menu item in Vs.net 2003 Thanks for your Help Anoop
|
| Top Level Menu | 12 Oct 2004 10:19 GMT | 2 |
I would offer a top level menu from my package at the same level as the View Project and Build menus. I can see how to get menus inside lower menus like View and Tools by specifying the parent group inside the ctc file. What is the parent group for the main menu?
|