Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #16.0K
Ranked #3K

9 Posted Topics

Member Avatar for TwijoO

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 …

Member Avatar for smsmcp
0
2K
Member Avatar for BhuviRajen
Re: vb6

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

Member Avatar for AndreRet
0
86
Member Avatar for lgonzo

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 …

Member Avatar for lgonzo
0
163
Member Avatar for wilson snow

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 …

Member Avatar for wilson snow
0
197
Member Avatar for Naveed_786

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 = …

Member Avatar for AndreRet
0
213
Member Avatar for Stene

I have seen this before and it was corrupt mouse driver. Try remove mouse drivers and reinstall them.

Member Avatar for Stene
0
112
Member Avatar for laurag

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 …

Member Avatar for smsmcp
0
146
Member Avatar for broneyohn
Member Avatar for baal1981

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

Member Avatar for smsmcp
0
309

The End.