C#
C# (see section on name, pronunciation) is an object-oriented programming language developed by Microsoft as part of the .NET initiative and later approved as a standard by ECMA (ECMA-334) and ISO (ISO/IEC 23270).
Application
Any
Platform
Any
License
Any
Hi all,
I am working on the php program to decrypted the password which is encrypted by C#. However, the codes show below could not work. Any ideas?
C# coding:
private static String password =...
Hi
I want to ctreate a program that create diagrams
so I will have an object and can connect it to other object with a line
and move the object
example
Is anyone know a sample code or...
Thanks for your reply.
Actually I want to resize just the window. There in an option in the form properties called AutoSize that will make the window fit its components. This property will not...
Please send the code that you are using for this dropdownlist issue.
-Ron
Hi,
If you really want to become one, then you will become one!!! Dont lose hope, and continue learning. You will make it.
hello,
i am almost done from developing c#.net chatting program
the program based on -multithreading
-tcp networking
-synchronization
the program can handle 100 request at one time based on...
I have the same wish.
Does anybody has any idea ?
Tks in advance.
I need A e-book for c#
In which Totally Guidance Of How to Develope Window Application,Connectivity.....Etc.
As the Black Book of VB.NET
Its V.imp.
Plz. Some Help me And Provide me that...
I don't know about resizing the form but you can dynamically size your buttons so they stretch to fit the form.
Something like this perhaps.
int boundWidth = Screen.PrimaryScreen.Bounds...
Now,there is one visual C#.net2005 program and one access database.
Please modify the program toread the records from the access database.
and save Richtextbox 's content to the access...
Hey,
I was hoping someone had a quick answer to this problem. I'm new to C#, and I'm still not totally up on everything. I have a dropdownlist with 4 items. I want to set the Selected value to...
If it interests you, I have a set of database controls in C# to do all the dirty work for you see http://www.c-sharplizards.com
These controls will generate the sql statements you need for insert...
on which technology u hv got experience?
So your saying it's impossible to write a program for Linux using C#? I didn't think it mattered what language you used as longs as you wrote the program or game for the OS that you wanted it to run...
Let me start by saying thet the principals of game programing,
are pretty much the same in all programing languages.
XNA gives you alot of tools to make your game, but you need to make the game...
Let me start be explaining just how much of an inexperienced programmer I am. I started TRYING to learn C++ some years back with a dream of being able to write games. But the further est I ever got...
Hi Frmd...
Can u say any sample project for segmenting the text from image using c#.net...
Tks in Adv...
G.Sam.....
Try this ...
private void btnEnroll_Click(object sender, EventArgs e)
{
SqlConnection mySqlConnection = new SqlConnection(Properties.Settings.Default...