Forum: VB.NET Jul 14th, 2005 |
| Replies: 10 Views: 11,701 Oh thanks a lot, But to be honest i tried with this after i posted this on this forum and got the results. BUt from ur reply i gotto know that v need to add the item first to the list before... |
Forum: VB.NET Jul 9th, 2005 |
| Replies: 10 Views: 11,701 hi,
Yes i assigned the date to the m_strExpDate vairable and tried to display it in the textarea of the combo box. |
Forum: VB.NET Jul 8th, 2005 |
| Replies: 3 Views: 10,400 hi
u can make a check for only one item in the dropdownlist ,if its true make a call to the onSelectedIndexChanged with the required parameter
hope this helps u out |
Forum: VB.NET Jul 8th, 2005 |
| Replies: 10 Views: 11,701 HI,
Here is the code u asked for,
Private Sub cboExpiryDate_SelectedIndexChanged(ByVal sender As_ System.Object, ByVal e As System.EventArgs) Handles_ cboExpiryDate.SelectedIndexChanged
If... |
Forum: VB.NET Jul 5th, 2005 |
| Replies: 10 Views: 11,701 hi,
I have used a combobox to display a list of options like 1 Month,2 Months,3 Months and last option Other.
Wen i click on "Other" , calender opens and i have to select the date.
The... |
Forum: VB.NET Jul 1st, 2005 |
| Replies: 3 Views: 15,969 hi,
thanks for ur response,
ya wat u say is right, i have used both of these but these are read only properties so it just tell u if the text for the controll is bold or not.
But i need to... |
Forum: VB.NET Jun 30th, 2005 |
| Replies: 3 Views: 15,969 HI ,
i m using System.Windows.Forms.ListView control.
i want to set the text in the subItems to bold at run time.
How do i acchieve this :!:
Thanks in advance. |
Forum: VB.NET Jun 3rd, 2005 |
| Replies: 32 Views: 102,538 Well i can say i have done smething of this kind in VB before.U better go thru Hayes Commands which are used for sending and recieving SMS. |
Forum: VB.NET Jun 3rd, 2005 |
| Replies: 0 Views: 5,152 I have a Contextmenu which dispalys a file name.it has submenus that provides 2 options:Open;Open With...
Open opens the file normally.
i want "Open With" dialogbox to open wen user clicks the... |