Click here to Skip to main content
15,922,894 members
Home / Discussions / C#
   

C#

 
Generalcontrol box Pin
sreejith ss nair4-Jul-04 17:26
sreejith ss nair4-Jul-04 17:26 
GeneralRe: control box Pin
Nick Parker4-Jul-04 17:41
protectorNick Parker4-Jul-04 17:41 
GeneralRe: control box Pin
sreejith ss nair4-Jul-04 18:25
sreejith ss nair4-Jul-04 18:25 
QuestionHow can I get the size of the string in pixel ?? Pin
MarkSender4-Jul-04 16:56
MarkSender4-Jul-04 16:56 
AnswerRe: How can I get the size of the string in pixel ?? Pin
Nick Parker4-Jul-04 17:24
protectorNick Parker4-Jul-04 17:24 
Generalclearing console screen Pin
insurgentpyro4-Jul-04 16:42
insurgentpyro4-Jul-04 16:42 
GeneralRe: clearing console screen Pin
Nick Parker4-Jul-04 17:28
protectorNick Parker4-Jul-04 17:28 
GeneralRe: clearing console screen Pin
insurgentpyro4-Jul-04 17:44
insurgentpyro4-Jul-04 17:44 
GeneralRe: clearing console screen Pin
Nick Parker4-Jul-04 18:05
protectorNick Parker4-Jul-04 18:05 
GeneralRe: clearing console screen Pin
insurgentpyro4-Jul-04 18:18
insurgentpyro4-Jul-04 18:18 
GeneralRe: clearing console screen Pin
Nick Parker4-Jul-04 18:25
protectorNick Parker4-Jul-04 18:25 
GeneralRe: clearing console screen Pin
insurgentpyro4-Jul-04 18:35
insurgentpyro4-Jul-04 18:35 
GeneralDrawImage - resize proportionately Pin
myNameIsRon4-Jul-04 16:10
myNameIsRon4-Jul-04 16:10 
GeneralRe: DrawImage - resize proportionately Pin
Nick Parker4-Jul-04 18:17
protectorNick Parker4-Jul-04 18:17 
QuestionHow can I find activeskin skins Pin
Ahmed Gaser4-Jul-04 14:00
Ahmed Gaser4-Jul-04 14:00 
AnswerRe: How can I find activeskin skins Pin
Heath Stewart5-Jul-04 5:45
protectorHeath Stewart5-Jul-04 5:45 
GeneralRe: How can I find activeskin skins Pin
Ahmed Gaser5-Jul-04 11:18
Ahmed Gaser5-Jul-04 11:18 
GeneralSpace in table name problem Pin
benglish724-Jul-04 13:56
benglish724-Jul-04 13:56 
GeneralRe: Space in table name problem Pin
Christian Graus4-Jul-04 14:08
protectorChristian Graus4-Jul-04 14:08 
GeneralRe: Space in table name problem Pin
benglish724-Jul-04 14:20
benglish724-Jul-04 14:20 
GeneralWhoops, it worked! thanks Pin
benglish724-Jul-04 14:27
benglish724-Jul-04 14:27 
GeneralRe: Whoops, it worked! thanks Pin
Christian Graus4-Jul-04 15:04
protectorChristian Graus4-Jul-04 15:04 
GeneralWord 2003 & C# Pin
thesundancekid4-Jul-04 8:10
thesundancekid4-Jul-04 8:10 
GeneralRe: Word 2003 & C# Pin
Heath Stewart5-Jul-04 5:51
protectorHeath Stewart5-Jul-04 5:51 
Generalnoob - using WinConsole - need to compile Pin
insurgentpyro4-Jul-04 6:19
insurgentpyro4-Jul-04 6:19 
i recently downloaded the source code for the WinConsole, by Wesner Moise. (http://www.codeproject.com/csharp/winconsole.asp). I have the source codes, but i'm not sure how to compile them.

at the command line, i've tried different ways:

csc WinConsole.cs
csc /t:library WinConsole.cs
csc /r:ConsoleWriter.cs WinConsole.cs

all i get is errors like "no entry point defined" and "ERROR CS0246: The type or namespace name 'ConsoleWriter' could not be found (are you missing a using directive or an assembly reference?)"

i'm not sure what to do. in the folder i downloaded with all the sources, i have the following files:

bin (dir)
obj (dir)
App (icon)
AssemblyInfo.cs
ConsoleWriter.cs
Main.cs
WinConsole.cs
WinConsole.csproj
WinConsole.csproj.user

Can someone help me?

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.