Sunday, June 5, 2011

Adsense

Kiriman ini mengonfirmasi kepemilikan saya terhadap situs dan situs ini
mematuhi kebijakan program dan Persyaratan dan Ketentuan AdSense.
partner-pub-6467286469260767

Saturday, March 5, 2011

EARN INCOME FROM YOUR WEBSITE

Global Promote (HTML)

Promote to over 10 million customers

Advertise to over 10 million individuals around the world.

We promote your company in worldwide network of affiliate webpages, each with own narrow auditory.
Our company gives you effective advertising strategies that helps you profitable online.
We will give you real and visible results and take your web-site to the next level.
Promote to Millions individuals Now...

Wireless cell phone video surveillance solution is here adding a sense of personal protection and safety it offers you real-time video monitoring.

Wireless cell phone video surveillance solution is here adding a sense of private security and safety it offers you real-time video monitoring.

Wireless cellular phone video surveillance solution This know-how utilizes the most powerful software applications for distantly monitoring from ANYWHERE in the world.
This is a solution that will turn any ordinary mobile phone into a high end security device.
The surveillance system brings video from video source such as USB or IP Webcam to your cell phone. It contains both the client and server software.

Friday, March 4, 2011

Advertise to over 10 million customers around the globe

بسم الله الر حمن الر حيم

Get More Customers

Get More Visitors, Get More Income!!!

With no constant stream of shoppers you cannot have reliable everyday revenue.
It's not possible to get income if no one visits your web-site. You have to have shoppers to see your website, every day, 24 hours!
We help more than 30,000 customers get more shoppers from Internet.
You will increase your revenue by receiving hundreds of real targeted shoppers to see your website.
More Visitors...

Thursday, February 10, 2011

Load from richTextBox

بسم الله الر حمن الر حيم

          Same as SaveFile, loadFile method is also used by richTextBox, but its function is different from SaveFile. LoadFile function to load / retrieve data from disk to display in richTexBox. Youcan use openDialog to load or coding, same

          Method LoadFile using openDialog is:

Set Font Attributes RichTextBox Control

بسم الله الر حمن الر حيم

          You can set Font in richTextBox control just in one line code, do not believe? I will showing to you:

          Before you set font in richTextBox, you can set font in Properties Toolbar, in Font. You can find fonts installed on your computer here and set the font without code. But it’s was not effective, because you can only set one time only. iwill showing to you, how to set font in richtextBox with code:

Add and Remove item on comboBox

بسم الله الر حمن الر حيم

          How to add item on comboBox in C#? Please follow me:

  1. Add component of comboBox in Form
  2. Double click header of Form
  3. Type below text (if your comboBox name is comboBox1)
comboBox1.Items.AddRange(new object[] { "String1", "String2", "String3", "String4", "String5" });
comboBox1.Text = "String1";

Or, you can add one of string to your comboBox:

Save file with richTextBox in C Sharp

بسم الله الر حمن الر حيم

          If you work using richTextBox component in C #, you definitely will use the following method: SaveFile ();.

This method serves to store text written over the richTextBox. The Windows Forms RichTextBox control cans write the information it displays in one of installments formats:

          * Plain text

          * Unicode plain text

          * Rich-Text Format (RTF)

          * RTF with spaces in place of OLE objects

          * Plain text with a Textual representation of OLE objects

Comment in C Sharp

بسم الله الر حمن الر حيم

          First, If you were asked about how to provide comments in C #, how would you answer it?
Perhaps you will say: please see the help file,or for those of you who are used to using this language, you surely know the answer. Yes, the answer must use the characters / / to one paragraph and / ** / for a few paragraphs...

          Yupz, way to comment on the language C # is almost similar to the way to comment to Delphi, this is because the designers of C # are the same people when designing Delphi, Anders Hejlsberg name. Previously he worked at Borland for Delphi design, but now he was at Microsoft to design and develop C # language