Results 1 to 13 of 13

Thread: c# compile code,

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    c# compile code,

    c# compile code,

    ok when you run code from the IDE and its a console app, how come the second its finished it closes the console, can i change it so the console stays open untill i close it?

  2. #2
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690
    Yes you can. Any other questions?

  3. #3
    Lively Member CORONA BEER's Avatar
    Join Date
    May 2004
    Location
    THE INTERNETS!
    Posts
    82
    I dont know about C# but in Delphi if you print out to the console it stays open.

  4. #4

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787
    yea thats what i'm doing at the moment, suppose i'll just keep running this

  5. #5

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787
    Originally posted by Mike Hildner
    Yes you can. Any other questions?
    You will not dignified with a response


  6. #6
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    You can always put a Console.Readline in
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  7. #7
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682
    When our new Sandpaper lib is finished, this problem will be a thing of the past. Of course there will be a whole load of new problems to worry about but we'll burn those bridges when we get to them.
    I don't live here any more.

  8. #8

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787
    ooooooooo sandpaper will fix it! why did i not think of that sooner!

    Hurry up with your app!

  9. #9
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Make sure to make Sandpaper a pain to use. Like stick it under 30 namespaces.



    System.Sandpaper.Sandpaper.Sandpaper.Sandpaper.Sandpaper.Sandpaper.Sandpaper.Sandpaper.Sandpaper.San dpaper.Sandpaper.Sandpaper.Sandpaper.Sandpaper.Sandpaper.Sandpaper.Sandpaper.Sandpaper.Sandpaper.San dpaper.Sandpaper.Sandpaper.Sandpaper.Sandpaper.Sandpaper.Sandpaper.Sandpaper.Sandpaper.Sandpaper.San dpaper.Sandpaper.Sandpaper.Sandpaper.Sandpaper.Sandpaper.Sandpaper.Sandpaper.SandpaperClass
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  10. #10
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Code:
    Namespace A
        Namespace B
            Namespace C
                Namespace D
                    Namespace E
                        Namespace F
                            Namespace G
                                Namespace H
                                    Namespace I
                                        Namespace J
                                            Namespace K
                                                Namespace L
                                                    Public Class M
                                                        Public Sub N()
                                                            System.Windows.Forms.MessageBox.Show("I cant believe you typed this far")
                                                        End Sub
                                                    End Class
                                                End Namespace
                                            End Namespace
                                        End Namespace
                                    End Namespace
                                End Namespace
                            End Namespace
                        End Namespace
                    End Namespace
                End Namespace
            End Namespace
        End Namespace
    End Namespace
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  11. #11
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682
    what about...

    Code:
    Sandpaper.iliiiilililililiiiiili.liiliiiiliilililiiil.iililiillllliiliiii.lililiillil.illillllilllliiiiii.liiilillllli.SandPaperClass
    Hows your eyesight?

    Cander, How would you like to write us a RudeMessageBox class for the project?

    It'd be rude for anyone else to do it.

    http://www.vbforums.com/showthread.p...hreadid=305238

    Join us join the dark side. Team Sandpaper.
    Last edited by wossname; Sep 16th, 2004 at 02:51 PM.
    I don't live here any more.

  12. #12
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Sure. Ill make a RudeMessageBox for ya.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  13. #13
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690
    Sorry Pino, I couldn't resist. Also wasn't sure if you were serious or not - not like this is the C# forum. Does ctrl-f5 instead of just f5 work for you? It's a little different than f5 so if not, the suggested readline might be.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width