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
Hello friends,
Hi i am jitender, i am working on a visual studio 2005 on windows
project using C# language.For my project i need to implement Gantt
Chart.So kindly reply me if you know any...
The idea is to add 7 and wrap around 10 (i.e. 4+7=1), so in the second transformation all you need to do is add 3 and wrap around 10 again (1+3=4). The sum of the two tranformations is effectively...
I am trying to run examples in VB.NET class in
Visual Basic 2008 Express Edition
Here's my Classes
Class A
Protected Sub DoWork()
Console.WriteLine(" DoWork called")
End Sub
End...
I have several classes that have a following structure:
public abstract class MainClass {
public abstract void SomeAction();
}
class Class1 : MainClass {
...
public override void...
Hi all,
This is my first post. I've recently retired and I'm trying to learn a new skill, programming in C#.
I'm teaching myself so this is not a school assignment.
Here's the problem:...
helo guys.
help po pls. ,
enege aq sample prog in c# ng enrolment system at medical clinic record system...
please ...
thanks poh....
Hi there,
I was trying to write a sample chat application using SOAP Web Services, and I almost finished all the parts, but I have no idea how can I inform the clients whenever a new message comes...
Hi,
I think you should use an SMS gateway software. I found this on the internet: http://www.ozekisms.com
You can use it from C# as well. Yo will need a GSM modm or an IP connecton to be able to...
Hi !!
well I have a question, is it posible to get from the Applications tab in Task Manager that shows a list of programs currently running?
Right now I know how to get it from the Processes...
Thanks for the help, ive had a look at this but im still a little stumped.
I've sent you a pm with some attachments.
Thanks for this help and any more to come.
I first started trying to program in my mid teens using C++. Now I'M 23 and I'M not much better. I can't do anything more complex than basic input/output, if/else statements, simple loops and very...
If you don't mind someone, take a look at this code and give me a helping hand please.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace...
Wll im not sure we need to write them to disk, more so just store them temporarly while the program is running. So that if the letter has been guessed befor it cant be guessed again as it will be...