Register |

Author Code Resources

Find developer resources,code sample,articles,blogs,project sample for creating application in various technology.
Programming Languages
Tech News and Resources

Recent Articles,blogs and code snippets


How to change Border Style of windows form in C#

  You can set the several border styles of your windows form. With the help of ‘FormBorderStyle’ property of the windows form, you can control the resizing behavior of the form, you can also control the appearance of the caption bar and buttons controls.

PadLeft and PadRight in C#

  We can use PadLeft and PadRight methods for inserting characters in C#. Padleft and PadRight methodsare used to add characters to the beginning and end of your text.

Example of run-time error in C#

  This example shows that how a run-time error causes termination of execution of the program :

Use of SaveAs file dialog box in C#

  This example requires one richtextbox control named ‘RichTextBox1’ and one button control named ‘btnSave’ on the windows form.

List of common C# exceptions

  following is the list of common exception in c#:

10 common Interview Questions And Answers in C#

  Ques1. What is the Thread? Ans. A Thread is a the entity within a process that Windows schedules for execution.

Starting with Google Docs

  Google docs means Google documents is a free web based application in which documents,spreadsheets and presentations can be created.

Goolge AdSense announced +1 button feature on display ads

  Google AdSense announced that the +1 button feature and personal recommendations will appear with display ads. We know about + button feature in google search, similarly it will appear on AdSense for Content and AdSense for Mobile Content display ad formats (animated gif,image, and Flash). So this is helpful for us to determine an [...]

How to get list of all installed software or application on your machine in vb.net

  Following example is for finding the list of all installed software and applications on your machine.

How to get all installed printers name on your machine in C#

  In this example we will bind names of all installed printers of your machine in combobox control. This code sample requires one ComboBox control named ‘ddInstalledPrinters’.

More inside AuthorCode