Forum: VB.NET May 5th, 2009 |
| Replies: 0 Views: 545 hi, how can i block pop up adverts in the webbrowser control? |
Forum: VB.NET May 2nd, 2009 |
| Replies: 3 Views: 679 yup i tried using that initially but it doesnt work.. the msgbox showed even before the form appeared.. and the msgbox keeps popping up.. |
Forum: VB.NET May 2nd, 2009 |
| Replies: 3 Views: 679 i want to show a msgbox when i click on the webbrowser control on my form.. how do i do it? why isnt there a mouseclick event in the webbrowser method listbox? |
Forum: VB.NET Jan 23rd, 2009 |
| Replies: 0 Views: 432 im just trying out to program a pda application
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
... |
Forum: VB.NET Jan 15th, 2009 |
| Replies: 3 Views: 256 can u explain? i still cant get it.. |
Forum: VB.NET Jan 15th, 2009 |
| Replies: 3 Views: 256 lets say i have a text file with the string "ffffffffff" in it and i want to insert "666" after the 2nd "f" in it.. how to do it? i tried the following and it doesnt work..
Dim stream As New... |
Forum: VB.NET Jan 15th, 2009 |
| Replies: 1 Views: 476 how to achieve that? when user clicks remove on the menustrip the available options (which are items of a combobox) are shown as its submenu items and when one of the items is selected its removed... |
Forum: VB.NET Jan 14th, 2009 |
| Replies: 3 Views: 1,650 yea i did a search but most of the tutorials are adding to comboboxes. i have a menu that allow me to add items to a combo box so now i wish to have a menu that lets me remove items from the combobox... |
Forum: VB.NET Jan 14th, 2009 |
| Replies: 3 Views: 1,650 i want to add the items of a combobox as dropdownitems of one of the menustrip selections.. how to do it dynamically? |
Forum: VB.NET Jan 14th, 2009 |
| Replies: 2 Views: 1,361 i want to fill up the userID and password fields of the yahoo mail login page with the click of a button on the form but just cant get it right.
Private Sub Form1_Load(ByVal sender As... |