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

[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 only once when I stop scrolling.

I'm trying to update the syntax highlighting on the RTB after the user scrolls it, and it is not working at all when it keeps running the code while I scroll.

Anything I can do about this?

 

[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


the VScroll -
i would like to make the VScroll to provide easy navigation through a long list of items or a large amount of information by scrolling vertically within a form. Can somebody tell me how to do it by showing me the coding?? thanks....


Disable Vscroll add -
Hi i am using a Vscroll and a text box. The Vscroll adds and takes away data. I want some of my users to be able to only take data away. Can i disable the add side of the Vscroll or can i prevent it with code ? Any ideas


Using Vscroll and text boxes -
txtremote.Text = VScroll2.Value The code above will increase the value of the number in the text box. However when the user enters a number and then uses the vscroll to increment the text box the value goes to the vscroll default plus 1. is there a way that the vscroll will look i


scrolling a picture within a picture -
Hi All again. We've tried just about everything to be able to create a form that has unlimited vertical scrolling. Now I have a picturebox with a picture (.bmp) that's inside another picturebox. The .bmp's size is 44" x 22". Everything seems to load correctly, but I s


VScroll Bar -
How do I make A VScroll Bar work with an Excel Worksheet. Thanks!


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


[2005] Strange Group Box/ vscroll behavior -
Here is the problem.... I have a group box inside of panel that is docked on the left of a .mdi parent form. Inside the group box is a v scroll button and some text boxes. The user of my app was clicking on the vscroll whose only handler for scroll events, and after a while the


Scrolling text in a PictureBox -
How do you scroll text in a picture box. I am using the VScroll Control and I just want to be able to scroll up and down. Thanks, Jeff


disabled textbox with vscroll -
Hi, is there a way to have a disabled textbox but still allow scrolling to take place, so info is only for display and not editing


Resizing picture control -
I have a form Form1 and a PictureBoxControl above the Form. I also have a vertical and horizontal scroll bar in the form. There is also a toolbar in the form with menubutton. Each menu button when pressed will show a picture above the pictureBox Control. I am trying to implement the sc


JPG Problems... Scrolling and sizing -
1. I have a JPG open and i need to be able to a Vscroll and Hscroll bars to move though the picture..... 2. I have an Image Box. when I open an image that is bigger than the box it expands it past the the program. Is it possible to have maintain the box size and not stretch it...


Getting a viewport to work right -
I am trying to build a viewport using the VScroll Bar and HScroll Bar and 2 pictureboxes. My only problem is that when I scroll the picture2 box, it's width and height stays the same and all the data isn't displayed. How can I keep the picture2 box size consistent with the scrollin


Textbox & vscroll -
How to make vscroll in textbox visible only then it is really needed?


top property of VSCROLL Bar -
Hey Everyone I'm using a VSCROLL bar and need access to the Top property at Run time...which I can't becoz I have a timer on my form so I cant use the Top property... Does anyone know an alternative? Thanks


V Scroll Question -
I have a large text box that I would like to allow the user to scroll vertically through. I placed a vscroll control next to it, but what do I put in the change event of the vscroll control? -Jack Vinitsky


[2008] RichTextBox if scrolled to then -
Hi.. I want to do this.. if the richtextbox1.vscroll os scrolled up then uncheck a checkbox.. and if its scrolled down as far as it can go (you know.. the end) then check it again.. thanks.


VB6 Scrollbar for multiple textboxes -
Hy, i can't find it anywhere on the internet, so i hope some of you guys have a solution for me. I have like 5 textboxes on my form, and i want to put 1 scollbar (Vscroll) on my form. When i scroll down on my vscroll, i want al the textboxes to scroll down with the same interval


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


Label scrolling with scroll bar -
First off this is UserControl will make it so you have a label and you are able to scroll through the text of the label. I made this because I couldn't find it anywhere. its my first UserControl so don't go so hard on me. I know some parts could most likely be done a lot better but it


Overriding Panel ScrollBar Visibility -
How do you set a Panels' aoutoscroll = true and not show the Verticle ScrollBar. The help I read says to "manually override and set VScroll=false". Does this mean create a new class, Inherit Panel, and overide the property VScroll? If so can you start me off with some code


Scrollbars on a Form Question -
I have probably a simple question. When I place a vertical scroll bar on the form where I want and want it change when the form is resized, I would put VScroll.left = form.width - VScroll.width but it would be still half off the form. So I would also subtract like 150 as well. Is the


html, override no scrolling -
i have frames set to no scrolling, can i have a certain page that allows scrolling? or anything analogous


Get Control tag knowing only the hWnd -
Heya Folks, Do any of you guru's know how to retrieve a control's tag knowing only the window handle? I am building a scrolling container control that paints a control's tag as a label and am getting the tag currently by subclassing WM_PARENTNOTIFY/WM_CREATE, then scrolling throu


VScroll Feature -
Does anyone know how to use the "vScroll" bar? I have an "ssTab" control with two tabs and inside one of the tabs I'm going to have quite a few textboxes. I'm going to need to scroll through these textboxes using a vertical scroll bar. I've added the scrollbar


Scrolling madness -
In most of the old zelda games, especially the new oracle ones, it uses a scrolling technique where if the player reaches the edge of the screen, it shows a new area, rather than scrolling as the player moves. Has anyone got any idea how i could do this or an example with this scro


PictureBox and MSChart -
Hi I want to include a MSChart into a picturebox with HScroll and VScroll to let the user view all the parts of the MSChart. But i don't know about how to use HScroll and Vscroll. Can anyone help thanks


Need some scrolling help here... -
I have included the project of which I need help with and I would really appreciate your help. The problem is: I have 1 picture box holding the picture of repeditive grass. My code imakes the picture look like it is infinatly scrolling. I had it work perfectly for scrolling up and d


Scrolling controls -
I've been trying to find some reference to this here, but nothing has popped up so far. Surely someone has tried this before. I'd like to be able to scroll the contents of a form (or frame on a form) up or down so that more data can be displayed. By using a scroll bar to change the


[2008] Synchronized RichTextBox scrolling -
Hi! Here is my own, relatively easy way to make the scrolling between two RichTextBoxes synchronized. Note that there is a fundamental difference between this way and all the other ways I have found on the internet: In my version, the textboxes are NOT always in the exact same scroll


VScrollBar control -
Hi, Could someone help pleeese?! I need to increase the value in a text box when i press the vscroll top arrow. I also need to decrease the value when i press the vscroll bottom arrow. The code I have only works for the bottom arrow and I'm not sure how to get it working for the to


scrolling effect on label -
I have seen some pages/code where you can see a smooth scrolling effect - like for example a latest news feature. I have seen some code that does this in javascript however I was wondering if it is possible to do this in ASP.NET? surely there must be a way of having a web label,


Please help with some BitBlt scrolling code -
I have included the project of which I need help with and I would really appreciate your help. The problem is: I have 1 picture box holding the picture of repeditive grass. My code imakes the picture look like it is infinatly scrolling. I had it work perfectly for scrolling up and d


[2008] Prevent ListBox from scrolling when save/delete record -
I am using vb 8 Express edition. I have a listbox that is binded to a recordset and a few textboxes that is linking to the listbox. Currently when I update (add, changes or delete) a record it would scroll and select the first record in listbox. I would like to know if there is a way


simulating a mouse click with keyboard[2008] -
Hello I am trying to simulate a mouse click with a keypress event. So far in my program i have the arrow keys to control the movement of the cursor. I want the: "-" key to simulate the left click "+" key to simulate the right click I also want the to be a


Mouse wheel scrolling in control -
I am evaluating two different ActiveX Treeview controls at the moment. Now the one allows me to move the window scrollbars up and down with my mouse, yet the other tree control does not. And as luck would have it, I prefer the tree that does not support the mouse scrolling, but I


VScroll RTB -
I am adding a chat box to a program and trying to use Code: SendMessage rtbChat.hwnd, WM_VSCROLL, SB_BOTTOM, 0 to scroll to the bottom of the box after adding the new line of text. Problem: The text disappears until I click on the vscroll bar in the rtb. Solutions?


ScrollWindowEx and VB forms... -
Alright - I'm scrolling a VB form with the ScrollWindowEx API call which works fine for scrolling the child windows but if the form has a picture set then the area exposed by the scrolling is painted with the wrong area - any ideas?


[2008] Editing CSV File -
I have a CSV File and i want to edit it and make a new column in it my current text in CSV file (Some) Username,Your referral since,Last click,Clicks R1181312,2008-06-13 16:49:00,2008-07-18 09:27:00,40 R1477140,2008-06-13 16:49:00,2008-07-17 10:18:00,73 R30994,2008-06-13 16:49:0


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