Code Library

Free Source Code and Program Tips

RSS Feeds

  • Home
  • zero
  • Featured
  • Sitemap
  • About
  • ucoSpy,a system enhancement tool like spy++

    Introduce ucoSpy is a system enhancement application, used to view various attributes of windows or controls, and copy multiple contents that can’t be normally copied as well, such as passwords hidden as asteroids, and a TreeView. And ucoSpy can give a report the tree relationship of the windows and their child control. Main features ucoSpy is designed with the architecture of plug-in. So everyone...
    More
  • ucoFmlParser, a formular parser use LaTex-like syntax

    Formula Parser Formular Editor, a great control which can edit and display the formular in a very friendly way. For details, please visit the CodeProject website. But how to build the formula is very hard. One can input the formula by the mouse, or build the Formular Tree in program. Both are hard. So I write the ucoFmlParser for the control, which can parse the LaTex-like expression to formular. For...
    More
  • How to change the row height of CListCtrl

    When you want to change the height of CListCtrl, you need to use an owner-draw version of CListCtrl and change the font of the control. But when you change the font of the CListCtrl, the control or its parent window does not get a chance to respecify the height of the rows and the effect will not be taken. The reason is that No WM_MEASUREITEM message is sent to the controls parent window. The...
    More
  • ucoGrid, a great grid control of MFC

    UcoGrid is develped from CGridCtrl, and provides more exciting features. CGridCtrl is a great ctrl developed by Chris Maunder, which can display and edit tabulated data and support custom defined cell type. The lastest version is Here. Many developers have created their new cells and developed new feathers for CGridCtrl. such as, merging and unmerging cells, printing and print preview support,...
    More
  • How do I subclass the CListCtrl part of a CListView Class?

    Read this article: How to use an derived CListCtrl in CListView
    More

Android features various JAVA package description

Dec 17th

Posted by support in General | 7 views

No comments

In the Android application development, usually using JAVA language, in addition to the familiar with the basics of JAVA language, they also need to understand Android provides extended functionality JAVA JAVA applications in the general, if you need to use reference-based library, usually need to use the following method: import javax.swing .*; JAVA expressed above

android, description, features, Java, package

Android ListView common usage

Dec 17th

Posted by support in General | 17 views

No comments

ListView control is relatively common, but have always felt a bit tedious steps to create a ListView, so to sum up what, for easy access. The program's performance is to achieve a ListView, ListView inside title, content and images, and to join click and long press response. First, the definition in the xml inside a

android, common, listview, usage

Eclipse developed Android, LinearLayout (study 2)

Dec 17th

Posted by support in General | 23 views

No comments

A LinearLayout is a GroupView that will Lay child View elements vertically or horizontally. Start a new project / Activity called HelloLinearLayout. Open the layout file. Make it like so: 1 <? xml version = "1.0" encoding = "utf-8"?> <LinearLayout xmlns: android = "http://schemas.android.com/apk/res/android" android: orientation = "vertical" android: layout_width = "fill_parent" android: layout_height =

android, developed, eclipse, linearlayout, study

Eclipse Development Android, the first one HelloWord program (study 1)

Dec 17th

Posted by support in General | 10 views

No comments

Glossary: SDK: Software Development Kit AVD: Android Virtual Devices ADT: Android Development Tools 1. Installing Android SDK Download windows android sdk link: http://androidappdocs.appspot.com/sdk/download.html?v=android-sdk_r3-windows.zip Details Address: http://androidappdocs.appspot.com/sdk/index.html Note: I downloaded to D: Android 2. Installing the ADT Plugin Eclipse -> Help> Software Updates …. In the dialog that appears, click the Available Software tab. Click Add

android, development, eclipse, helloword, Program

Android HTTP Service

Dec 17th

Posted by support in General | 133 views

No comments

