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
Is it possible to create global hooks using C#?
Thanks,
Kurt
Hi,
I want code for Inviting a Friend like in hi5.com.Please help me.It's very urgent.
Hi,
I am developing a touch screen user interface and my company wants it to be used by an language in world eg. English, Japanese, Arabic, etc.
My question is:
How is input handled for...
I want following code using C# and ASP.NET 2.0?
1. How to read log file which is located in directory(C:\WINDOWS\system32\Logfiles\W3SVC1) using C# and ASP.NET 2.0?
2. How to store the content of...
Ok, I get a name space or type could not be found here's the code:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;...
ya its wrkng but some problem
What language would you want to use.
I've messed around a bit with PHP and am currently learning how to make C# and MySql play with each other.
To get the stats you may need to learn how to...
Hello.
In the design view, select the control you would like to create an event for, then in the properties list on the right, click on "Events" (The little lightning), then double click on the...
: Hi all,
:
: I'm looking forward for a career in development.I have been looking
: around for a institute which would offer me a course on
: asp.net.Finally managed to find one.They will be...
Hi,
I need C# experts help:
I'm building a window form which use webBrowser inside.
My application investigate the document populated by the webBroser.
...
this.webBrowser1.Document...
Back in my VB days when I wanted to add an event to the code, all I had to do was click on the drop down at the top left of the code view and choose the control I wanted to add an event to. The drop...
using System;
using System.Collections.Generic;
using System.Text;
namespace mineText
{
class Borad
{
public Borad() //default constractor
{
mineNum...