Posts

Showing posts from September, 2012

Ques: what is the main difference between c and c++?

for Note's and Assignment call and Message : 9810301034 and email on g9_sharma@yahoo.com Ques: what is the main difference between c and c++? Answer: C C++ DATA IS NOT SECURED SECURED TOP DOWN BOTTOM-UP FOCUS ON PROCEDURES FOCUS ON DATA PROGRAMS ARE DECOMPOSED INTO OBJECTS INTO FUNCTIONS allocation is done NEW OPERATOR with malloc statement UNOINS AND ENUMS AVALIABLE ARE NOT AVALIABLE DOES NOT PROVIDE PROVIDES DEFAULT ARGUMENTS

C# Sample Program To check Validation of Textbox :

Image
Check wither the entered text is char or not.

First Message Program..

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace msg {     public partial class Form1 : Form     {         public Form1()         {             InitializeComponent();         }         private void button1_Click(object sender, EventArgs e)         {  MessageBox.Show("hi this is msg","HI");  MessageBox.Show("Incorrect User ID/Password");  MessageBox.Show("Incorrect User ID/Password","Authentication"); DialogResult d= MessageBox.Show("Incorrect User ID/Password","Authentication",MessageBoxButtons.OKCancel); DialogResult d = MessageBox.Show("Incorrect User ID/Password", "Authentication", MessageBoxButtons.OKCancel,Messa...

C# Windows Application Help 2

Image
*Text Box:- Text Font ForeColor BackColor BorderStyle Dock Location MaxLenght MultiLine Passwordchar Readonly Visibility TextAling

C# Window Application Help 1

Image
* Form Property :- Form :- Text :- for show in the form border FormBorderstyle Forcolor Icon Forecolor Font BackGroundImage ControlBox MinBox MaxBox Location Locked Opacity 1 to 100 % TransparecyKey (Hide Form Color) WindowState Example:-

SQL Tutorial

www.w3schools.com/ sql for Note's and Assignment call and Message : 9810301034 and email on g9_sharma@yahoo.com

Java Tutorial

www. tutorial spoint.com/ java /index.htm

C++ Language Tutorial

www.cplusplus.com/doc/ tutorial /   for Note's and Assignment call and Message : 9810301034 and email on g9_sharma@yahoo.com

C # (sharp)

http://www.csharp-station.com/Tutorial.aspx

Visual basic all Help..

http://visualbasic.freetutes.com/learn-vb6

C Assignment

Assignment of C 1.       Write a Program display a day by the given no.? 2.       Write a Program month by the given no.? 3.       Write a Program    a day by the given any no.? 4.       Write a Program add no. 1 to 20? 5.       Write a Program square the all no. from 1 to 10? 6.       Write a Program find out the multiplication 1 to 15 no.? 7.       Write a Program find out the even and odd no from1 to 15 no.? 8.       Write a Program square and addition from 1 to 15 no.? 9.       Write a Program factorial of a given no.? 10.     Write a Program input the element of array the display output of array? 11.     Write a Program Array and at the all element and display the result 10 element? 12....