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

Search:

Type: Posts; User: jbem

Search: Search took 0.04 seconds.

  1. Re: Exchanging data between dialogs and document. How!?.

    Thanks for all the input. It certainly has given me something to think about. I'm not entirely sure I'm happy with the DDX alternative but it's interesting nonetheless. You are technically coupling...
  2. Re: Exchanging data between dialogs and document. How!?.

    Ok the breakdown is...

    I am using the standard templates the wizard generated for me for an SDI application. The only difference is that I've replaced the view to be a CTabCtrl explained below.
    ...
  3. Re: Exchanging data between dialogs and document. How!?.

    I think the biggest problem is that they haven't produced a decent example of how the framework should be used. They crap on about the theory of what a View is, a frame and a document but fail to...
  4. Re: Exchanging data between dialogs and document. How!?.

    The idea, at least for me when I write modular code is that the code has no idea about the data structures it doesn't own. If your dialog knows about your data structure in the document which it...
  5. Re: Exchanging data between dialogs and document. How!?.

    A modeless dialog that is a child of a "page" in a CtabCtrl in my case though the dialog itself calls another modal dialog (CFileDialog) to provide me the path to a b-encoded file that contains data...
  6. Re: Exchanging data between dialogs and document. How!?.

    True but then that would break modularity and not make your dialogs re-usable.

    Since posting the question I've been doing some thinking and if I think if you want to maintain modularity the...
  7. Exchanging data between dialogs and document. How!?.

    I've just started writing an SDI project (tabCtrl with child dialogs) and the gui bit went alright after an initial struggle. However what has me stumped despite googling etc for days is how exactly...
  8. Replies
    2
    Views
    1,771

    Re: Cookie Question...Pls help.

    Thanks!. I'll have a read through that link a bit later in the day.

    Not sure if this fixed the problem I had but when I specified "INTERNET_FLAG_NO_COOKIES" in OpenRequest() I don't see the issue...
  9. Replies
    2
    Views
    1,771

    Cookie Question...Pls help.

    I'm new to MFC and have been trying my hand at writing a client in VC++ and thanks to this community I've managed to get everything working as I want with one exception.

    The problem:
    =========...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured