Basic4ppc Desktop is the fastest way to develop applications to the Pocket PC at a price affordable by anyone. Built in Visual Designer and built in Smart Help allow you to program complicated programs wherever you are. A complete help file is added to the Zip File. Basic4ppc Desktop (freeware) allows you to build and test your applications on the desktop. Develop your application with Basic4ppc and distribute (royalty free) to anyone with a Pocket PC. Anyone can run the Basic4ppc programs for free, after downloading the freeware Basic4ppc Runner. (Developers don't need to download the Runner) Basic4ppc is built upon the powerful and stable Microsoft .Net CF. The language is somewhere between Basic and Microsoft Visual Basic. Basic4ppc is an event driven language, with local and global variables, and recursive capable subroutines. When writing the source code a description will appear for every known keyword and help you get used to Basic4ppc Language. The help files are built in and are easy to navigate. Controls properties and methods will popup automatically after writing a controls name and a dot. WYSIWYG Visual Designer allows you to place the controls on the forms, change their properties and write their events.
Version 4.00 adds many new features including:
Support for external libraries.
Performance improved by up to 50%.
Code can be separated to several files.
Serial port communication. Including virtual serial port using Bluetooth enabled devices.
TreeView control - similar to the tree in the File Explorer. Supports checkboxes and images.
TrackBar control - "volume" control.
ProgressBar control.
TabControl - organize many controls in different tab pages.
Support for Firelight Technologies FMOD library which allows playing MP3 files (and many more
formats).
Full screen forms.
Support for screen orientation changes.
Hardware ID detection.
Binary files support - 30 new methods for working with binary files.
Bitwise operations - XOR, OR and more.
Image library - 20 new methods for drawings.
Includes off screen drawing, transparent colors, drawing part of larger images and more.
Arrays can be of a specific data type.
And much more.
Basic4ppc features these controls:
- Buttons
- Calendar
- CheckBoxes
- ComboBoxes
- Forms (including multiple Forms)
- Images
- Labels
- ListBox
- MenuItems
- NumericUpDown Controls
- Open / Save FileDialog
- Panels
- RadioButtons
- TextBoxes (including multiline TextBoxes)
- Timers Some of the keywords include:
- Dim
- DoEvents
- Exit (to exit loops)
- For, While, Until loops
- If
- Select Case
- MsgBox
- Sound – play wave files
- Keywords to add controls at runtime
- StrIndexOf – finds a section of string in a larger string
- StrInsert
- StrReplace – Replaces matching patterns
- SubString – Makes a new string from another string
- StrToLower / StrToUpper – Changes string case
- Abs
- Sin / Cos / Tan
- ASin / ACos / ATan
- Int / Round
- Log / LN
- Max / Min
- FileClose
- FileOpen – Opens a file for read or write access
- FileExist
- FileRead – Reads one line
- FileReadToEnd – Reads all the remaining data
- FileWrite – Writes one line or a block of lines to a file Control properties and methods include:
- Left / Top / Width / Height
- Text / FontSize / FontColor
- Color (BackColor)
- BringToFront
- Focus
- Enabled
- Visible
- Checked
- DrawString – Draws string at a specific point on a Form
- DrawCircle
- DrawImage – Draws an image file at a specific point on the Form
- DrawLine
- GetPixel – Returns the pixel color
- LoadPicture – Loads an image file on a Form or Image
- ComboBox Data Collection – Add / Insert / Remove / Item / SelectedIndex / Clear
- And more... Installations instructions:
- Make sure you got .Net 1.1 on the desktop.
- Unzip the file and run the setup.
Update Description:
v3.0:
- Source code can be compiled to windows or device executable (EXE files) with no runtime files needed.
- Icon file can be changed.
- Database support.
- Table control with built-in CSV / XML import and export.
- ForeLayer - Forms can include two graphic layers.
- Drawing on the ForeLayer keywords.
- New ForeLayer supports transparency.
- ImageButton control.
- Polygon drawing.
- ImageList control - Stores images in memory and allows fast access to images.
- Image property - Allows transferring images between controls.
- ArrayList control - Dynamic array with sorting support.
- ErrorLabel keyword - Allows error handling.
- Sqrt keyword - Calculates square root.
- Visual Designer improved.
- TextBox.IgnoreKey method - Allows user handling of keystrokes.
- Got / Lost Focus events - Supported by: TextBox, ComboBox and ListBox.
- Landscape support.
- Screen Size customization support in the desktop.
- Form.Width / Height properties.
- Name property added to all controls.
- Dispose property added to all controls.
- FilePutByte / FileGetByte keywords.
- SIP keyword - Shows / hides the soft input panel.
- cPPC constant - True if application is running on a Pocket PC / Windows Mobile and false otherwise.
- AppPath keyword - Returns the application path.
- StrCompare keyword - Compares two strings.
- FileSearch - Fills an ArrayList with all files matching a certain pattern in a specific path.
- DirSearch - Fills an ArrayList with all subdirectories matching a certain pattern in a specific path.
- PPC and Desktop GUI improved.
- Known bugs fixed. v2.20:
- New debugging features and new GUI. v2.05:
- Unicode fonts support added. v2.0:
- Many improvements.
- Windows Mobile 5.0 support. v1.1:
- http://www.basic4ppc.com is online.
- A complete help file is added to the Zip File.
- Now you can create shortcuts to launch your applications directly from the Programs Section, using Basic4ppc Runner v1.1
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Supported operating systems:
Pocket PC 2002, Windows Mobile 2003, Windows Mobile 5.0, Windows Mobile 6 Classic, Windows Mobile 6 Professional, Windows Mobile 6.1 Classic, Windows Mobile 6.1 Professional
Similar Software:
CEAPI - Windows CE API interface for PocketC CEAPI provides an interface for calling Windows CE API functions directly from PocketC. It includes a set of Windows compatible header files, some example PocketC programs and a library DLL that provides data type conversion where required. Supports all versions of Windows CE from version 2
PPCInstallBuilder Lite PPCInstallBuilder Lite is an Installation builder for Pocket PC applications. This product takes CAB files from Cabwizard (or other programs) and builds a self-extracting installation file to install the CAB(s) to a Pocket PC PPCInstalBuilder Lite is a Licensed product provided by Mobile Software Development & Services (MSDS). Visit our website (http://www
Spb Kiosk Engine SPB Kiosk is an enterprise tool which helps you control how your Pocket PC devices are used. With SPB Kiosk you can lock the device to one or several business applications and restrict usage of any other features like games, multimedia, web browsing etc
SQLite Viewer SQLite Viewer - SQLite Viewer is an open source application written with Basic4ppc that allows you to explore SQLite databases on the device. It also handles embedded images and binary data. It can be very useful when working with SQL databases
Free Pascal Compiler Free Pascal is a 32 and 64 bit professional Pascal compiler. It is open source and fully supports the development of native Windows CE applications
nueLED2 nueLED2 - nueLED2 is an open source LED control library. The control libraries are licensed under LGPL v3.0, while the sample applications are licensed under the MIT license. A .NET wrapper is also included.
For Users
nueLED2, unlike nueLED, does not provide a user interface for controlling LEDs (yet!)
FunctionGuide FunctionGuide - This program allows you to track the functions that you use when programming.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer. Simply unzip the file for your processor and place the DLL file in the 'Windows' folder of your PocketPC computer
Vectorsoft VSDrawDLL 1.04 VSDrawDLL allows Pocket PC Software Developers to open Vector Graphics (Adobe® Ai, AutoCAD® DXF, Windows® Metafiles EMF, WMF, HPGL® PLT) in Pocket PC projects.
View drawings designed on Vectorsoft Draw and other popular graphic and design programs such as CorelDRAW®, Adobe Illustrator®, AutoCAD®, Microsoft Office® and so on
Smart IP Smart IP - This is a nice tool for IT guys, working with network and security. This tool searchs for an IP address using a local compressed database from Maxmind. This database has 97% accurracy and therefore can give country, city, latitude, longitude, state, postal code with precision just based on an IP address. How to install
Install the cab, execute the application
HaRET'Scripting HaRET'Scripting - Scripting tool which helps dumping whatever you want from HaRET. With other words: you will be able to create all dumps with just one click and without need of PC or USB or any knowledge about this process.
REQUIREMENTS
HaRET.exe, patched by cr2 or the oficial HaRET.exe
Windows Mobile 5, 6, 6.1, 6.5
NetCF 2
Comments on Basic4ppc Desktop:
Comments not found
If you noted an error or download link is broken, please, report it via this page or use comments.
Basic4ppc Desktop is compatible with your device HTC P4350 (Herald 100)