How do I add the SpreadsheetGear 2008 Windows Forms Controls to the Microsoft Visual C# 2005 / 2008 Express Edition Toolbox or the Microsoft Visual Basic 2005 / 2008 Express Edition Toolbox?
1. Install Microsoft Visual C# 2005 / 2008 Express Edition or Microsoft Visual Basic 2005 / 2008 Express Edition. 2. Install SpreadsheetGear 2008. 3. Launch Visual C# Express or Visual Basic Express. 4. On the File menu click New Project…. The New Project dialog box appears. (You may also Open an existing Windows Application project.) 5. Under Templates, choose Windows Application. 6. Change the Name as desired. 7. Click OK to create the project 8. On the View menu click Toolbox. The Toolbox appears. 9. Right-click in the Toolbox and click Add Tab. A new Tab appears to be named. 10. Name the Tab (such as SpreadsheetGear) 11. Right-click within the Tab and click Choose Items…. 12. Scroll through the list and check FormulaBar and WorkbookView. 13. Click OK to add the controls to the Tab.
Related Questions
- How do I add the SpreadsheetGear 2008 Windows Forms Controls to the Microsoft Visual C# 2005 / 2008 Express Edition Toolbox or the Microsoft Visual Basic 2005 / 2008 Express Edition Toolbox?
- I have a requirement where a customer would like to resize/reposition certain windows forms controls. Its pretty easy to allow repositioning, but how to resize?
- How To Handle Screen Resolution Problem While Designing Windows Forms Using C#?