CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Efes

Search: Search took 0.03 seconds.

  1. Re: C# - show result after running "static void Main()"

    Now my code works fine in Window Forms:



    It connects to database, counts rows in table, writes result into txt file and closes connection.

    Now my need is to show result in silverlight (web...
  2. C# - show result after running "static void Main()"

    Hi all,

    my need is to show result after running this code:


    static void Main()
    {
    DBConnect dbconnect = new DBConnect();
    ...
  3. Replies
    2
    Views
    3,055

    Re: use project outside of MS Visual Studio

    The question is solved,
    found \bin\Debug folder in project directory with my .exe program.
  4. Replies
    2
    Views
    3,055

    use project outside of MS Visual Studio

    Hi all,

    I'm newbie, how do I use my project outside of MS Visual Studio?

    I mean, I can debug my console application code by pressing F5, so I can see console window, input my parameter and...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured