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 have a Dll written in C++ and would like to use its fuctions within my C# code. Is it possible??
thanks
: Hey guys i am starting to study asp.net only recently. I would like
: to have a book which could help me to grasp it slowly.
:
Hello, welcome to the asp.net world. I suggest these two...
Hi,
This one:
: y y1 = new y( ref ((object[]) Tstr1) ) ;
Is close. Unfortunately, it Just Won't Work, though - at least, I can't see a way.
When you are doing a cast of an...
: : I have got web application in which is grid (component art) on
: : click right button show context menu by the javascript.
: : Context menu includes "Delete" file and "file_move".
: : I...
Hello I am currently a student for A+, Network+, Security+, MCSE/MCSA, etc. You know the drill.
Anyway, I was wondering if it would be worth my time to learn a few languages. I know it would be...
Hi all,
I want to make a small program that will open a webpage and search for a text inside the webpage. something like:
a=open(www.somewebsite.com)
if found("Elvis" in www.somewebsite.com)...
Hi all,
I want to make a small program that will open a webpage and search for a text inside the webpage. something like:
a=open(www.somewebsite.com)
if found("Elvis" in www.somewebsite.com)...
Hi,
I don´t exactly understand what You mean, "share variable between classes".
Do You want to access a value(stored in variable) with objects from different classes?? Or using a static...
0 )
{
using( Graphics graphics = Graphics.FromImage( newImage ) )
{
graphics.DrawRectangles(
new Pen(...
: What if, when a user creates a code block larger then x number of
: lines of code, the forum software puts the code block within a
: textarea with its own scrollbars?
:
: This way, the code...
Hi
I need to use some functions from the Win32 API, but the problem is I find it dificult to find the constants. e.g. WM_CAP_CONNECT,WM_CAP_START e.t.c.
What I need is a library or some tool...
I have never used C#, so I can't really judge it, although I have programmed plenty in Java, which is very similar to C#. The syntax is also fairly similar to C++, so if you know C++, C# shouldn't be...
Hi,
A few ways you can do it...
1) Look up the type in the MSDN docs. That will tell you all you need to know.
2) Assuming the IDE for VB.NET and C# work similarly, if you highlight a class...
Hello,
i'm writing a little program.
And i have a big question :)
I'm using .net 2005.
Now i want to read some data from my database, with a simple sql command.
But how can i do this?...
GentleMen
I AM Using c# 2005 I am Recording The Macro
But When I am Running It , It is not Doing Anything
ALthou i have selected the option in the Editors options
TO allow the Macros to Run...
GentleMen,
I Am using c# 2005
((mshtml.HTMLInputElement)((mshtml.HTMLElementColl ection)((mshtml.HTMLDocument)Doc).getElementById(" Some_form")).namedItem("SomeButton")).click() ;
i could...