MSFlexGrid - Anyway to stop scrolling when dragging -
Hi...
I've attempted several things to try and prevent the grid display from scrolling when I'm dragging (manual dragmode)..but nothing seems to work. Anyone knows of a way to do this?
Francis
MSFlexGrid - Anyway to stop scrolling when dragging -
Hi...
I've attempted several things to try and prevent the grid display from scrolling when I'm dragging (manual dragmode)..but nothing seems to work. Anyone knows of a way to do this?
Francis
Dragging and Scrolling -
I've seen a lot of samples here regarding the scrolling of items that are in a fixed position relative to each other. I was wondering if anyone has any code samples for implementing a combination of dragging items and scrolling.
Thanks
Inceasing the size of the Cell/Column by Dragging MSFlexGrid -
Hi all,
How can i increase the size of the column of the MSFlexGrid by Dragging it or by Double Clicking on the separators of the fixed columns..... Urgent pls help.............
[2008] RTB VScroll, handle only after scrolling -
Hi,
I am running some code in the VScroll event of a RichTextBox. There is a huge problem though, whenever I am scrolling, the code is running constantly, until I stop scrolling.
What I would like to happen is that the code does NOT run while I'm busy scrolling, but that it runs
MSFlexGrid: Scrolling with code -
I am programming a Find procedure inside of a MSFlexGrid and the main problem I found is that if you find a Col or a Row that isn't shown due to the scrolling, the control won't scroll automatically to show that position and the user must scroll manually to it.
I tried to scroll the
msflexgrid row selection -
Another msflexgrid question
How can I stop the user selecting more than one row
That is if a row is clicked and then the mouse is dragged then more than one row is hightlighted I would like to stop this happening if I can
MSFlexGrid Scrolling Problem -
I have a funny feeling there will be a simple answer to this, but... I have a MSFlexGrid with the Enabled property set to False, because I only want the user to see the data, not to edit it. There are several columns that are not visible, and the horizontal scrollbar does appear, but w
Stop scrolling in RTB -
Is there any way to stop someone from scrolling a RTB. I know how to turn of the scrollbars but then they can go to the last line and press the down arrow. Also the user must be able to edit the contents of the RTB.
I know I could trap for the arrow keys and enter and backspace but th
Scrolling page with mouse drag -
Hi All.
I searched and search around but found nothing but browser plugins. I want to be able to make scrollable by dragging the background, similar to the iPhone/iPod Touch finger scrolling and especially the Hand tool in many Adobe programs, including Acrobat.
Thanks.
Stop the page from scrolling -
I have a site that I am working on for DragonFly and I want to stop the page from Scrolling.. at the moment there is not much there but the homepage needs to not scroll off the bottom of the screen.
Thanks in advance for any help
Chris
Print: to stop paper from scrolling by Print.end -
i'm building POS application, and i want to make a ticket print. but i can't stop the dot printer to stop scrolling since the the ticket is finished to print.
Keep loop running while moving window or scrolling -
Hi all.
I have a VB.NET app with a loop running that is continually managing a number of threads AND updating a ListView object depending on the results of the worker threads.
The problem I have is that if I try to move (drag) the form's window around the screen, or to scroll the
Scrolling MsFlexGrid with the mouse. -
Is it possible to use the mouse wheel to scroll the rows in a msflexgrid.
Any suggestions...
picturebox dragging within a picturebox -
hihi..
i have found a nice picturebox dragging code from somewhere, and it work gd.
however, when i try to place all the picture box into the a new bigger picaturebox, the function stop to function.
how can i make the dragging works after placing the picturebox into another pict
MSFlexGrid Question (simple, I hope) -
Note: I am posting this in both the General and Database forums.
Scenario: I've got an MSFlexGrid bound to a DataControl pointing to a particular table in an Access database. I've got the grid set up to select by row. The user can select multiple rows (contiguous only) by dragging
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...
Scrolling to Last Row -
Friends,
I need your help! Plase...Somebody help me! Urgentily!!!!!
I have the MsflexGrid with 500 rows and vertical/horizontas scrolls. I created buttons to navegate into the rows.
Where I click in the first and last button, I can go to the First row and last row, but I can't
Problem with non-stop scrolling of the ComboBox drop-down list -
Hi!
I ran into a strange phenomena:
After clicking on either the spin buttons (the small triangles) or the
scroll bar itself of the drop-down list of a combobox, the scrolling
doesn't stop until the list end is reached. The scrolling stops when
the mouse pointer leaves th
Scrolling thr. MSFlexgrid(RESOLVED) -
Hi all,
i have a form which has a textbox and a msflexgrid.grid has some 200 names. when i type in the text box any name matching in the GRID is selected. But my problem is i m not able to see the name in the Grid selected. screen shot in zip file
what i need to scroll the gr
MSFlexGrid scroll -
I have an MSFlexGrid and when the user changes cells with the mouse I am showing the row selected. However, when they use the up/down arrows or page up down I still want to show the current row. I can't use .rowsel or .toprow in the scroll event - Any ideas? Despite the fact you are sc
Msflexgrid -
HI, everyone.
I have finish creating a ActiveX Dll program that uses a Msflexgrid in form.
My question is:
-To other users use this program will i have to create a msflexgrid ocx or msflexgrid dll, if i don´t put this file with the application will not work?
And what i h
Scrolling a MSFlexGrid -
I'd like to scroll a MSFlexGrid using PageUp/PageDown keys but without changing the current cell.
Any ideas!
My grid has rows of different height, so I do not know ahead of time how many rows I have on a page (visible area of the grid), and also the grid resizes in sync with the
Stop the scrolling text -
A simple question, but Now I am confused..
I have a Vertical scrolling text form, on which the text scrolls
I want to stop the scrolling at the particular point for e.g When textbox top is at the middle of picturebox (picturebox1.height /2) the text in textbox gets altered line by
Addition in a msflexgrid -
Hi
I have a problem when I try to get a sum of two numbers in different cells in a msflexgrid.
msflexgrid.textmatrix(1,3) = msflexgrid.textmatrix(1,1) + msflexgrid.textmatrix(1,2)
for example
msflexgrid.textmatrix(1,3) = 5 + 4
it gives me
msflexgrid.textmatrix(1,3) = 54
inst
Simple Dragging Problem (I think) -
When I am dragging a picture box, it shows the picture box's content only after I am dragging about 25% of the picture width.
I want it to show the dragging every pixel !
It's also showing me some ugly rectangle around the picture box when I am dragging.
I just want to drag THE PICT
Scrolling viewport while draging... help -
Anyone know how to invoke the scrolling of a form?
my object is using the AutoScroll property, so scrollbars showup correctly and manipulate the image fine when i use them. my problem is that when im draging a drawn object i want it to scroll automaticly when i get close to the edge
Scrolling label -
Hi,
I wanted to know how to scroll a label from left to right and stop scrolling when the label reaches the right border of the form.please help me out in this.
MSFlexGrid Help -
Hi everyone,
I currently have a VB6 form with a combo box, text box, MSFlexGrid and a push button on it. Is what I want to have happen is this. Once the user makes a selection from the combo box and enters text into the text box I want to have it so that the MSFlexGrid will fill
HELP! Flexgrid column sort -
Is it possible to sort column position based on the column header?
I am stuck on this and any help will be greatly appreciated.
I am using vb5 MSFlexgrid. here is my psuedo code:
msflexgrid.columns = 0 to number of fields
if msflexgrid.columns header= "Surname" then m
MSFlexGrid Error -
I use a MSFlexGrid in Vbform .In that MsFlexgrid after save the data I want to remove the MsFlexGrid Rows.How can I do this?
Pleas Help me?
coloring a flexgrid -
Is there a way to color a flexgrid without entering each cell? For example, I have been using code similar to the following...
For X = 1 to MSFlexGrid.Rows - 1
For Y = 1 to MSFlexGrid.Cols - 1
MSFlexGrid.Row = X
MSFlexGrid.Col = Y
MSFlexGrid.C
MSFlexGrid scrolling -
I have a MSFlexGrid that can be scroll to the right to view more column data.
My questions are:
1- How can I automatically force the grid to go back to the beginning column once the user scrolls and the grid displays the last column?
2- How do you force the grid to display from a
Easy way to stop someone from resizing -
Is there an easy way to stop someone from grabbing the edges of a program and dragging it to make it bigger? My current method is to trap the event when it happens and resize the form back to it's origional shape.
Is there an easier way?
Grid used by MS -
Does anyone know what Grid Object Microsoft uses in their applications such as Event Viewer and the Services applet?
I know it is not MSFlexGrid or MSHFlexGrid because neither of those supports scrolling or the ability to place a sorting indicator immediatly to the right of the colu
MSFlexgrid search problem -
Hi All
I have displayed some thousand records in a MSFlexGrid.
I have a text box where user can type something and press a
command button called 'Search'.
I expect following
1> The Flexgrid should be searched for the text typed.
2> Flexgrid should display that record on sc
Framing while Dragging Line -
The example does NOT use any sprites. It shows:
1. How to create a Memory DC
2. How to BitBlt a PictureBox to the Memory DC
3. How to Flip the Memory DC onto the PictureBox while
dragging a line across the PictureBox.
It is used in place of XOR or Invert for dragging
Richtextbox: Embedding Files -
I've noticed that Dragging a large file (25 MB) file in a Richtextbox control causes the Packager program to stop responding. Can anyone tell me if it is possible to stop this happening, and if so, how?
Combobox, how to stop event firing when scrolling -
Hi Guys,
I am a fairly basic user when it comes to VB6, I have, what is getting to be a rather large project.
I have a Combox box with a large list of entries populated from a text file, then a number of If statement depending on what is selected from the Combobox drop down list.
scrolling in control -
Hi,
may i know is there any way the user can scroll inside a control?
I have done some search in the forum but there isnt any resolved solution on the following problem.
eg. i have a 10 label from top to bottom out of the panel. the label have drag and drop event. i drag at 1st
scrolling the picturebox -
i'm using visual basic 6... i wanted scrolling the picturebox, i more or less know how i can scrolling the image(by using the bitblt function(is confused to me))... but if i put a commandbutton(for example) or more(incluing diferent objects types) objects i can't scrolling, why?
can a