Click here to Skip to main content
15,888,521 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: In VB.NET2003 Download Pin
Christian Graus27-Jul-08 10:17
protectorChristian Graus27-Jul-08 10:17 
GeneralRe: In VB.NET2003 Download Pin
Paul Conrad27-Jul-08 10:24
professionalPaul Conrad27-Jul-08 10:24 
GeneralRe: In VB.NET2003 Download Pin
Christian Graus27-Jul-08 11:29
protectorChristian Graus27-Jul-08 11:29 
GeneralRe: In VB.NET2003 Download Pin
Paul Conrad27-Jul-08 11:33
professionalPaul Conrad27-Jul-08 11:33 
Questionhow to import MIF files into vb 2008? Pin
dunkin_ina26-Jul-08 21:26
dunkin_ina26-Jul-08 21:26 
Questiondownload Login form Pin
pranavrana26-Jul-08 21:21
pranavrana26-Jul-08 21:21 
AnswerRe: download Login form Pin
Rupesh Kumar Swami26-Jul-08 21:28
Rupesh Kumar Swami26-Jul-08 21:28 
Questionsearch button control issue Pin
vidhish26-Jul-08 20:15
vidhish26-Jul-08 20:15 
hi all,
am using VS 2005, i have one issue on search buttons. The problem is my form contains 4 search buttons each search button searching the values depends on table values . For Exp TicketNumber,UnitNumber,CompanyName,SerialNumber.
In this case only one search button working properly my code is........

Dim f_LookupNonRev As New LookUpNonRev
        Dim strTicketNumber As String = ""
        f_LookupNonRev.dt_parentdata = dt_nonrev
        f_LookupNonRev.ShowDialog()
        If Not IsNothing(f_LookupNonRev.SearchID) Then StrTicketNumber = f_LookupNonRev.SearchID
        f_LookupNonRev.Close()
        If StrTicketNumber.Trim <> "" Then bs_nonrev.Position = bs_nonrev.Find("TicketNumber", StrTicketNumber)

serch button

Public Property SearchID() As String
        Get
            SearchID = strTicketNumber
        End Get
        Set(ByVal Value As String)
            strTicketNumber = Value
        End Set
    End Property

If dgvDataView.SelectedRows.Count > 0 Then
            SearchID = dgvDataView.SelectedRows(0).Cells("TicketNumber").Value()
        End If


Regards

Vidhish

AnswerRe: search button control issue Pin
Luc Pattyn27-Jul-08 1:20
sitebuilderLuc Pattyn27-Jul-08 1:20 
QuestionHow to paste information? Pin
wabby26-Jul-08 8:27
wabby26-Jul-08 8:27 
AnswerRe: How to paste information? Pin
Guffa26-Jul-08 14:42
Guffa26-Jul-08 14:42 
AnswerRe: How to paste information? Pin
Mycroft Holmes26-Jul-08 15:57
professionalMycroft Holmes26-Jul-08 15:57 
QuestionUser Control in Vb.net Pin
Wael Hawari25-Jul-08 23:56
Wael Hawari25-Jul-08 23:56 
RantRe: User Control in Vb.net Pin
Paul Conrad26-Jul-08 7:48
professionalPaul Conrad26-Jul-08 7:48 
AnswerRe: User Control in Vb.net Pin
Dirk Higbee26-Jul-08 15:23
Dirk Higbee26-Jul-08 15:23 
GeneralRe: User Control in Vb.net Pin
Mycroft Holmes26-Jul-08 16:01
professionalMycroft Holmes26-Jul-08 16:01 
AnswerRe: User Control in Vb.net Pin
Guffa27-Jul-08 5:18
Guffa27-Jul-08 5:18 
GeneralRe: User Control in Vb.net Pin
Wael Hawari27-Jul-08 8:47
Wael Hawari27-Jul-08 8:47 
QuestionDelegate in vb.net Pin
Ahamed Azeem25-Jul-08 22:58
Ahamed Azeem25-Jul-08 22:58 
AnswerRe: Delegate in vb.net Pin
jzonthemtn26-Jul-08 2:21
jzonthemtn26-Jul-08 2:21 
QuestionString Builder remove white spaces Pin
member2725-Jul-08 21:26
member2725-Jul-08 21:26 
AnswerRe: String Builder remove white spaces Pin
jzonthemtn26-Jul-08 2:26
jzonthemtn26-Jul-08 2:26 
Questionusername and passord problem Pin
monika_vasvani25-Jul-08 19:00
monika_vasvani25-Jul-08 19:00 
AnswerRe: username and passord problem Pin
jzonthemtn26-Jul-08 2:21
jzonthemtn26-Jul-08 2:21 
QuestionMaking TextBox visible Pin
Dalek Dave25-Jul-08 15:04
professionalDalek Dave25-Jul-08 15:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.