o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

MSFlexGrid, resize event for when you resize column widths... -

soz so many questions today

i need to make it so that when i resize one of the columns in the flexgrid it triggers an even to save the width of that column so it remembers it.

but there is no resize event, so how would i go about doing this? i have a feeling it probably wont be easy using the msFlexGrid....

 

MSFlexGrid, resize event for when you resize column widths... -
soz so many questions today i need to make it so that when i resize one of the columns in the flexgrid it triggers an even to save the width of that column so it remembers it. but there is no resize event, so how would i go about doing this? i have a feeling it probably wont be


Trapping the column resize event of Msflexgrid -
Yes, I know there is no such event. I want to resize another control width once the user has resized a column in msflexgrid control. Is that possible ? quijoteMx


Form resizing with MSFlexGrid -
I am displaying data in MSFlexGrid columns and am re-initialising the Grid with data in the correct proportions when the form is resized (in the form resize event).This only happens when you resize the form by extending the lower edge - if you extend from the corner it seems the resize


MSFlexgrid columns widths -
I am initialising my grid column widths when my form opens and also in my resize event - I am making them a percentage of the total grid width. The problem I am having is that they are not correct when the form opens but if its resized they are - I use the same code - just perform init


MSFlex resize -
Thanks for all your help so far - I'm having trouble with a form resize - all I have in the form is an MSFlexGrid, but when I put code into the Form_resize event - all I can seem to do is make it disappear (I'm trying to resize the grid proportionately to the resize) this must be easy


how to resize column width -
hi guys, does anybody know how to resize column width of a MSFlexGrid from the coding??? But if i went to the propaties and change the AllowUserResizing to "1 - Coloumns" then i can resize them in the run time. but i dont want to resize it in the run time. i want it to ha


Column resizing in an MSFlexgrid -
Hi All, I need to resize the columns in my MSFlexgrid. Note however, that I cannot use the controls AllowUserResizing property because I have merged headings in the first row which look like columnheaders so I can't click on the the first row to resize. I need it to work almost l


event for column resize mshflexgrid -
Been looking for a event when a column is resized in mshflexgrid. I want to use the event for 2 reasons. 1)To write all the colwidths to the grid to be printed for faster development. 2) To be remembered by writing widths to a ini file for users convience. I can find no event for th


Am I just stupid or what....resize doesn't work. -
As far as I can tell, the resize event does NOT fire when you resize a form SMALLER. This is really screwing with the look of my form, because my resizing of some controls is dependant on the firing of the resize event. Any ideas?


End of resize -
When I drag on a form's border to resize it I use the Resize event handler to rearrange and resize some controls on the form. To avoid flickering in a listview full of data I'd like to do the control arrangement the moment the mouse button is released. So, how do I trap the "mouse


Resizing a MSFlexGrid -
Hi, is there a way to automatically resize the column width in a MSFlexGrid depending on what data is in that column. Thanks


Status Bar...Resize Event... -
Is there any way of trapping the Resize event of a status bar (Windows Common Controls V 6.0)... I am thinking that subclassing is the only way...seems a bit of a waste just to get the resize event... Woka


Guru Needed - MsFlexGrid resize column width RESOLVED THX to "MartinLiss" -
Hey there, I am populating an msFlexgrid using a recordset (loaded from an access db). I have no problem populating the grid however I need to resize the column width of my grid at run time (as the data is wider than the cell when loaded) Can't wrap my head around this for some r


Know when Max button is clicked -
I put some code in the form resize event so my controls resize with it. But when I click the Maximize button, they do not resize and I do not see an event for this. Any way of detecting this? I may have missed something right in front of my eyes! Thanks!


MSFlexgrid control's column width resizing -
Hi , Can I resize the MSFlexGrid control’s column width ?.When I run my program that use the MSFlexGrid,everytime the grid cols is the same size and some of my text in the grid isn’t visible.Is there any way to stop it?.Thanks...


Resize contols... -
How can I resize two textboxes that share a common border. I want to be able to resize them like when you resize the project explorer in VB for example. The mouse cursor changes to the Twin I-Beam cursor and you can left click down and drag the borders for resizing. Or when you re


Resizing Col widths in datagrid -
Hi, How do I resize column widths in a datagrid? I need them to be always fully visible and not move the current selected column to the left (causing all the other columns, to the left of that one, to disappear). (i.e. DataGrid1.Columns.Item(3).Width =....etc) Thanx in a


MSFlexGrid column size... -
Hi. I am using MSFlexGrid in my application, and would like to have a larger fixed columns, without having to resize it manually. How can I do this? Thank you.


Resize Msflexgrid -
Hi every one. Do you know a way to track the event, when a user is changing the coloumn width of a Msflexgrid. T.i.a. Jorgen


msflexgrid col resize -
Hi Please tell us the flexgrid col can be resize according to table fields wedith. thanks asm


