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).
Forum Post

DirectX SDK Tutorials

Hi, I've been mucking around with DirectX in C#, but would like to learn it in C++ as well. I am trying to work through the tutorials, but none of them will compile (VB.NET and C# work fine...
Forum Post

Re: What's the main difference between C and C++?

: Take C++. There's absolutely NO reason to learn C, unless you like : spending hours learning syntax and functions that are "depreciated" : in C++. : One reason would be to understand...
Forum Post

Re: Search folders in web server(webdav) using C#

Hi, Thanks for the info..but mine is not an IIS server..its a webdav apache server.. I am given only the url like https://.....com. I dont have any other access..using this URL i have to search for...
Forum Post

Search folders in web server(webdav) using C#

Hi, I am given only the URL of the web server. I need to search for folders having name "archive" using C# programmatically..how do i do this..please help very urgent.. I am using...
Forum Post

Re: creating toolbar in c#

: hi : How to create toolbar programatically using c# sample code would be : very helpful : : thanks in advance : Shankar N, : VBA Programmer, : Bangalore Hello Shankar, Are you...
Forum Post

Re: Login forms in c# asp.net

Hello, In asp.net, there are several authentication methods like Windows, Forms, Passpart etc. The "Forms" authentication is the most commonly used one in my eye. For example of how Forms...
Forum Post

Problem when save unicode to NVARCHAR field...

I use this C# codes to save unicode text into NVARCHAR field (SQL SERVER 2005 EXPRESS): DataRow row; row = cData.DatTable.Rows; row.BeginEdit(); row = txtCompanyName...
Forum Post

Define complexType in C#

I need to extract out the data from 2 different database and then write those data into a XML file. I manage to get the data from the database and fill them into the tables of a dataset. Now I am...
Forum Post

creating toolbar in c#

hi How to create toolbar programatically using c# sample code would be very helpful thanks in advance Shankar N, VBA Programmer, Bangalore
Forum Post

DataGridView Edit Error

Hi, I have a dataset filled with data from a Excel spreadsheet, I have bound a DataGridView control to the DataSet. When ever I edit the datagrid (without replicating the changes back to the...
Forum Post

Re: New to C#: how to interact with ext apps

Hi, There may be something for doing this in the .Net framework; if there is, I expect it will be in System.Windows.Forms. Otherwise, you're back to working directly with the Win32 API. There's an...
Forum Post

New to C#: how to interact with ext apps

To start with : I'm new to C# and .Net but not to programming. I've read the C# school book on programmers heaven so the basic is not a problem but I have not understood how to interact with other...
Forum Post

System.Threading.Thread.Sleep problems

private void Newrun_Click(object sender, EventArgs e) { Random random = new Random(); int num = random.Next(9); int last = num; int...
Forum Post

Re: Converting C to C#

"This is just a function and i think it does not need some modification." C# doesn't support pointers, I doubt it supports static namespace for functions, it will require public/private instead....
Forum Post
Forum Post

Re: Real time synchronization in C#

Use the file watcher event in .NET to get notified when files are changed in specific directories. Look at http://www.codersource.net/published/view/277/watching_file_in.aspx Tore Nestenius...
Forum Post

Re: Converting C to C#

: I am not really into .Net but i think C# has the same sintax as C or : C++. : Why do you need some modifiction then?This is just a function and i : think it does not need some modification. :...
Forum Post

Re: Converting C to C#

: HELP ME PLEASE!TNKS! : : WHO CAN HELP ME TO CONVERT THE FOLLOW C CODE TO : C# code ? : I CAN!
Forum Post

Re: Converting C to C#

Changed the subject line. Please read our forum policies before posting at these boards: "Please avoid using subjects such as 'HELP!' and 'newbie question'. A descriptive subject like 'When...
Forum Post

Converting C to C#

HELP ME PLEASE!TNKS! WHO CAN HELP ME TO CONVERT THE FOLLOW C CODE TO C# code ? c code here: static void snd_8to16(unsigned char * pcs, short * pwd, int len, unsigned char byPmo) { int...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.