Here is my code for an event:
Dim ie As New InternetExplorer
ie.Height = 150
ie.Width = 150
ie.Left = 150
ie.Top = 150
ie.Navigate "http://www.tek-tips.com"
Do Until ie.ReadyState = READYSTATE_COMPLETE
DoEvents
Loop
ie.Visible = True
Set ie = Nothing
Frame was probably a bad term... i opened ie from a form and set the size to appear to the user that it is appearing within the application. I send certain keys to the ie and it will provide a response to the user. I wanted to be able to close ie when they click another button to initiate...
Sorry for the bad explanation. I would like for one user to be able to notify another user when something is complete without using e-mail. I was hoping one user can force a msgbox on another identified user's screen. Thanks for your help.
I am working with a 6 user environment. What I am looking for is a way for someone to enter data and then force a msgbox to appear on an identify users screen. Any ideas
I have a listbox returning rows of data. The data is listed with a month and date field. Does anyone know how to highlight or bold the row of data when the month = December?
I have a listbox containing several columns of data. The default is to have the listbox set to the top and use the scroll bar to get the bottom of the data. Is there a way to set the default to be at the bottom of the list and use the scroll bar to scroll to the top?
Thanks
dhboston
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.