Re: Change a TextBox Font
From: Daniele Barzotti (daniele.barzotti_at_eurocomtel.com)
Date: 01/24/05
- Next message: Andrea Moro: "Re: Question about hwnd"
- Previous message: Ram: "PostMessage Problem"
- In reply to: alpine: "Re: Change a TextBox Font"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 24 Jan 2005 07:55:58 GMT
alpine ha scritto:
> I would suspect something is happening to corrupt the object pointer
> you are passing then. I've run a test here using textboxes and
> everything works as expected.
>
> Can you put together a simple test project that encapsulates only the
> part of you project that deals with the textbox pointers and
> "re-hydrating" them? Once you get that working correctly, you could
> integrate the code into your project.
I've resolved in another way.
I think that CopyMemory fails because the TB is an array element and so its address is a
pointer to a descriptor structure not to Object directly!
Now I save the TB index with SaveProp and I retreive it with GetProp and all work fine!
Thanks very mutch for the support!!!
LeleB.
- Next message: Andrea Moro: "Re: Question about hwnd"
- Previous message: Ram: "PostMessage Problem"
- In reply to: alpine: "Re: Change a TextBox Font"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|