Click here to Skip to main content
15,889,266 members
Home / Discussions / C#
   

C#

 
GeneralRe: Coming to grips with culture Pin
Christian Graus30-Jan-07 22:07
protectorChristian Graus30-Jan-07 22:07 
GeneralRe: Coming to grips with culture Pin
Glen Harvy30-Jan-07 22:32
Glen Harvy30-Jan-07 22:32 
GeneralRe: Coming to grips with culture Pin
Christian Graus30-Jan-07 22:53
protectorChristian Graus30-Jan-07 22:53 
QuestionHow to determine the request & response packet size of a Web Service Pin
AesopTurtle30-Jan-07 16:00
AesopTurtle30-Jan-07 16:00 
QuestionHow do I "autosize" a form? Pin
Preston McCormick30-Jan-07 14:32
Preston McCormick30-Jan-07 14:32 
AnswerRe: How do I "autosize" a form? Pin
Christian Graus30-Jan-07 15:11
protectorChristian Graus30-Jan-07 15:11 
QuestionOCR BarCode Recognition Pin
smarttom9930-Jan-07 12:53
smarttom9930-Jan-07 12:53 
QuestionA namespace does not directly contain....... Pin
Skanless30-Jan-07 12:48
Skanless30-Jan-07 12:48 
CAn someone please help to decipher why I am getting the follwoing message: "C:\Class Test\Class Test 2\OrigClass.cs(26): A namespace does not directly contain members such as fields or methods"

Please see the code below. It looks fine to me.

using System;

namespace ClassTest2
{

///
/// Summary description for Class1.
///


class Point
{

public Point()
{
Console.WriteLine("This is the default constructor");
}

public Point(int x, int y )
{

Console.WriteLine("x:{0}, y:{1}", x, y);
}
}


static void Entrance()
{

Point Origin = new Point();
Point bottomRight = new Point (600, 800);
}
}


Skan

If you knew it would not compile why didn't you tell me?!?!?!

AnswerRe: A namespace does not directly contain....... Pin
Luc Pattyn30-Jan-07 12:58
sitebuilderLuc Pattyn30-Jan-07 12:58 
GeneralRe: A namespace does not directly contain....... [modified] Pin
Skanless30-Jan-07 13:06
Skanless30-Jan-07 13:06 
GeneralRe: A namespace does not directly contain....... Pin
Colin Angus Mackay30-Jan-07 13:20
Colin Angus Mackay30-Jan-07 13:20 
GeneralRe: A namespace does not directly contain....... Pin
Skanless30-Jan-07 13:24
Skanless30-Jan-07 13:24 
QuestionNeed help " DataBinder.Eval " Pin
ujupanmester30-Jan-07 12:38
ujupanmester30-Jan-07 12:38 
AnswerRe: Need help " DataBinder.Eval " Pin
Christian Graus30-Jan-07 12:48
protectorChristian Graus30-Jan-07 12:48 
GeneralRe: Need help " DataBinder.Eval " Pin
ujupanmester30-Jan-07 13:11
ujupanmester30-Jan-07 13:11 
GeneralRe: Need help " DataBinder.Eval " Pin
Christian Graus30-Jan-07 13:50
protectorChristian Graus30-Jan-07 13:50 
QuestionHow can I tell if my Webbrowser object is selected Pin
earlgraham30-Jan-07 12:31
earlgraham30-Jan-07 12:31 
AnswerRe: How can I tell if my Webbrowser object is selected Pin
Stefan Troschuetz30-Jan-07 21:23
Stefan Troschuetz30-Jan-07 21:23 
QuestionADO.NET DataGrid/DataGridView Help [modified] Pin
Blekk30-Jan-07 12:31
Blekk30-Jan-07 12:31 
QuestionExtract data out of a LARGE text file Pin
amatbrewer30-Jan-07 12:22
amatbrewer30-Jan-07 12:22 
AnswerRe: Extract data out of a LARGE text file Pin
Luc Pattyn30-Jan-07 12:36
sitebuilderLuc Pattyn30-Jan-07 12:36 
GeneralRe: Extract data out of a LARGE text file Pin
amatbrewer30-Jan-07 12:49
amatbrewer30-Jan-07 12:49 
GeneralRe: Extract data out of a LARGE text file Pin
Luc Pattyn30-Jan-07 13:05
sitebuilderLuc Pattyn30-Jan-07 13:05 
GeneralRe: Extract data out of a LARGE text file Pin
amatbrewer30-Jan-07 16:05
amatbrewer30-Jan-07 16:05 
GeneralRe: Extract data out of a LARGE text file Pin
spin vector30-Jan-07 17:29
spin vector30-Jan-07 17:29 

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.