please help ASAP ..the problem is there's no device detected using this code..
**Dim buffer As New System.Text.StringBuilder(33)
Dim Name As String
If EZTwain.GetSourceList() Then
Do While EZTwain.GetNextSourceName(buffer)
Name = buffer.ToString()
cboSelect.Items.Add(Name)
Loop
Else
Call EZTwain.ReportLastError("Error getting TWAIN source list")
End If**
thanks in advance ..
nel gomez 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.