Search for: iphone page control tutorial
Related Programming Resources
- Silverlight 2 Beta 2 Tutorial - Expression Blend For Developers Beginning with version 2.5 (currently in Preview Edition) building Silverlight 2 applications, and especially assembling the User Interface components such as items from the toolbox, and layout controls, is easier than ever. A Note on This Tutorial. The history of the material for this tutorial is that Scott Guthrie wrote
- Learn Visual Basic 6.0 What is Visual Basic? - Visual Basic is a tool that allows you to develop Windows (Graphic User Interface GUI) applications. The applications have a familiar appearance to the user. - Visual Basic is event-driven, meaning code remains idle until called upon to respond to some event (button pressing, menu selection,
- A Couple of Gadgets for Windows® SideShow™, Using VB.NET The initial idea behind SideShow is to have small, low-powered, second display that provides content when a PC is turned off. The display will be able to show the latest e-mails and calendar activity, and it can have its own local applications. The original name was the Auxiliary Display, but
- UML Extensions for Design Pattern Compositions Design patterns document good solutions to recurring problems in a particular context. Composing design patterns may achieve higher level of reuse by solving a set of problems. Design patterns and their compositions are usually modeled by UML diagrams. When a design pattern is applied or composed with other patterns, the
- Using JSSE for secure socket communication This tutorial explains the use of the Java Secure Socket Extension (JSSE) packages included in JDK 1.4. The complexity of using JSSE is not in the communication itself, but rather in the configuration. Before you can run your client/server software, you must create the keys needed by the encryption algorithms,