Sunday, 30 December 2012 13:56

how to run c# desktop application with full screen

Written by
Rate this item
(0 votes)

If you want to run your software with same width and
height as your monitor's width and height then
implement the following technique in your application-

Rate this item
(0 votes)
Any one can comment,like a facebook post from a website
outside of facebook.following codes shows how one can
implement that in their website.
Rate this item
(1 Vote)

It's a good practice to show orange border when you set focus to textbox.
also the border will stay for some seconds.this way user know
that they have to do task on that textbox.

Saturday, 22 December 2012 13:54

c# abstract class

Written by
Rate this item
(0 votes)

The abstract class indicates that a class may be used
as a base class for other classes and is not instantiable.

Rate this item
(0 votes)

It's needed to get the current date and time of the user
computer for processing using javascript.

Friday, 21 December 2012 13:54

data type conversion in csharp

Written by
Rate this item
(0 votes)

One great job programmers do is to convert one type to
another type.there are 2 type of conversions.

Saturday, 19 January 2013 13:55

how to make uneditable textbox

Written by
Rate this item
(0 votes)

you have tried to show data in the asp.net textbox
control and wanted that user will not be able to
modify data in the textbox or cursor will not be
shown in the textbox or other technical reason
then this tips can help you -


Latest discussions

  • No posts to display.