Click here to Skip to main content
15,888,334 members
Home / Discussions / C#
   

C#

 
QuestionHow to get Paragraph leading? Pin
sachinkalse8-Feb-05 18:23
sachinkalse8-Feb-05 18:23 
AnswerRe: How to get Paragraph leading? Pin
sachinkalse9-Feb-05 13:29
sachinkalse9-Feb-05 13:29 
GeneralI'm having trouble adding records to Access Pin
Bill Prada8-Feb-05 17:09
Bill Prada8-Feb-05 17:09 
GeneralRe: I'm having trouble adding records to Access Pin
Luis Alonso Ramos8-Feb-05 19:00
Luis Alonso Ramos8-Feb-05 19:00 
GeneralRe: I'm having trouble adding records to Access Pin
bprada9-Feb-05 4:22
bprada9-Feb-05 4:22 
GeneralRe: I'm having trouble adding records to Access Pin
Luis Alonso Ramos9-Feb-05 5:10
Luis Alonso Ramos9-Feb-05 5:10 
GeneralRe: I'm having trouble adding records to Access Pin
Luis Alonso Ramos9-Feb-05 5:21
Luis Alonso Ramos9-Feb-05 5:21 
Generali got stuckup with my first C# program Pin
nagarajuepuri8-Feb-05 15:39
nagarajuepuri8-Feb-05 15:39 
hi,
basically I am a VB/ASP developer, and I am poor in OOP's concepts. I just started learning C#, and when I am trying to execute my first C# program which i got in one book, after execution it is not returning any line to out put screen. plz help me in this.

CODE:
<br />
using System;<br />
<br />
namespace Wrox.ProCSharp.Basics<br />
{<br />
	class MyFirstCSharpClass<br />
	{<br />
		static void Main()<br />
		{<br />
			Console.WriteLine("This isn't at all like Java!");<br />
			Console.ReadLine();<br />
			return;<br />
		}<br />
	}<br />
}<br />


nagarajuepuri
GeneralRe: i got stuckup with my first C# program Pin
Daniel Turini8-Feb-05 15:58
Daniel Turini8-Feb-05 15:58 
GeneralRe: i got stuckup with my first C# program Pin
nagarajuepuri8-Feb-05 16:09
nagarajuepuri8-Feb-05 16:09 
GeneralRe: i got stuckup with my first C# program Pin
S. Senthil Kumar8-Feb-05 18:13
S. Senthil Kumar8-Feb-05 18:13 
GeneralRe: i got stuckup with my first C# program Pin
Mr.Cooper9-Feb-05 1:18
Mr.Cooper9-Feb-05 1:18 
GeneralRe: i got stuckup with my first C# program Pin
nagarajuepuri9-Feb-05 6:09
nagarajuepuri9-Feb-05 6:09 
GeneralRe: i got stuckup with my first C# program Pin
Dave Kreskowiak9-Feb-05 6:22
mveDave Kreskowiak9-Feb-05 6:22 
GeneralDon't display form icon Pin
.gonad8-Feb-05 15:32
.gonad8-Feb-05 15:32 
GeneralRe: Don't display form icon Pin
Mr.Cooper9-Feb-05 1:20
Mr.Cooper9-Feb-05 1:20 
GeneralRe: Don't display form icon Pin
.gonad10-Feb-05 14:35
.gonad10-Feb-05 14:35 
GeneralCard Selection Screen Pin
Bob Bonser8-Feb-05 15:29
Bob Bonser8-Feb-05 15:29 
QuestionHow do I find out if a file is signed or not? Pin
ethanwa8-Feb-05 14:54
ethanwa8-Feb-05 14:54 
Questionfast way to find the index of the first letter in a richTextBox? Pin
ektoras8-Feb-05 13:53
ektoras8-Feb-05 13:53 
AnswerRe: fast way to find the first letter in a richTextBox? Pin
Christian Graus8-Feb-05 14:02
protectorChristian Graus8-Feb-05 14:02 
GeneralRe: fast way to find the first letter in a richTextBox? Pin
ektoras8-Feb-05 14:17
ektoras8-Feb-05 14:17 
GeneralRe: fast way to find the first letter in a richTextBox? Pin
mav.northwind8-Feb-05 20:20
mav.northwind8-Feb-05 20:20 
GeneralRe: fast way to find the first letter in a richTextBox? Pin
ektoras8-Feb-05 23:10
ektoras8-Feb-05 23:10 
GeneralSizing toolbar buttons Pin
Luis Alonso Ramos8-Feb-05 12:17
Luis Alonso Ramos8-Feb-05 12:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.