Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: M444
  • Content: Threads
  • Order by date
  1. M444

    Minimum Form Width?

    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.
  2. M444

    Precision cursor

    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
  3. M444

    Cyclical Update Trigger

    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...
  4. M444

    Datasource Updated Event?

    Is there a way in .Net to determine if a datasource, a SQL server database, has been updated? Like a datasource updated event? Thanks
  5. M444

    Correct Path

    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...
  6. M444

    Passing Variables…

    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...
  7. M444

    Filter by Date

    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)...
  8. M444

    RadioButtonList Bind

    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...
  9. M444

    Datalist Order Problem

    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...
  10. M444

    Open Form Help

    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...
  11. M444

    Class to form textbox

    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?
  12. M444

    Submit on Load

    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
  13. M444

    login via post

    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...
  14. M444

    Auto Fill Web Login

    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
  15. M444

    Code Perl on IBM

    I was curious if there are any programs available that allow you to program PERL on an IBM?
  16. M444

    How do I change Record Source

    Hi, I need to change the record source of an Access Report through VB code. Does anyone know how I can do this?
  17. M444

    view in my MediaPlayer

    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...
  18. M444

    Select All in List

    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?
  19. M444

    Redirect Question

    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"
  20. M444

    Two Mice

    Im curious, is there any way to use two mice at once?

Part and Inventory Search

Back
Top