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

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 - any ideas?l

 

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


Error while Compile. Please Help! -
I am developing a VB application using ActiveX EXE, everthing is okay and well functioning, but don't know what happened yester day my program has an error that I can't solve it. the error message is as below: run_time error-2147217833 (80040e57) [microsoft][ODBC SQL Server Driver]


MSFlex Lag when adding + using scrollbar -
Okay I'm adding a few rows x alot of columns on my MSFlex grid. Works great thanks to help from a few here. Now the trouble comes when I want to click down and its adding to the list. It seems the MSFlex doesnt think its being clicked on at all and just ignored the click of the scro


Is there a faster way to resize grid -
I need to resize a msflex grid. I am using DAO to fill the grid. This code works but is slow when I have a lot of results. Private Sub resizegrid() Dim r As Long, c As Long r = 1 Do Until r >= MSFlexGrid1.Rows 'loop thru rows With MSFlexGrid1 .Row = r For c


MSFLEX GRID -
Can anybody tell me how to work with MSFlex Grid. Either by using Datacontrol or by DAO Method. How should i add, save delete records to a table. ------------------ Doing what you like is Freedom ! ! ! ! Liking what you do is Happiness ! ! ! !


Msflex grid problem -
hi please any one can help in fetchin or show records in msflex grid and also i want that all fields of table will come in a combo box i will select field from combo and then searcch i m attaching the file plese help me if u can


How to know event click on header of MSFlex was happened -
I want that when user dbclick on the header of MSFlex, I will sort data with column selected. But I can't capture the event dbclik on header. Please help me!


MSFlex Grid Total -
Is there a way using the msflex grid to post the total number of entries in one column. For example, I do a query for all computers with less than 64mb of ram, and show all the ones in the msflexgrid, can I total it somehow. 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


Remove Selected Row From MSFlex Grid -
Back again Hi Every one ....... First : I am seaching for the some way of how to delete the selected row from the MSFlex Grid !! Is there any example help me to do my project Second : that Data which is in the MSFlex Grid ..... i want to store it in my databa


Borders for MSFlex Control -
How do (if possible) get borders around all cells in the MSFlex control? Right now only my first row has it but no other rows do. Thanks


Check box in MSFlex Grid -
Is there a way to put a check box into the cells of a MSFlex Grid control?


MSFlex Grid Control and Recordsets -
I am trying to use a MSFlex Grid control to select a record which has been inserted into it from a recordset. The grid is on one form and when a row is clicked I want to open the record up in more detail on another form. Is there a property in a flexgrid which can be used to dete


4 Questions on usage of MSFlex Grid -
I have plenty of questions on the use of MSFlex Grid: 1. how to set the width of a column using code 2. can I adapt the col width to the content of my text 3. can to clear the grid 4. how to control the grey or white color of the column Thanks very much


msflex grid , col resizing. -
Hi I have a flex grid on a form showing the contents of the table I am linked to. But the cols are to smal to show all the data. How do you make the col automatically adjust to show all the data and the table field names in full in the msflex grid ? Rgds, Locutus


How to Outline a series of MSFlexGrid Cells -
If any one know pls kindly reply Recently on a program.. there is a need to outline a row or cells in the msflex grid so that it will be visible and also how to do drag and drop in msflex grid, I have tried to use a picture box over the selected cell. But the result is not good as i


MSFlex Grid: Select a column by Code -
Dear Friends, I wish to display some data on a MSFlex Grid Suppose the selection mode is set to select by column, I wish to ask how to select the first column when on load, that means how to make the whole 1st col to be highlighted with dark blue color when loaded. How can I det


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?


Resize w/ XP -
What api can I use to resize a image? I'm used to using gdi32's stretchblt but that doesn't work. I've had posts about that problem with no help. So what else is there? Thanks! (I need to resize so I can save it, not just dsplay it...) NOMAD


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


Resize Calendar in VB6 or VB2005 -
Does anyone know how to resize the MonthCalendar that can be added to a form? It appears like it can be stretched, but it will not resize. I have tried making the font bigger, but nothing changes. Thanks, BZ


mdi forms resizing by themselves -
Why do all my mdi child forms automatically resize to what they want them to? i can get around this by setting the sizes on form_load but i am using a resize control to resize all the controls and i get incorrect results. ( the controls are not sized correctly, not the resize contro


Picture Box and aspect ratio -
Is there an easy way to show a picture in a picture box and that picture to look normal? I can't find a way to resize it without being grotesquely streched or filling 10 monitors (when letting the control to resize itself around). I guess I could calculate the width and height and res


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


Resize PictureBox in Program -
I want to be able to resize a PictureBox in a program the same way that I can resize it in Edit mode. Meaning when the program is running , the user can resize the object. I only need horizontal resizing , not vertical. Thanks


(resize button / text/ dropdown ) after form auto resize -
hi, i can resize the form size (width + height) for the panel control from the auto resize (max / min button). But i have no idea how to resize the (button/text/dropdown) on the form when going to auto resize... Vb.NET 2005


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


MSFlex and recordsets -
First off let me say thank you to si_the_geek for the very informative thread on inputing data from a recordset into an MSFlexGrid. But im having a slight issue here. I cant quite figure out how to define "objRS" so that i can pass that with the sub call. I know that i ha


Resize an image... -
How do I resize an image to fit in a picturebox... I want to keep the aspect ratio the same... also...when I resize the form..the picturebox should resize as well with the image adjusting also. Ive played with StretchBlt (couldnt get it to work! ) help? thanks


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


Auto Resize in openfiledialog -
I am trying to resize pictures that come into a picture viewer anyone have an idea how the code to resize pictures? Or a link? Thanks In Advance Aric


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,


resize JPG -
Does anyone know how to resize a JPG. Sizes vary. I would like to resize 150 JPG to a thumbnail (100x100 pixels) so that I can make a webpage. I need 2 picture sizes. I already have the original 640x480. thanks


[2005]Resize question -
Hello Everytime i want to resize my form in design view my listviews on the form resize also. Why is that ? How can i stop this from happening ? Thanx a lot


Tree View Resize at Run time -
hi, How can we resize TreeView according to nodes ? Resize means By Mouse How can we increase/decrease the size of TreeView as in Windows Explorer. Sumit


resize group of photos together -
hi! I try to resize a single photo.....but now I want to resize more photos all together. to resize a photo I load a picture in a picture box and then with paintpicture I modify it....now how can i do?thanks!!!


resize textbox(solved) -
hello all i cant seem to resize the textbox on the gui form i tried using the mouse to resize but it allways goes back to orig one line size same with typing new numbers in properties box, whats wrong? thanks john


MDI container - No resize -
I have an MDI container that I do not want the user to resize. Is there a way to do this. I already have all of the buttons (X, max, min) disabled but you can still grab the forms edges and resize it. Thanks for any help


resize columns in a lisview -
Whats the best way to resize columns in a listview with regard to form resize ?


How to resize a TextBox -
Hi, I'm in trouble trying to resize a TextBox. Is it possible to get the size of the Font and then resize the TextBox (increasing or decreasing), avoiding the text to be hidden by the borders? Thanks for any help... Michel Jr.