-
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
It's kinda hard to read the text in your screenshot but as far as I can distinguish you are calling "CreateWindowEx" and the last parameter is "ObjPtr(Me)" for some reason. MSDN says that parameter must be a pointer to window-creation data. Pretty sure you should put zero in there and it will work correctly.
-
Junior Member
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
Hi, thanks, if you click under "Found when it hangs:" i think the image will be open in another tab and bigger.
This code is nost mine, is in krool's project, I will try to use a zero on it, but if it's a bug, maybe krool can tell us more.
I will try it asap.
Thanks again !
-
Junior Member
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
Tried.
Using Zero it hangs directly. :-(
-
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
Maybe it fails on CreateWindowsEx because VBFlexGridWndClass failed to register previously?
-
Junior Member
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
But it's too strange.... it works fine when i load the project the first time, then if i edit a form that has on it a grid, save it, and then if i start he project, when i open a form with a grid... hangs.
It's like when exiting the fist time, it's not releasing something (i can check if a have some previous version of the grid, i think this didn't happen, i will take a look and try it.).
the form i'm editing has 2 Grids on it, but it happens the same (i think) with a form with only 1 grid
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|