Thread: CLR Console vs Form Application

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Dec 2007
    Posts
    385

    CLR Console vs Form Application

    If you read long .txt files and do calculations on these. Say that you will read a .txt-file from a CLR console application and this is reading 1 txt file, saving values to arrays and do calculations that will take 1 Minute.

    If you do the same from within a Windows Form Application. Shouldn´t it be now difference or is the speed slower here or is it not possible to do such a comparison.
    Last edited by Coding; 02-12-2008 at 08:42 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Windows Form Application ?
    By messi10 in forum C# Programming
    Replies: 3
    Last Post: 04-13-2009, 08:07 AM
  2. Using System.ServiceProcess in console application
    By George2 in forum C# Programming
    Replies: 1
    Last Post: 06-18-2008, 11:36 PM
  3. Replies: 7
    Last Post: 01-14-2008, 10:25 AM
  4. GUI Application --> Console
    By Student040314 in forum C++ Programming
    Replies: 2
    Last Post: 03-14-2004, 01:30 PM
  5. Run vbscript from C++ console application
    By dp_goose in forum C++ Programming
    Replies: 3
    Last Post: 05-15-2003, 09:00 AM