- Hubs »
- tagged vs dot net
1-10 of 11 Hubssort by Hot Best Latest
C# program that interfaces with MS Access: Open an existing Access database file
1. Open a new Visual C# .NET windows application. Name the project OpentDatabase. 2. Design a form. Add a Textbox and a Button 3. Set Name property of Textbox to “txtdatabaseName”. 4. Set Name property of Button...
2 commentsC# program that interfaces with MS Access: Create a new Access database file
1. Open a new Visual C# .NET windows application. Name the project CreateDatabase. 2. In Solution Explorer, right-click the References node and select Add Reference. On the COM tab, select “Microsoft...
0 commentsC# program that interface with MS Access: Conduct a simple SEARCH operation on an Access database file
1. Open a new Visual C# .NET windows application. Name the project “Search Data”. 2. Design a form. Add two Textboxes, a Button and a Picturebox. 3. Set Name property...
0 commentsC# program that interfaces with MS Excel: Open an existing Excel file
1. Open a new Visual C# .NET windows application. Name the project OpenExcel.2. In Solution Explorer, right-click the References node and select Add Reference. On the COM tab, select “Microsoft Excel...
0 commentsC# program that interface with MS Access: Modify data in an Access database file
1. Open a new Visual C# .NET windows application. Name the project “Modify Data”. 2. Design a form. Add two Textboxes, a Button and a Picturebox. 3. Set Name property...
0 commentsC# program that interfaces with MS Excel: Conduct a simple SEARCH operation on an Excel file
1. Open a new Visual C# .NET windows application. Name the project SearchExcel. 2. In Solution Explorer, right-click the References node and select Add Reference. On the COM tab, select...
1 commentC# program that interface with MS Access: Read data (text, image, etc) from an Access database file
1. Open a new Visual C# .NET windows application. Name the project “Store Data”. 2. Design a form. Add two Textboxes, a Button and a Picturebox 3. Set Name property...
0 commentsC# program that interfaces with MS Excel: Create a new Excel file
1. Open a new Visual C# .NET windows application. Name the project CreateExcel. 2. In Solution Explorer, right-click the References node and select Add Reference. On the COM tab, select...
0 commentsC# program that interfaces with MS Excel: READ data from an individual Excel cell
1. Open a new Visual C# .NET windows application. Name the project ReadExcel.2. In Solution Explorer, right-click the References node and select Add Reference. On the COM tab, select “Microsoft Excel...
0 commentsC# program that interfaces with MS Excel: READ data from an individual Excel cell and modify it
1. Open a new Visual C# .NET windows application. Name the project ReadWriteExcel. 2. In Solution Explorer, right-click the References node and select Add Reference. On the COM tab, select...
1 comment
