It seems that Form.Show sets a minimum form size as noted in the following thread:
thread796-1446495
The form size however can be modified after the call to Form.Show without this restriction.
Hi,
I am looking for suggestions as to the best way to create a precision "cursor" within a panel.
The cursor needs to have two lines one which streches across the panel on the x axis and one that streches from the y axis at the current mouse coordinates.
Thanks
I have two tables one is a table from a new system and the other is from a legacy system. When a product description changes in either the old or new table I need Oracle to update the other table.
I created a trigger in both tables to do this, but if the legacy table updates the new table...
Hi,
I use Request.Path and some string functions to retrieve the name of the current page.
ie. If the user is at the following URL: http://www.myWebsite.com/currentPage.aspx
Then “currentPage.aspx” is returned to do some processing...
This works except where I use server.transfer instead of...
It may seem that this topic has been covered extensively in Microsoft’s documentation, technical websites, and in previous tek-tip posts but no source, that I have found, fully addresses my real-world issues.
Basically I would like to know how you would handle passing variables in this...
Hi All,
I am trying to filter a dataview by a user defined date...
When I attempt this I get the following error:
"Cannot perform '<' operation on System.DateTime and System.Double."
Here is my code:
Private Sub btnFilter_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)...
Hi,
I'm having problems binding a RadioButtonList...
I have values 1-10 stored as an integer in a field called score. I am using a DataList control to display records.
I want the respective RadioButton to be checked based on the score.
ie. if score = 3 the radiobutton with value 3 should...
Hi All,
When I update the primary key of a row in my datalist no changes are made immediately to the datalist order. But when I go to edit another entry the rows sort in alpha order...
For example: I have a datalist with the following rows Primary Key, FirstName, LastName
the records appear...
I wish to show an options box when a user clicks a button from the main form. I want the user to have to exit the options form inorder to manipulate the main form. The code I use below works except that the main form becomes invisible... How can I keep it visible?
Dim MyForm As New Options...
I know this must be simple but I can't figure it out...
I have a class which performs calculations Mean, median, and Mode... I need to pass the values that are calculated in the class to a textbox on my form. How do I do this?
I need to be able to submit a form when a page loads without having the user click the submit button is this possible?
In other words I need to simulate the pushing of the submit button. I cannot just redirect unless it submits the form.
Thanks in Advance
Hi everyone,
Im trying to make an auto-login process for a web page requireing a user ID and Password. Ive done this in the past using the Posts that are in the HTML ie.
www.webpage.com/login.cgi?Userid=MyName&Password=MyPass
but this particular web page uses .asp im not sure if that is why...
Hey,
Does anyone know how you can automatically fill in the user id and password in a browser? For instance if I wanted my tek-tips ID and password to be filled out when I navigate here?
Thanks in advance
I have a custom web browser using the WebBrowser control and a MediaPlayer control on another tab in the program. When a movie link supported by Mediaplayer is clicked on in the webbrowser control i wish for the movie to be played in my mediaplayer on the form rather than opening a new window...
Hi,
Using MS Spy++ I see that a listbox in a program has an Extended Style called LVS_EX_FULLROWSELECT can this be used to select the whole list? the same way WM_LBUTTONDOWN can be used to push the button down?
I want to have script that can redirect a user to a differnt page if the initial page does not exit. Is this possible?
ie.
user navigates to "www.m444.com/login" from a link on "www.m444.com"
if "www.m444.com/login" does not exist then redirect the user to "www.m444.com/home"
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.