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

Search:

Type: Posts; User: real name

Page 1 of 28 1 2 3 4

Search: Search took 0.47 seconds.

  1. Re: Great language support, but are you addressing the performance issues?

    it's during (mixed) debugging, mostly cpp; c# for wpf only (see next)
    large mfc app, newly with some wpf dialog parts
    i do not name long nearly-deadlocks(?) often, they're random (in that time the...
  2. Re: Great language support, but are you addressing the performance issues?

    in fact long, unexplained and random pauses are also in older versions (i call them 'wait for signal from universe')
    for me it's often related to putting a new breakpoint (what could take minutes...
  3. Re: Strange visual glitch in PropertySheet pages?

    i have the same problem
    but your code examples making me (compiled with vs2005) absolutely diffrent output - all ok for first one, all background black for second one
  4. Re: Changing the height of a CHeaderCtrl that a CListCtrl uses

    just now i have first half-success with this source
    half because i wand header smaller and first list ctrl line does not move up from original position (testing with xp look)

    HRESULT...
  5. Replies
    11
    Views
    1,557

    Re: Button with text and icon

    ad: I suggest using a bitmap button and setting it with a bitmap that contains the image you want and the text.
    -> if possible do not mix it (making any international version you will find why)
  6. Replies
    13
    Views
    2,713

    Re: opposite to GotoDlgCtrl?

    thanks for tips, seems i made no mistake and get-focus-dlg-ctrl(hdialog) does not exist
  7. Replies
    13
    Views
    2,713

    Re: opposite to GotoDlgCtrl?

    maybe we speaking the same?
    "Besides that, you can always check via GetParent() whether the control having the focus belongs to your dialog or not."
    what to do in case i will receive NULL? i...
  8. Replies
    13
    Views
    2,713

    Re: opposite to GotoDlgCtrl?

    one case i afraid getfocus is not safe enough (f.e. should happen any unexpected messagebox will appear)
    next case (already bit out of my problem) how to ask dialog is not actualy "on top" what...
  9. Replies
    13
    Views
    2,713

    Re: opposite to GotoDlgCtrl?

    maybe is unclear i'm searching get-only function?
    i want just find actual state, that will not change by this get-function call

    i do not want DM_GETDEFID, i want focused control (it is that you...
  10. Replies
    13
    Views
    2,713

    Re: opposite to GotoDlgCtrl?

    no

    if gotodlgctrl is set-function
    i'm searching get-function, it's parameter should be dialog handler
  11. Replies
    13
    Views
    2,713

    Re: opposite to GotoDlgCtrl?

    more specific:
    function will return me focused control in dialog also when dialog is not "on top"
    (when click on button in dialog1 opens another dialog2 i want function asking for hDialog1 will...
  12. Replies
    13
    Views
    2,713

    Re: opposite to GotoDlgCtrl?

    i just want to save it and than return back - so is there is standard way to get actual state?

    (i have not standard problem with loosing alt-letter hotkeys functionality and seems gotodlgctrl...
  13. Replies
    13
    Views
    2,713

    opposite to GotoDlgCtrl?

    how to get from dialog (or property page) it's focused control?
    (asking for GetFocus asks whole system, not concrete dialog)
    thanks
  14. Replies
    6
    Views
    1,962

    Re: web page system recommendations

    thanks for your reply,
    linked notes about readable mambo code are pleasant

    in fact now i'm somewhere between mamboserver.com and phprs.cz
    (f.e. because they have my language version)
    combined...
  15. Replies
    6
    Views
    1,962

    Re: web page system recommendations

    want some comments from experienced users who can compare mambo with phpnuke or any other systems (i started with A but after time i moved to B because ...)
  16. Replies
    6
    Views
    1,962

    Re: web page system recommendations

    thanks for reply
    (hope understand you well you comment two cases: phpbb is nice message forum system, free webhosting usualy means adds)
    i'm searching for something to install and configure (one...
  17. Replies
    6
    Views
    1,962

    web page system recommendations

    is there any comparing of (free) web page systems?
    (wps = something can make page in fuctionality say similar to codeguru - see next)
    any recommendations, experiences, opinions?
    thanks

    i'm...
  18. Replies
    8
    Views
    3,037

    Re: how to find caller

    that's it - rebuild all takes few hours
  19. Replies
    8
    Views
    3,037

    Re: how to find caller

    maybe i do not understand
    i have 1 exe and 300 dlls
    i moved one fn from dll299 to dll300 and now starting exe it displays fn not found in dll299
    (seems to me complicated open dlls 1-298 to find...
  20. Replies
    8
    Views
    3,037

    Re: how to find caller

    thanks for tip but how to use it?
    i can see when any dll depends on another dll and that another dll is missing
    but how to find it does not contain expected function?
  21. Replies
    8
    Views
    3,037

    Re: how to find caller

    just look to output window and rebuild last displayed does not help
  22. Replies
    8
    Views
    3,037

    how to find caller

    i moved function from one dll to another and translated all its direct callers (i think)

    anyway running program now stops at
    "the procedure entry point blabla could not be located in...
  23. Re: General question regarding VC++ 6.0 and VC++.NET

    just comment, surely not recommendation (i'm not very in):
    maybe have a look at http://www.mono-project.com
    (but if i know well it is few .net versions late comparing to ms, also have no info about...
  24. Replies
    3
    Views
    1,032

    Re: SetFont vs ListCtrl

    aha
    _AFXWIN_INLINE CGdiObject::~CGdiObject()
    { DeleteObject(); }
    my shame
    thanks cilu
  25. Replies
    3
    Views
    1,032

    Re: SetFont vs ListCtrl

    in first moment surprised because i was looking at
    _AFXWIN_INLINE CFont::~CFont()
    { }
    so it seems it must stay
    will try and react again soon
Results 1 to 25 of 691
Page 1 of 28 1 2 3 4





Click Here to Expand Forum to Full Width

Featured