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

Search:

Type: Posts; User: CMalcheski

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    1,170

    Re: LVColumn Crash in Non-VS Languages

    That's the incorrect definition.

    cx is not an int. It's a 64-bit value, however a given language defines that.
    The rest of the fields marked "int" are truly "int." cx is not. It's...
  2. Replies
    5
    Views
    1,170

    Re: LVColumn Crash in Non-VS Languages

    When sending LVM_InsertColumn. It crashes inside the common controls message handler, with an XMM register attempting to access an a) unaligned and b) wrongly positioned pszText member.
  3. Replies
    5
    Views
    1,170

    LVColumn Crash in Non-VS Languages

    LVColumn is misdocumented for 64 bit Windows. The proper documentation does not exist.

    All fields in the structure are 32 bits, with the following exceptions:

    cx
    pszText

    These two fields...
  4. Replies
    9
    Views
    6,998

    Re: unsigned long vs long

    Notwithstanding the fact that I'm *shocked* that I used an apostrophe in "its" as a possessive ... those old turbo buttons ... LOL ... I remember paying $972 for a 100 Mb SCSI drive in 1992. Now you...
  5. Replies
    9
    Views
    6,998

    Re: unsigned long vs long

    LOL I remember people saying that about the first PC with it's 640k of memory ... you will NEVER use that much memory! ... and the 40 meg hard drive when it came out ...
  6. Replies
    10
    Views
    17,412

    Re: Writing a custom Filesystem Format

    Actually the problem with NTFS is that the documentation on the spec was never supposed to become public. Bits and pieces leaked out over the years; whether or not Microsoft has finally just...
  7. Replies
    1
    Views
    945

    Re: IWebBrowser2 and Bad Rendering

    Sorry, more details ... I'm using IWebBrowser2::navigate2 on this. I have tried every option documented, in addition to _main, for the target frame specification - including 0 for that parameter. ...
  8. Replies
    1
    Views
    945

    IWebBrowser2 and Bad Rendering

    Through Windows Vista, everything worked fine on the rendering shown below. Enter Windows 7 and my desktop starts impersonating a cell phone. Does anybody have any idea why the rendering suddenly...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured