Search for: code for creating document for windows mobile using visual studio
Related Programming Resources
- Basic introduction to Graphics programming in VB I was asked recently where on the site one should go to find a basic introduction to graphics programming in VB, and I realised that there was nothing that really covered the basics; things that once you’re messing around with more advanced things you tend to take for granted (and
- 101 Tech Tips for VB Developers These tips and tricks were submitted by professional developers using Visual Basic 3.0, Visual Basic 4.0, Visual Basic 5.0, Visual Basic for Applications (VBA), and Visual Basic Script (VBS). The tips were compiled by the editors at Visual Basic Programmer's Journal. Special thanks to VBPJ Technical Review Board members Francesco
- Teaching Spreadsheet-Based Decision Support Systems with Visual Basic for Applications Office 2000 has become a standard desktop application package for employees of virtually all Fortune 500 organizations and most small and home offices. The spreadsheet component of Office 2000, Excel, is widely used throughout the business world today for processing quantitative data and developing analytical solutions. The ability to build
- Instrument Control from Visual Basic Are you looking for an easy way to implement instrument interchangeability in your Visual Basic programs or at least minimize your rework when you replace or upgrade an instrument in your system? This has long been a goal of test and measurement engineers around the world, and they have created
- Microsoft ASP.NET AJAX Client Life-Cycle Events The two main Microsoft AJAX Library classes that raise events during the client life cycle of a page are the Application and PageRequestManager classes. The key event for initial requests (GET requests) and synchronous postbacks is the load event of the Application instance. When script in a load event handler