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,
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...
: 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...
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...
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...
: 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...
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...
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...
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...
hi
How to create toolbar programatically using c# sample code would be very helpful
thanks in advance
Shankar N,
VBA Programmer,
Bangalore
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...
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...
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...
private void Newrun_Click(object sender, EventArgs e)
{
Random random = new Random();
int num = random.Next(9);
int last = num;
int...
"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....
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...
: 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.
:...
: HELP ME PLEASE!TNKS!
:
: WHO CAN HELP ME TO CONVERT THE FOLLOW C CODE TO
: C# code ?
:
I CAN!
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...
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...