Forum: VB.NET Oct 11th, 2009 |
| Replies: 2 Views: 413 hi adatapost,I already set view to details. I just set the tab order of listview to 0 & its done.
Dim lCount As Integer
Dim lvitem As ListViewItem
For lCount = 1 To 5
... |
Forum: VB.NET Oct 9th, 2009 |
| Replies: 2 Views: 413 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim lCount As Integer
For lCount = 1 To 5
... |
Forum: VB.NET Aug 1st, 2009 |
| Replies: 3 Views: 652 hello sknake,first of all thx..but it not working for all the images..Suppose i go to google images link(upper) & if i drag dat image, its working..Now suppose i search taj Mahal in google images &... |
Forum: VB.NET Jul 31st, 2009 |
| Replies: 3 Views: 652 I have webrowser in my project..Suppose i open google..I want to drag the google image,can somebody tell me how how to get the URL of the image,so dat i can download it from the net... |
Forum: VB.NET Jul 3rd, 2009 |
| Replies: 2 Views: 430 ListView Properties- I set MultiSelect to False, LabelEdit to true,FullRowSelect to True. I have Listview with two columns.
1) When I select onw row in listview,On button click i want to get the... |
Forum: VB.NET Jun 22nd, 2009 |
| Replies: 2 Views: 1,680 Sorry but i didnt understand anythng..Can u plz help me out?/ |
Forum: VB.NET Jun 18th, 2009 |
| Replies: 2 Views: 1,680 I want to show contextMenu on Menu Item Right click..But probs is dat when i right click on menu Item,Context Menu is popping up..But menu disapper..I want that menu should not be disappered...
See... |
Forum: VB.NET Jun 17th, 2009 |
| Replies: 1 Views: 289 I want to show the contextMenu on MenuItem right click....AS IE favorites....
I m able to show the contextMenu when i right click on menu..But the Probs is dat when i right click..Context menu is... |
Forum: VB.NET Jun 14th, 2009 |
| Replies: 5 Views: 496 i m able to solved it-
Private Sub ContextMnuAddColl_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ContextMnuAddColl.Click
Try
Dim tnNew As New... |
Forum: VB.NET Jun 14th, 2009 |
| Replies: 5 Views: 496 Suppose i Add a new node,now want that the new node added automatically comes in EDIT MODE...How to do dat can somebody tell me??? |
Forum: VB.NET Jun 14th, 2009 |
| Replies: 5 Views: 496 No no actually sir i didnt want dat, i m able to solve it.....Can u tell me how to attach here the screenshots..so dat it will be helpfull for others..cz i m newbie to this site.. |
Forum: VB.NET Jun 13th, 2009 |
| Replies: 5 Views: 496 I have a treeview with two nodes..I m showing the contextmenu when the user clicks on any portion of treeview ....
Public Class Form2
Private Sub Form2_Load(ByVal sender As System.Object,... |
Forum: VB.NET Jun 13th, 2009 |
| Replies: 5 Views: 1,644 ACtually sir i disable the IE contextManus....& i want to attach mine own context menus..I want that when the user right click on any link contextmenu1 is there..& else contextmenu2 is there...
SO... |
Forum: VB.NET Apr 22nd, 2009 |
| Replies: 0 Views: 435 1) Hi , I want to increase or decrease the volume of windows media player thru coding..On Image Click,I do not have any idae from where to start...Can somebody give me refernces..so that I found a... |
Forum: VB.NET Apr 10th, 2009 |
| Replies: 0 Views: 764 Hi frnds,Its mine first post in this forum..I want to know that how to add FLV payer component in VB.Net..cz windows Media Player does't play the FLV player.......Plz help me out.... |