Nice article sir. We like to share our download - Flexgrid component with source, with you to all programmers of this community. with regards, wbcsoftwarelab
ReplyI think the magic number are because GetWindowRect gets the rectangle for the whole window, not the client area, that is in included the title area, frame etc. MoveWindow is relative to the parents client area. The best way to work these out these magic numbers is with calls to GetWindowInfo and AdjustWindowRectEx. From these it is possible to work out the offsetsto the client area.Reply
Originally posted by: shailesh Kanzariya
Hi ! I have just gone through your article.
It is really Impressive Article.
Now, What i have problem.
It is that when i put MSFlexgridControl into Propertypage then that page itself is going to be disappeared from the sheet.Please, give me the solution...
Originally posted by: GayRek
I want the edit box control to accept only numbers, special characters like [, ., ], *. I want to suppress all other characters. How can I program that in VC++ environment.
Thanks
ReplyOriginally posted by: Eric
Help!How to display a bitmap, or together with text, on a cell of FlexGrid?
Thanks!
Originally posted by: racuca
I added 1 FixedRow and 1 FixedColumn in MSFlexgrid Control
And each title in FixedRow using setFormatString function.
But, I don't know how to add each title in FixedCol.
Please, let me know that.
thanks.
Reply
Originally posted by: win
Did those files in your project are your own creation or they are existing somewhere?
Reply
Originally posted by: Nitin Bhatnagar
I need to extract values contained in each cell at run time from this editable flex grid control. Can you tell me how can I retrieve value of each cell in MSFlexGrid control?
Thanx,
Nitin
Originally posted by: CandyAppleDan
Hi,
Is it possible to insert a blank row between rows. I have been attempting to do this but have not achieved a desired result.
Many Thanks
Dan Escott.
Originally posted by: Carl Austin
Is there anyway that you can return an array of all of the row numbers that are selected at the same time?