Developing Applications in Windows CE Visual Basic / General Development
Windows CE is simply a 32-bit, non-PC operating system. You might have seen Windows CE devices, such as the handheld PC (HPC) or the palm-sized PC, these are just some of the many applications run by the Windows CE operating system.This tutorial devotes much time to writing applications for the HPC, it is important to realize that these devices are only a small subset of Windows CE applications.
Business Objects Visual Basic / Getting Started
This tutorial presents a design pattern for developing solid, scalable, robust business objects, designed for (and from) real-life distributed enterprise applications. The architecture we propose at The Mandelbrot Set (International) Limited (TMS) for building distributed business object-based applications breaks down into various layers of functionality.
Distribution of Applications Visual Basic / Miscellaneous
There are programmers out there who program solely for themselves. They write code/applications and no one but them ever sees their applications. However, most of you are like me and we want to revel in the accolades that our friends and peers heap on us when we provide them with exactly the right program to meet a need that they have expressed!.
Macronimous- Developing Windows Smartphone Applications using .NET CE framework Visual Basic / VB.Net
A Pocket PC (PPC) is a handheld-sized computer that runs a specific version of the Windows CE operating system. It has many of the capabilities of modern desktop PCs. Some of these devices also include mobile phone features. Pocket PCs can also be used with many other add-ons like GPS receivers, barcode readers, RFID readers, and cameras. PPC are enhanced to Smart phones using Windows Mobile v5.0 operating systems.
Creating Multimedia Applications-Part I Visual Basic / Multimedia
You can create various multimedia applications in VB that couold play audio CD, audiofiles, VCD , video files and etc.
To be able to play multimedia files or multimedia devices, you have to insert Microsoft Multimedia Control into your VB applications
that you are going to create.
Error Handling Visual Basic / Miscellaneous
When using your application, a user may encounter various types of problems, some of which could come from you by some negligence when you worked on the project. Some other problems could occur only at the time the application is being used. Some other problems could be caused by the computer on which the application is being used. While developing your application, you should anticipate as many problems as possible as take appropriate actions.
How to Juggle 30 Balls Blindfolded Visual Basic / Miscellaneous
Visual Basic has become much more complex with each new version. Unless projects, particularly large enterprise ones are properly managed, embarrassing statistics such as those mentioned above will only worsen. This tutorial outlines some of the fundamental issues involved in developing large-scale distributed systems using Visual Basic 6.
Web Page Source Visual Basic / Networking
If you ever want to get the source code of a webpage for any reason then this is the way to do it. You may want to use it for a homemade web browser or a tool that checks web pages for certain things such as a website which checks pages of a google search.
Creating Multimedia Applications-Part III Visual Basic / Multimedia
Now, with some modifications, we will transform the audio player into a picture viewer. This player will be created in such a way that it could search for all types of graphics your drives and displays them.
Creating Multimedia Applications-Part II Visual Basic / Multimedia
Now, with some modifications, we will transform the CD player into an audio file player. This player will be created in such a way that it could search for wave and midi files in your drives and play them.
Forms Visual Basic / Getting Started
Visual Basic forms are windows. It's an important piece of data because it ties the concept of a form in with everything you already know about Windows applications.)! This section provides additional details about how VB handles forms.