Using the HTTP service: 1. Apache HttpClinet Http GET Http POST a. Create HttpClient b. The initial HTTP GET method or POST method. c. set the parameters of key pairs d. implementation of the HTTP call e. processing HTTP reply HTTP GET example: 1 public class TestHttpGetMethod (public void get () (BufferedReader in = null;

android, http, service

Everything you need to know about Android 2.0

Dec 17th

Posted by support in General | 4 views

No comments

Android 2.0 (formerly codenamed 'Éclair') is the latest evolution ofthe mobile OS developed by Google and the Open Handset Alliance. This version is a chunky upgrade, superceding the current Android 1.6 software (dubbed 'Donut'), which was actually considered "a minor platform release". The first phone to feature Android 2.0 will be Motorola's comeback phone, the

20, android

Android examples of notepad

Dec 17th

Posted by support in General | 40 views

No comments

AndroidManifest.xml 1 <? xml version = "1.0" encoding = "utf-8"?> <manifest xmlns: android = "http://schemas.android.com/apk/res/android" package = "com.example.android.notepad "> <application android:icon="@drawable/app_notes" android:label="@string/app_name"> <provider android:name="NotePadProvider" android:authorities="com.google.provider.NotePad" /> < activity android: name = "NotesList" android: label = "@ string / title_notes_list"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android: name = "android. intent.category.LAUNCHER "/> </ intent-filter> <intent-filter> <action android:name="android.intent.action.VIEW"

android, examples, notepad

Sending email without user interaction in Android

Dec 17th

Posted by support in General | 17 views

No comments

[url] http://nilvec.com/sending-email-without-user-interaction-in-android/ [/ url] by nilvecTo send emails from an Activity in Android the easiest way is to fire up the built-in mail application with an Intent, and let it take care of the low-level details about how to assemble the message, negotiate a secure connection with the mail server and send it using the

android, email, interaction, sending, user

Android Application Development, 1st Edition [chm]

Dec 17th

Posted by support in General | 136 views

No comments

1 Android Application Development, 1st EditionBy Rick Rogers, John Lombardo ………………………………… …….. Publisher: O'Reilly Media, Inc.Pub Date: May 26, 2009Print ISBN-13: 978-0-596-52147-9Pages: 336Slots: 1.0 Download, download link 1 Copyright Preface Part 1: Development Kit Walk-Through Chapter 1. Getting to Know Android Section 1.1. Why Android? Section 1.2. The Open Handset Alliance Section 1.3. The Android

1st, android, application, development, edition

Android: Actions for BroadcastReceiver

Dec 17th

Posted by support in General | 278 views

No comments

android.bluetooth.intent.action.BONDING_CREATED android.bluetooth.intent.action.BONDING_REMOVED android.bluetooth.intent.action.DISABLED android.bluetooth.intent.action.DISCOVERY_COMPLETED android.bluetooth.intent.action.DISCOVERY_STARTED android.bluetooth.intent.action.ENABLED android.bluetooth.intent.action.HEADSET_STATE_CHANGED android.bluetooth.intent.action.MODE_CHANGED android.bluetooth.intent.action.NAME_CHANGED android.bluetooth.intent.action.PAIRING_CANCEL android.bluetooth.intent.action.PAIRING_REQUEST android.bluetooth.intent.action.REMOTE_ALIAS_CHANGED android.bluetooth.intent.action.REMOTE_ALIAS_CLEARED android.bluetooth.intent.action.REMOTE_DEVICE_CONNECTED android.bluetooth.intent.action.REMOTE_DEVICE_DISAPPEARED android.bluetooth.intent.action.REMOTE_DEVICE_DISAPPEARED android.bluetooth.intent.action.REMOTE_DEVICE_DISCONNECTED android.bluetooth.intent.action.REMOTE_DEVICE_DISCONNECT_REQUESTED android.bluetooth.intent.action.REMOTE_DEVICE_FOUND android.bluetooth.intent.action.REMOTE_NAME_FAILED android.bluetooth.intent.action.REMOTE_NAME_UPDATED android.intent.action.AIRPLANE_MODE android.intent.action.BATTERY_CHANGED android.intent.action.BATTERY_LOW android.intent.action.BOOT_COMPLETED android.intent.action.CAMERA_BUTTON android.intent.action.CONFIGURATION_CHANGED android.intent.action.DATA_SMS_RECEIVED android.intent.action.DATE_CHANGED android.intent.action.DEVICE_STORAGE_LOW android.intent.action.DEVICE_STORAGE_OK android.intent.action.GTALK_CONNECTED android.intent.action.GTALK_DISCONNECTED android.intent.action.HEADSET_PLUG android.intent.action.MANAGE_PACKAGE_STORAGE android.intent.action.MEDIA_BAD_REMOVAL android.intent.action.MEDIA_BUTTON android.intent.action.MEDIA_EJECT android.intent.action.MEDIA_MOUNTED android.intent.action.MEDIA_REMOVED android.intent.action.MEDIA_SCANNER_FINISHED android.intent.action.MEDIA_SCANNER_SCAN_FILE android.intent.action.MEDIA_SCANNER_STARTED android.intent.action.MEDIA_SHARED android.intent.action.MEDIA_UNMOUNTABLE android.intent.action.MEDIA_UNMOUNTED android.intent.action.NEW_OUTGOING_CALL android.intent.action.PACKAGE_ADDED android.intent.action.PACKAGE_CHANGED android.intent.action.PACKAGE_INSTALL android.intent.action.PACKAGE_REMOVED android.intent.action.PACKAGE_RESTARTED android.intent.action.POWER_CONNECTED android.intent.action.POWER_DISCONNECTED android.intent.action.PROVIDER_CHANGED

actions, android, broadcastreceiver
«12345»10...Last »
    • Recent comments
    • Popular posts
    • Archives
    • Tags
    • Categories
    • General (69)
    • iphone (4)
    • Java (7)
    • Project (3)
    • Script (3)
    • Win32/MFC (32)
    1st actions android API application Bitmap broadcastreceiver CListCtrl CListView Cpp CPropertyPage CTreeCtrl CTreeView CView Debug developed development dll eclipse File game heap hook How-to interaction jbpm message parser PHP Program Project Script sdk service STL study Subclass thread Tips ucosoft user Visual Studio Win32/MFC Win32/MFC WordPress
    • December 2009 (28)
    • November 2009 (9)
    • October 2009 (11)
    • February 2009 (1)
    • January 2009 (1)
    • October 2008 (1)
    • September 2008 (2)
    • June 2008 (2)
    • January 2008 (4)
    • November 2007 (1)
    • October 2007 (12)
    • June 2007 (4)
    • April 2007 (1)
    • March 2007 (3)
    • January 2007 (7)
    • December 2006 (11)
    • November 2006 (20)
    • ucoGrid, a great grid control of MFC (18)
    • Solution of fatal error RC1004: unexpected end of file found (11)
    • ucoFmlParser, a formular parser use LaTex-like syntax (5)
    • How to retrieve the authenticode information (3)
    • sscanf with CString (3)
    • Deploy JBPM 3.2.2 to Tomcat and Mysql (2)
    • Retrieving a class and WMI class (2)
    • Install global hook without dll (2)
    • How to use an derived CListCtrl in CListView (2)
    • How to send/post message to CDocument? (2)
    • Mohammad: Thanks. This saved a big project from some bad bugs.
    • Allen: Thank you very much! It is really a simple yet effective solution!
    • kumar: Im very dissapponted with ur site. It is not at all userfrendly. To understand the code we need...
    • cipcipcia: how can I add to bookrmark your blog? would you like to visit mine? regards!
    • Thomas: Thank you! This helps a lot!
    • David Weber: This did help me the error RC1004: unexpected end of file found persists.
    • Vikas: Hi, Do You try to deploy JBPM 4.0 on Tomcat ? Thanks -Vikas
    • Vikas: Hi, Do You try to deploy JBPM1.0 on Tomcat ? Thanks -Vikas
  • My latest tweets

    Loading tweets...
    Follow me on Twitter!
  • User Login






    • Lost your password?
  • Blogroll

Mystique theme by digitalnature | Powered by WordPress
RSS Feeds XHTML 1.1 Top