CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Apr 2010
    Posts
    23

    ask for some source

    hey guys

    I've just start with .Net applications, and it's about 2 hours that I've looking some source (pdf book, anything.....)
    can anyone offer some source to getting start with them;i really have no idea about programming in .Net framework

    any help would be appreciated.


    Begin at the beginning, ... and go on till you come to the end: then stop.

    Lewis Carroll

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: ask for some source

    To be frank, There is absolutely no one that will help you with a question like this.

    tell us what you want to achieve, then we take it from there. There is no predefined way to start. you have to have an idea. Without a clue what you want, no one can help you.

  3. #3
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: ask for some source

    Did you install Visual Studio 2010? You usually pick a language to use, like VB.Net, or C#, and install the correct version. You can also get samples from here:
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  4. #4
    Join Date
    Apr 2010
    Posts
    23

    Re: ask for some source

    yeah ,i messed to mention that i want to write form applications in visual c++ 2008 but i can't find any source for it (i don't want to write it in C# or vb )
    Really grateful if anyone help me out of this,(any source for form applications in c++.Net)

  5. #5
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: ask for some source

    Quote Originally Posted by dariush View Post
    yeah ,i messed to mention that i want to write form applications in visual c++ 2008 but i can't find any source for it (i don't want to write it in C# or vb )
    Really grateful if anyone help me out of this,(any source for form applications in c++.Net)
    Why would you want to write a C++ Forms applications?

  6. #6
    Join Date
    Apr 2010
    Posts
    23

    Re: ask for some source

    First of all, Why not ? since i'm new in this, there is a question in my head ,Why there is no desire on C++.Net ?

    Second of all, in university this is what my teacher what from me "Writing a program in C++.Net"

    It's cool if somebody answer that question.

    by the way thanks for answers

    Regards
    dariush

  7. #7
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: ask for some source

    Quote Originally Posted by dariush View Post
    First of all, Why not ? since i'm new in this, there is a question in my head ,Why there is no desire on C++.Net ?

    Second of all, in university this is what my teacher what from me "Writing a program in C++.Net"

    It's cool if somebody answer that question.

    by the way thanks for answers

    Regards
    dariush
    I asked because out of the 3 top .net languages (C#,VB.net, C++.net), C++ .net is the hardest way to go.

    Generally folks don't use C++.net for the UI layer. If they use C++.net at all, it's for middle tier or business layer components. If you want to write the UI in C++, consider going with non-managed C++ and MFC or Qt.

    Lastly, the latest up and coming UI approach is WPF which offers several advantages over WinForms. WPF isn't supported in C++.net.

  8. #8
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: ask for some source

    Imagine that! http://www.microsoft.com/downloads/d...4-a48cc395ad7b

    Could add it to my signature. VS2008 C++ Samples
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

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

Featured