How to Show OpenWith Dialog Box in Visual Basic 2008?

How to show Open With dialog in Visual Basic .Net 2008? Please click here for more detail!

How to Create English Typing in Turbo C++?

  • Draw keyboard layout in Turbo C++ Programming Language
  • Get key code and match the key in Keyboard Layout
  • Move letter one by one in a whole sentence to be typed
  • Make different type of typing style (3 styles including here)

Read More…

How to Create Firework in Turbo C++?

This sample will show you the uses of graphic mode in Turbo C++ on how to create five animated fireworks (Use putpixelfunction from #include<graphics.h>).

Read More…

How to Track GMail Account: Where the Sender Comes From?

To track your Gmail account on where the sender comes from, please follow the steps below:

  1. Choose one inbox’s mail you want to track
  2. On the top-right, click the drop-down of button Reply
  3. Click on Show Original
  4. Copy Email Header in the Original Page
  5. Goto address: http://www.ip-adress.com/trace_email/
  6. Then Paste the Email Header into the Top TextBox
  7. Click button Trace Email Sender


Read More…

How to Save Image into Table in Microsoft Access Using VB 2008

Please follow the instruction below:

  • Step 1: Create Database in Microsoft Access
    • Database: data.mdb
    • Create Table: tblstudent(stdid: Number, name: text, photo: OLE Object)
  • Step 2: Create Visual Basic 2008 Project
    • Create and Save Project in Visual Basic 2008
    • Put the database file (data.mdb) in the project execution folder (\bin\debug\)
    • Create Form named: frmStudent (view as the following image)

Read More…

How to Create Customized Ribbon in Microsoft Access 2007

This article shows you one scenario about how to create a customized Office Fluent Ribbon in Microsoft Access 2007. This article applies to only Microsoft Office Access Database not include the Microsoft Office Access Project (*.ADP). To customized our own Ribbon we need to know some of XML markup text.

Scenario for creating customized Office Fluent Ribbon in Microsoft Access 2007

  • Step 1: Create New Project Database or Open your existing Project Database
  • Step 2: Create New Table named USysRibbons with the following fields:
    Field Name Data Type Description
    RibbonName Text Unique name that identifies the UI extensibility customizations in the RibbonXML field.
    RibbonXML Memo RibbonXML that describes a set of customizations to be applied to the Office Fluent UI.

Read More…

Create Napoléon Fortune Teller in Turbo C++

This sample code shows you how to:

  • use graphic mode in Turbo C++
  • use mouse pointer in Turbo C++
  • create windows-like interface (button, textbox, form, scroll bar, etc.)
  • generate code for the requested name for fortune teller


Click for more detail


Ref: www.setha.info

Follow

Get every new post delivered to your Inbox.