Listview Column Resize -
Does anyone know of an easy way to resize the ListView columns so that all the text is visible. Like when you double click on the resize bar and it automatically resizes it? Thanks,


How to receive form resize event in Activex Control -
I want to create a control for the use of developers once placed on form it will resize all the controls according to form height and width (size) at run time but i am clueless about how can i recieve form resize event in my control so that i can take appropraite action i.e. resize all


Interesting Problem... -
Hey, I ran into an interesting problem. I used VB's app wizard to make a multi-form window app but now when I resize any of the frmDocuments they don't resize since they're children of the frmDocument... if I resize the real frmDocument and then resize the children of frmDocument they


control resize -
Is there a way at run time to allow a user to resize controls such as the msflexgrid by pulling the corner as with a form Joolz


MSFlexGrid Column Width Change Detect -
Is there a way to detect if the column widths were changed by the user? I would like to know if they were changed to trigger a save the new column widths sub. I tried comparing the MSFlexGrid.width before and after a column width changed but it did not change when the column widths c


Rezising PictureBox -
Hello, I want to resize a picturebox with the mouse, using a specific rectangular area inside the picture box, kind of like the resize area each window in the VB6 IDE has in their right-bottom corner. Now, I've managed to do it by checking the mouse button on the MouseDown event, and


JavaScript: Keep Column Headings When Page Scrolls -
I have a table with column headings. The page has to be scrolled vertically to see all the data. When scrolled, the column headings are now out of view, so the user may not remember what column they are reading. What solutions do you recommend to show the column headings when the page


msflexgrid directly writing on the cell,resize cell auto -
Hello, First:***** MSFlexgrid control:when I click the control , I want to access to grid and directly write on selected cell , not to use with inpubox or textbox...etc.How? Second:*****How can I let the msflexgrid control resize its cell width according to text length? Thank


MSFlexGrid Column Width -
What is the correct way to set up the MSFlexGrid column widths so that a horizontal scrollbar does not show up? For example, I have 5 columns and if I set MSFlexGrid.ColWidth(i)=MSFlexGrid.Width/5 for all i from 0 to 4, then I get the scrollbar. So I guess I have to take the M


Help me, PLEASE!! -
When most programs are resized they only let you move the border of the window until the mouse botton is let up and then the form smoothly resizes itself, but standard VB forms resize the form and update it instantly. So, when you try to add resize code in the forms resize event the wh


Flexgrid Resize Problem -
Checked the forum, saw no answer to my particular situation. I have a msflexgrid with column widths that are set so they look just like i need them too and leave just enough room for a vertical scrollbar to pop up without showing a horizontal scrollbar. I need it to look exactly the sa


MSHFlexGrid Column Resize Event -
Does anyone know how to create a column resize event for the MSHFlexGrid control like the DataGrid control has?


Resize columns in a MSFlexgrid and a Listview -
I have been using this code by Mark Gambo in this thread - thanks Mark The problem I now have is trying to get the columns in my Flexgrid and a number of listviews to resize in proportion to the form resize. Do people prefer to just disable the resizing of these controls or do


Column Widths (VBA) -
I have a spreadsheet with A:AA columns, for example, all with varying column widths. What I need to do in code is assign the current column widths to variable, then autofit the columns based on content and print, then be able to revert back to the original column widths. Any ideas? Som


resize flexgrid column -
Hi group, how can I resize a column in runtime mode? I want to display data in a column. The data can be 3 or 4 letters but it can also be a couple of words! Regards, visualsander


[2005] TabControl Resize -
I have a tab control on a form, when the form is resized, I re-arrange the controls on the form and on both tabs of the tabcontrol. However... only the controls on the visible tab appear to move. If I click to the previously unselected tab, the controls have not moved. If I then resize


Form's Resize event -
hi everyone, i have a code inside my Form's Resize event. Whenever the form is resized, i also resize the controls inside the form. My problem is that the Resize event fires even before i let go of the left mouse button when resizing. This results in a lot of flickering. So i was think


image resizing --- please assist -
i've been hung up on this for about a week and need to hit a deadline. i'm trying to take an image (bitmap) from a image box and put it into a msflexgrid. that's no problem but i need to resize the image to fit in the flexgrid cell ( it's way too big). how can i do a resize of the i


Resizing Controls on Resize -
Hi, Is there a way to resize the controls in a form on the Resize event. I know you can use a layout, but that only resizes when you release the button. In Visual Basic, its quite simple (see Brad's(Administrator) Resizing Technique), is there a way of doing this in Java please.


Resize on Addin -
Hi Everybody! I want to resize controls on a form resize event. I did this many times and it workes great. Now I tried it with a listbox on an Addin and it just resizes one time. After it the resizeevent seems to be activated, but the list1.width = frmmain.width doesn't take effect