This receipe is a very handy utility to extract the attachments from your mail. Suppose you receive a good mail which has attachments. You want to store the mail but without the attachment.
Advertisement
Learn how to get the results from a DB query: [Error / Vield Value], [TRUE / FALSE], [FOR ... NEXT], [WHILE ... WEND]
How to Read a text file in ASP .NET ? is an user friendly tutorial in which author describes the procedure for reading the text files. Through this tutorial users can learn about name space, which has to be included in the programme to read the...
How to capture the Double Click event in a DataGrid? is a tutorial in which the author gives you a brief explanation about how to retrieve the values of the rows when it is double-clicked, show the contents of the row that is selected and how to...
How to determine the DB item is null or not is a tutorial in which the author shows you how to eliminate the error which arises when you store the database item which has empty data. IsDBNull method gives you the solution for this problem. The...
HOW TO: Use the RequiredFieldValidator Control with Other Validation Controls to Handle Blank Entries is an ASP.NET article in which author elaborates about web form validation with the help of RequiredFieldValidator controls. In this tutorial...
Sample showing how to modify the system menu of Form (change, delete, add new items in menu). + Example of showing the ShellAbout dialogue (as in standard Windows programs).Exe-demo available from Homepage
This article explains how to use the file upload features of the web to upload images and store the binary data directly into a MySQL database and access it later for use in your projects.
Sample showing how to modify the system menu in forms (change, delete, add new items in menu) and example of showing the ShellAbout dialogue (as in standard Windows programs).
This is an useful article through which .NET application developers can know about how to bind the data from the database table to the datagrid control using the databind method. This article also shows various formatting options of the datagrid...
This example shows how to extract text informations from a PDF file without the need of system dependent tools or code. Just use the pyPdf library from http://pybrary.net/pyPdf/
Ultra Document to text can extract simple-text from pdf, doc, rtf, ppt, xls, htm, mht files. Ultra Document to text can extract simple-text from pdf, doc, rtf, ppt, xls, htm, mht files, it does NOT need Adobe Acrobat, Microsoft Office software. It...
This recipe illustrates how to extract a low resolution grid from a high resolution grid using the Numeric package. It presents an inefficient but straightforward solution and then a more efficient solution that employs the functionality in Numeric.
The standard zipfile module provides only a method to extract the entire content of a file from within a zip-file. This extension adds a generator method to iterate over the lines in a file, avoiding the memory problems.
This is a very short code snippet illustrating how to convert individual pages of PDF documents to TIFF files, one TIFF file per page. It works only on Mac OS X with PyObjC installed. As a recipe the code is compact and does not check for many...
Shows: how to derive a class from NullWriter that accumulates text from the body of an HTML page, how to derive a class from HTMLParser that retains metatag information, how to instantiate these classes and display a typical result of using them.
How to make flash (.swf) transparent is a simple tutorial which is useful for the web developers to know how to make the flash files transparent by publishing the flash file from Macromedia flash as well as by using the value attribute of the...
How to use the speech module to use speech recognition and text-to-speech in Windows XP or Vista.
The voice recognition system can listen for specific phrases, or it can listen for general dictation.
You can use...
This is a recipe for extracting file version information from Windows files, using the Win32 API.
Sample Code for Extracting Image Text from Remote Image URL
//build URI to extract text String strURI = ""; strURI =... |