CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9
  1. #1
    Join Date
    Jul 2002
    Posts
    146

    Win application as container for modules

    Hi all,
    I need to develop a gui acting as a container for modules implementing different task.

    Can you please show me any useful links?

    Many Thanks

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: Win application as container for modules

    There won't be any useful links unless you tell us what exactly you are looking for. may be you can start with an example of what you are trying to do.

    In the mean time if you want to explore WinForms samples, you can download 101 samples for C# from MSDN. Taht should give you a start on how to design WinForms applications.

  3. #3
    Join Date
    Jul 2002
    Posts
    146

    Re: Win application as container for modules

    What I am looking for is something similar to CAB to implement Composite UI applications

  4. #4
    Join Date
    Jun 2008
    Posts
    2,477

    Re: Win application as container for modules

    Quote Originally Posted by skuanet View Post
    What I am looking for is something similar to CAB to implement Composite UI applications
    Perhaps you should learn how to create an application first and then come back with a specific question.

  5. #5
    Join Date
    Jul 2002
    Posts
    146

    Re: Win application as container for modules

    I hope you are joking or I think you don't know what CAB is.
    I am a senior developer and software architecht working in big companies , not lookink foe hello world application.
    Please stop , thanks.

  6. #6
    Join Date
    Jun 2008
    Posts
    2,477

    Re: Win application as container for modules

    Quote Originally Posted by skuanet View Post
    I hope you are joking or I think you don't know what CAB is.
    I am a senior developer and software architecht working in big companies , not lookink foe hello world application.
    Please stop , thanks.
    I somehow doubt that. For a senior dev you don't have very good grammar (though, to be fair, English may not be your first language), and I would expect an experienced individual to have provided some background. We see many beginner's come in here asking questions like "how can I build an application that does 'x'?" Generally, people who know what they are doing have specific questions and frame them well for anyone who may try to help, they don't ask vague, un-answerable questions.

    It is like asking a mechanical engineer "how do I build a robot?". Well, that requires a lot of concepts and experience. A person with more experience may ask a question like "how do I interface such-and-such a motor into my existing such-and-such", a question that can actually be answered in a forum like this.

    I do apologize if that last post seemed rude though, it was not my intention.
    Last edited by BigEd781; July 23rd, 2009 at 05:52 PM.

  7. #7
    Join Date
    May 2009
    Location
    Bengaluru, India
    Posts
    460

    Re: Win application as container for modules

    Pls tell us what does CAB means ?

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

    Re: Win application as container for modules


  9. #9
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: Win application as container for modules

    Quote Originally Posted by skuanet View Post
    What I am looking for is something similar to CAB to implement Composite UI applications
    So basically you are looking at putting lot of modules together in a Cab file and then building a UI that will use these modules as and when required?

    What is the purpose of this kind of UI? Can you give an example, that would help us in going in the proper direction.

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