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

Search:

Type: Posts; User: Mustafa

Page 1 of 8 1 2 3 4

Search: Search took 0.12 seconds.

  1. Submitting a cshtml using FormMethod.Post view does not carry List items

    I constructed a data model and passed the object into a cshtml view and it got properly displayed. 4 array items was constructed during constructor of the class, another 1000 array items in the...
  2. Replies
    6
    Views
    923

    Re: Multi instance of the same view

    How ironic, my original title was actually the way around...don't u think so??:)

    Apart from just displaying data in the tree view, it is also used to accept user's dbl-click events to open dialog...
  3. Replies
    6
    Views
    923

    Re: Multi instance of the same view

    Gulp......yup thats exactly what I meant....... :(. You mean CViews were not designed to do that?

    And again yes...data are stored in the CTreeView.... :( It served it's purpose till now...
    ...
  4. Replies
    6
    Views
    923

    Re: Displaying same view in multi frames

    Hi souldog,

    Thanks for the quick reply...I think I know why you got confused, I just changed the title...Incase its not the title...errrrr...how shall I put it...

    Whenever new data arrives via...
  5. Replies
    6
    Views
    923

    Displaying same view in multi frames

    Hi gurus,

    Have a small problem which I believe is quite easy for those who are proficient in CViews.....I had been looking around but doesnt seem to help me much in what I am trying to do.

    I...
  6. Re: Of CComboBox and CListCtrl on a CDialog

    I have finally resolved this issue...what I did was to create a member variable in CDialog object of the type CListCtrl using the Classwizard and let it create the entry in the DoDataExchange...
  7. Re: Of CComboBox and CListCtrl on a CDialog

    Thanks Arjay,

    The solution looks great....but what I need is the clarification of why when the CComboBoxItem object when given the CListCtrl as its parent doesnt get the reflected notification of...
  8. [RESOLVED] Of CComboBox and CListCtrl on a CDialog

    Hi all gurus,

    Thought this was simple and straight forward but got stuck with the most trivial problem and in need of your help...

    I have a ListCtrl on a dialog and all I am trying to do is...
  9. Replies
    2
    Views
    545

    Re: destructor does what?

    It is your last chance to do something before the object is destroyed. E.g to delete from heap if your object had allocated them earlier and so forth..

    Mustafa
  10. Replies
    0
    Views
    674

    Detecting printer setup changes

    Hi all,

    Is there a way of detecting in our application when a user has change the printer settings.

    E.g On the standard SDI application, there is the File->Print Setup menu where user can...
  11. Replies
    0
    Views
    521

    Getting printer settings

    Hi CodeGurus,

    Been digging on this for weeks now but here I am again seeking your help..

    I have an SDI application where within my own little method I would like to retrieve the printer...
  12. Thread: unusual error

    by Mustafa
    Replies
    12
    Views
    1,729

    Re: unusual error

    Hi,

    Check if you did this

    #define SOME_NUMBER 21 ; //<- the semi-colon can cause this error I think

    Good Luck
  13. Replies
    8
    Views
    2,101

    Re: Winsock TCP/IP Connection Limit...pls help

    Hi Mathew,

    Thanks for responding and thanks for the info but I think I have read that somewhere...but my puzzle is...how come given a bigger/faster machine on the WAN could only connect a much...
  14. Replies
    8
    Views
    2,101

    Really need help...anybody pls

    HELP Pls
  15. Replies
    8
    Views
    2,101

    Re: Winsock TCP/IP Connection Limit...pls help

    Dear Andreas,

    I see ....thanks....

    Mustafa
  16. Replies
    8
    Views
    2,101

    Re: Winsock TCP/IP Connection Limit...pls help

    Hi Andreas,

    Why was i moved?? and to where???

    Regards

    Mustafa
  17. Replies
    8
    Views
    2,101

    Winsock TCP/IP Connection Limit...pls help

    Dear Gurus,

    Have been going in and out of this forum looking for hints on the concurrent connection limits of a TCP/IP winsock server. Read most of the posts related to that here...but have not...
  18. Replies
    3
    Views
    762

    Hi, Have called AfxSocketInit() somewhere...

    Hi,

    Have called AfxSocketInit() somewhere before you start using these objects??...Usually at Initinstance() of your application..

    Hope that helps

    Mustafa
  19. Replies
    5
    Views
    719

    Great Response!!!

    Thank you for the great response....

    Seems like no matter how proud and confident one may feel of their own security mechanisms, it would not convince the industry unless we adhire to the industry...
  20. Replies
    5
    Views
    719

    Your Opinion please - about SSL

    Hi All,

    I am currently in a discussion with a group of friends regarding the role of SSL.

    My stand is......correct me if I am wrong....is that...

    SSL was basically created so that...
  21. partial solution

    Hi All,

    Ok I managed to partially solve-it..I discovered SWP_NOOWNERZORDER....that prevents the whole application from sinking right to the bottom of the z-order whenever it creates a new pop-up...
  22. Dont want new Modeless Dialogs to pop-up on top??

    Hi gurus,

    I have an application which among other things also provides a simple chat between users using modeless pop-up dialogs. Trouble is, while users are replying to a chat, if a new chat...
  23. Replies
    6
    Views
    1,102

    Ok Got it

    Hi ReorX and Nelo,

    Thanks for the help, ReorX you've cleared away some bugs in my brains especially my assumptions of what that value in CTime objects represents...Now I understand that for a...
  24. Replies
    6
    Views
    1,102

    Hi Nelo, have considered doing that...

    Hi Nelo,

    have considered doing that already...but I have used CTime all over my application...and it's a little hair-raising to think that I would need to change them all in my codes knowing that...
  25. Replies
    6
    Views
    1,102

    Hi ReorX, First of all thanks for the...

    Hi ReorX,

    First of all thanks for the response.......

    Yes I have been going through MSDN on this subject many times but my assumption is that if I were to force tm to contain that value, I...
Results 1 to 25 of 191
Page 1 of 8 1 2 3 4





Click Here to Expand Forum to Full Width

Featured