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
I am new to C#
Then try the C# board.
hi
i need to do image processing and for that i use AVM algorithm.
the AVM Algorithm
now i dnt know how to use it with c# windows application???
can anybody or any c# developer helps me???...
Nobody can help me? I'm thinking about developing a Windows service that runs as TCP/IP server (using sockets), but I don't know if there
is an easier way with the tools and languages provided by...
I'm trying to develop a web application for a system consisting of several hardware devices, which will connect to a specific IP and port of a server to send some measuring data (plain text). This...
hi
I am working on a project where I need to program a c# interface fo video surveillance using a wireless camera.
any help???
An array in C# is simply a collection of objects in sequential order. Each item in the array can be referenced by an integer index. Array indices start at zero and go to the length of the array -1....
Thannx dude but my problem is that i am new to C# and i just need code that could help me achieve the task,
Camtasia and this PowerPoint to video converter can help you do this.
Hi,
for example you can use a dummy register where to
put data inverted using a "for cycle" in which you decrement
your index, and then you can print the dummy register instead
of the...
How do i print the elements of a one dimensional arrray in reverse order.
The decision of this problem should be described in the documentation. link:http://www.webdavsystem.com/server/documentation/ms_office_read_only
If is not present write the personal message, I...
when i change the value of a cell,that contains a number(change to string),
error
http://up.iranblog.com/Files/d271e329197d42cf8e1e.JPG
Hi,
I want to refresh parent page from generic handler(.ashx), but its not working plz suggest how to resolve this issue.
Thanx.
We are developing web application in which we have provided force download functionality for PDF report.
We have following code to support Force Download Functionality for PDF report.
Response...
I am currently working on a site to simplify 3 others that we use. I am having a few problems, but the one I am having the most trouble with is a textbox. The site we use has a page where we enter...
By mixed mode you mean(starting from the class with entry point, C#):
1: C#
2: C++/CLI(DLL)
3: Unmanaged C++(DLL)
I'm gonna try this solution. I hope i don't get confused working with all these...
hey,
Is there a way to use an unmanaged C++ DLL in C#?
I've tried "converting" the DLL using tlbimp.exe to a RCW. But this gives a an error that it isn't a valid type library.
I've also...
Hi All
I am having a problem and been looking for days on passing a variable to a textbox in reportviewer.
Currently I have one date string and eventually will have six that I want to pass to...
I have a large dataset(around 50000 points in a list) which has be visualized in a line chart.The size of Canvas may vary according to the size of dataset. Massive amount of points makes the drawing...
i want to make a program for parallel port control,actually i want that "for 100msec the pin no 1 is high and then for 1500msec pin 6 high and then stops"
so how can i do this in csharp???