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:-)
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...
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...
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:-)
Greetings,
I have a application that...
(a.) opens an existing Excel WorkBook,
(b.) adds a new WorkSheet (sheet4) and
(c.) populates sheet4 with data.
My Problem: when I open the Visual Basic editor and look at the Project Explorer, Sheet4 isn't visible. Moreover, if I attempt to reference...
Greetings,
Can someone please clue me in as to how I can assign line numbers (ordered list) to a CheckBoxList?
Somehow, I am unsure if this is a possibility.
Anyway, I'm pulling data from an Access db and populating the CheckBoxList with the results. I can do this no problem, but I'd LOVE to...
Greetings,
Can someone please clue me on how to load data into a DropDownList that is located with a SelectedItem Template? The ItemTemplate contains a LinkButton. However, attempting to populate the DropDownList prior to the LinkButton's Click event ending will produce the "...not set to the...
Greetings,
Can someone please clue me in on how to remove the 'underline' for each day in the calendar?
I believe I need to use the Style Objects 'DayStyle' and 'OtherMonthDayStyle', but am unsure as to the specific properties.
Thanks:-)
Greetings,
Problem: I'm unable to determine the Value or Text of a 'clicked' LinkButton located within a DataList.
Is this even possible? How do I even assign the LinkButton a value?
My goal is to: (A.) click on a LinkButton; (B.)display a DropDownList in its place (which works); (C.)Select...
Greetings,
(I'm a ASP.NET newbie...)
PROBLEM: I can't figure out how to open a new browser window (and display a *.pdf) based on the SelectedItem.Value property of a DropDownList.
Here is my ultra-simple code thus far...
<script>
</script>
<html>
<head>
<title>Untitled</title>
</head>...
Greetings,
I'm a .NET newbie unable to determine the number of records being returned by a query. I was expecting a RecordCount property or something, but I can't find any documentation on it. Ugh!!!
Can someone please clue me in?
Thanks:-)
Greetings,
I'm displaying the results from an query into a series of TextBoxes. One field is a user's password, where it has the Input Mask property in MS-Access set to 'Password'. When the table is viewed in Access, all entries in this field (user passwords) are 'masked' with asterisks '*'...
Greetings,
PROBLEM: I'm unable to 'automatically' have a DropDownList item 'selected' while adding multiple items directly to the ListItemCollection.
In the example below, I basically need to display the correct department in a DropDownList (as the SelectedItem while also listing all other...
Greetings,
PROBLEM: I'm having difficulty removing a specific item from a DropDownList. In essence, I want to 'refresh' the DropDownList to exclude SelectedItems that have been deleted. Ideally, back to the first item in the list.
After successfully populating a DropDownList with the results...
Greetings,
PROBLEM: While retreiving UserID & Passwords from a *.mdb, I have been unable to make the TextBox display the asterisk '*' Rather, the TextBox appears empty if I use the TextMode="password" OR appears un-encrypted with the TextMode property omitted.
Worthy of note may be...
Question: Is it possible to implement colors in Hex (ex: "#fafad2") with the System.Drawing.Color NameSpace OR are the system-defined colors the only ones available?
I appreciate your help:-)
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.