- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
9 Posted Topics
I use this to load and login to a site from a made form but should work or give you an idea. [CODE] Private Sub LogInSub() On Error GoTo err1 WebBrowser1.Navigate(" webaddress") While WebBrowser1.ReadyState <> WebBrowserReadyState.Complete Application.DoEvents() End While Dim theElementCollection As HtmlElementCollection theElementCollection = WebBrowser1.Document.GetElementsByTagName("Input") For Each curElement As …
Not sure how you want to show it I.E in textbox or label but form1.caption is the property you need. example: label added to form2 Label1.Caption = Form1.Caption
Why is it asking to install drivers for hardware from an anti virus installer? seems a bit odd. AVG 2011 anti virus or Internet security? business or home? I have installed AVG 2011 on a number of PC's and laptops and never seen that msg before. Link to AVG FAQ …
might be a gpo setting do you log in as admin, or with a admin account. Check reg setting. Start, run type regedit User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ System] System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\ System] Name: DisableTaskMgr Type: REG_DWORD Value: 1=Enablethis key, that is DISABLE TaskManager Value: 0=Disablethis key, that is Don't Disable, Enable …
Have a try of this. I think its right. Others can comfirm [CODE] Private Sub txtempno_KeyPress(KeyAscii As Integer) Dim EmpNo as String On Error Resume Next EmpNo = txtempno.text If KeyAscii = 13 Then btncalculate.SetFocus rs2.MoveFirst While rs2.EOF = False If EmpNo = rs2.Fields![EmpNo] Then txtsub.Text = rs2.Fields![subjects] txtempname.Text = …
I have seen this before and it was corrupt mouse driver. Try remove mouse drivers and reinstall them.
Try and use system restore to a point before you had the problem. Then run malwareantibytes/spybot and then run virus scan. ---------------- Safe mode restore To start System Restore using the Command prompt, follow these steps: 1. Restart your computer, and then press and hold F8 during the initial startup …
What has changed? did you update any drivers before you got this problem? any hardware changes?
Check the size of the sent items folder. If its more than 1.99 GB then you will get this error. Empty/move items out or close OE and rename sentitems.dbx to sentitems.old and try again to see if it works. Max size of .dbx in OE is 1.99GB
The End.
smsmcp