Greetings,
AFTER a new IE 6.0 browser window is opened, is it possible to remove the Address Bar & Status Bar and the Favorites pane?
Initially, I thought it could be done with the Window object, but obviously not.
Can someone please clue me in?
Thanks:-)
...and that fixed it.
I first attempted to re-install the .net runtimes without first uninstalling them. Clearly a mistake. I don't know what I was thinking...
Thanks, again:-)
Ok, here is a little more info...
I have another PC running IIS (and correctly displays my web pages), so I've used it to compare and contrast my problem PC and its IIS installation/configuration.
I viewed the Application Mappings on my problem PC and found that there was no entry for the...
Yes, the .NET runtime is installed.
Additionally, the websites in question do run correctly using the Cassini Web Server.
Any other thoughts? I'm getting desperate....
IIS newbie here, so please bear with me.
I just upgraded XP Home to XP Pro and subsequently installed IIS 5.1. For reasons unknown, all my web sites are experiencing the following:
A. include files are not being displayed (ex.
<!-- #include file="footer.htm" -->
B. the code on the page...
Greetings,
I have a very strange situation where my Form isn't being submitted (Button control does 'nothing...') when the Form contains any one of the validation controls.
If all of the controls are removed, then it works fine.
What makes less sense is that, on the same server, the...
hmmm....I guess I think of another way to submit the form besides using the Button control or the SelectedIndexChanged event of the DropDownList control.
Can you clue me in? Perhaps a little example?
Thanks:-)
Greetings,
After loading a DropDownList, how can I immediately submit the form without using a Button control?
I was thinking the SelectedIndexChanged event would fire off, but apparently not.
When the form was being loaded, I compared each ListItem's Value to a QueryString value and set the...
Greetings,
I'm using Excel 2003 and have placed several Checkboxes and a single Button on a Worksheet. Everything works perfectly with one glaring exception: the Controls (Checkboxes and Button) are being progressively repositioned to the left, with each subsequent 'print preview', until...
Greetings,
I'm attempting to make a threaded discussion forum (not unlike tek-tips) and am having difficulty formatting the outputted text from each thread.
I'm using an Access db and have assigned a data type of "Memo" to the body of each thread. However, this doesn't preserve page breaks...
Yes, the checkbox is found. Turns out that both options above work perfectly. The only requirement (which I somehow overlooked multiple times) is that re-binding the datagrid NOT occur with each postback (duh!), so I had to include the binding in an "If NOT IsPostBack" condition within...
Greetings,
I've been unable to determine which CheckBoxes are being 'checked' within a DataGrid. The following code iterates through the entire datagrid, but never identifies the checked checkboxes.
Sub OnCheckOut( s As Object, e As EventArgs )
Dim i As Integer
Dim blnIsChecked As...
Greetings,
I'm looking for a way to open Windows Explorer within my VBA code. Anybody have a clue as to how this can be done?
Ideally, I'd like to launch Windows Explorer and change its Address to a predefined file path.
Thanks:-)
DrSmyth,
To avoid those dialog boxes in Excel, I use the following bit of code. Presumably, aside from the 'SaveAs' method arguments, something similar should work in Word as well.
Application.DisplayAlerts = False
ThisWorkbook.SaveAs "testfile.xls", xlWorkbookNormal...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.