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

html, override no scrolling -

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

 

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


Tip for positionning frame in Netscape -
does somebody know a good way to arrange frames exactly like you want! *********in netscape********** when i'm trying to align frame sometime(well everytime with netscape) if there is a space between two frame, i reduce the height, if i am missing piece of a frame i put it higher.


override css -
Hi! my html page is linked to a css which makes the background white. In the html on my page, i want to change the color to blue just for this page. The code is like this on the page. body marginwidth="0" marginheight="0" topmargin="0" bottommargin="


Scrolling..with pictures -
Scrolling... is there a way to put pictures in a box that scrolls ? i have a form and instead of having text on it i have pictures. i want to be able to croll down a list of pictures . not the filename but the actual picture. u get it like a html document but when they click o


[HTML]How do I override the default colour of the disabled property -
Hi all, I have a client select box which I want to set as read only, but because I have it set as disabled the font colour is not red like I wanted it seems to go to a default grey. How can I override this for this control only?


setting character encoding in HTML -
I was trying to validate some HTML I was writing by hand with http://validator.w3c.org by uploading the file from my hard drive. But I keep getting this message: quote: No Character Encoding Found! Falling back to UTF-8. ...SNIP... The uploaded file was tentatively found to be


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


[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


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


[2008] Override the movement of the scroll bar for a rich text box -
Hey, I'm wondering how I can override the movement of the scroll bar for a rich text box, I'd like it to be smoother, rather than really fast, can anyone help me? Would I have to override WndProc for the control, if so, can I have an example of how this would be done? Cheers Icy


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


Adding Scrolling -
Basically my I need a bigger form!!! I need to add the ability to have the form, or just a peice of the form (like a frame with in the form) have the ability to scroll up and down. Is there anyway I can do this??? I want the form like an HTML file which can keep scrolling down and do


resizing question -
hi, i have created a control that must redraw whenever it is resized (if it gets bigger or smaller). When I override the OnPaint handler, it only runs when the control is expanded. However, if I override the OnResize handler and also call the OnPaint handler from there, when the cont


[2008] Override the default text selection when you double click in a rich text box -
Hey, I'm wondering how I can override what happens when you double click a rich text box (or text box), how it selects the text. I want to modify that to do something, would I have to override WndProc for that control, and if that is what I need to do, can someone give me an example


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,


urgent help is request on Frames -
<HTML> <HEAD> <TITLE>Hill West Infant School</TITLE> </HEAD> <FRAMESET rows="50,2*" bordercolor="yellow" FRAMEBORDER=NO > <FRAME SRC="TITLE.HTML" Scrolling=no> <FRAMESET cols="27%,73%&quo


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


{Resolved}Target with javascript. -
Hi, I have this index.html page. Code: <frameset cols="15%,40%" frameborder="no"> <frame name="leftmenu" src="menu.html" scrolling="no"> <frameset rows="16%,*"> <frame name="topblock


virtual function overrides -
Sometimes when I want to override a virtual function I either name the fuction wrong or use incorrect parameters and thus the virtual function is not really overridden and it is never called. In C# you always had to use the override keyword to override a virtual function and that pr


override a process -
I want to hide a folder,a file, a drive..., or I want to take a text at any position on screen. So I guess that I must override a process, but I can't do that, so how do I? Thanks.


*** are all these files in the htdocs directory -
index.html.ca index.html.cz index.html.de index.html.dk index.html.ee index.html.el index.html.en index.html.es index.html.fr index.html.he.iso8859-8 index.html.it index.html.ja.jis index.html.kr.iso-kr index.html.lu index.html.nl index.html.nn index.html.no index.html


HTML Frameset: Getting Rid of the Crosshairs -
Given the following two documents: Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html> <head> <title>Frame Test</title> </head> <frameset


override -
Hi, Can you write the following code into vb.net ? public override void VerifyRenderingInServerForm(Control control) { } This is what I have done but it gives an error VerifyRenderingInServerForm (sub 'VerifyRenderingInServerForm' can not be declared 'overrides' because i


Difference between Shadow and override -
plz give me the exact differece between shadow and override with example.


Please Suggest PHP based HTML Editor -
Hi, Before someone give me a bunch of search result, I did that already... I want to include a simple html editor box for users to enter data and it to be saved to the database. If one could easily modify the control it would be nice, as I dont want inline styles. Just html ele


Scrolling the RTxt Box -
Hi, I am trying to develop a simple WYSIWYG html editor. In it I need to detect the scrolling of the RTF ctrl. But since there is no specific event for it I want to provide two separate scroll bars and detect the scroll events through them. Here is where I need help. I dont suppo


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


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?


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


Override ReadOnly -
I need to override a read only property in a control. Any ideas? I am inheriting from a System.Windows.Forms.Button control in a class. Thanks for any insight.


Listbox scrolling looks backwards -
I've noticed this for a while and I see it is fixed in VB.NET.. but is there any way to make Listboxes not look like they are scrolling up when scrolling down? Has anyone else noticed this? When you use the mouse wheel to scroll down a few lines in a listbox, the actual listbox vie


Listbox enabled and scrolling -
I have a multiselection listbox with a number of checkbox styled items. I would like the use to be able to stroll through the list but not change the selection. - (Type of Access Control) - Setting the Enabled property to false prevents the user scrolling as well as the input. I


Video and Scrolling Textboxes -
Hi, I am writing an application that has a video playing on the one side and a number of textboxes scrolling up the other. But as soon as the textboxes start scrolling the video quality gets dreadful. I have tried seperate threads but still it is no better. ANy ideas? I am using a


Smooth-Scrolling Tiles -
Hi, I recently made a smooth-scrolling tile engine in DirectDraw (well... somewhat smooth-scrolling). I have one problem, however, if you scroll from the left or right or vice-versa, the first line of tiles are... not drawn properly. However, if I scroll up or down, the same error don'


Grey VB world -
Just a thougt: Woudnt it be nice for programmers instead of using prefixes to variables... ... if There were a specified color for each type like integers beeing blue, strings brown, variants grey and having arrays made italic, methods bold, so imagine how colorful the world of v


Problem with Frames JavaScript and variables -
I don't feel like giving the why I need this but here it is: This works: Code: <html> <head> <title>Knowledge Forum Project</title> <script Language=JavaScript> var strFrameCols = "10%,*" </script> </head> <


Continuous Scrolling Graph -
I'm trying to create a continuous scrolling graph. I'm reading in data, ploting it on a picture box, and scrolling the picture box as the data reaches the right edge. After all the data is taken, I want to be able to scroll the graph back to the beginning (and to points inbetween). Usi


My game - map scrolling -
Hi! I've been programming for about a month now and i've come up with this. But, I have no map scrolling! I have no idea where to start. Any tips? Anything? Thanks!


Scrolling textarea -
I need a scrolling text area, I'd like to use TextBox control but will use other. how do I do this?


offline html viewer -
Hello, I need to create an offline HTML viewer. There will be a few links to online addresses too, but the main use is offline. So far, I've got my FORM and am using a scrolling TEXT BOX as the "screen". The screen will load the HTML pages. Should I use a child FORM