Click here to Skip to main content
15,918,193 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionoracle client component Pin
shereem khaleel7-Jun-07 9:37
shereem khaleel7-Jun-07 9:37 
AnswerRe: oracle client component Pin
mr_lasseter7-Jun-07 14:56
mr_lasseter7-Jun-07 14:56 
GeneralRe: oracle client component Pin
shereem khaleel7-Jun-07 15:33
shereem khaleel7-Jun-07 15:33 
QuestionHow can I get my web page in center of a browser Pin
AliHemani7-Jun-07 9:07
AliHemani7-Jun-07 9:07 
AnswerRe: How can I get my web page in center of a browser Pin
Christian Graus7-Jun-07 15:31
protectorChristian Graus7-Jun-07 15:31 
AnswerRe: How can I get my web page in center of a browser Pin
Steven J Jowett8-Jun-07 3:27
Steven J Jowett8-Jun-07 3:27 
Questionadding files to listboxes Pin
jds12077-Jun-07 4:05
jds12077-Jun-07 4:05 
AnswerRe: adding files to listboxes Pin
Johan Hakkesteegt7-Jun-07 21:15
Johan Hakkesteegt7-Jun-07 21:15 
Hi,

The first thing that comes to mind is that, in this code, you first create and fill an array with files that you want to exclude, fill Listbox2 with the values from that array, and then at the end you fill Listbox1 with files obtained in a completely different way.

jds1207 wrote:

'Only add the file if it is one of the entered extensions.
For Each row As DataRowView In rows
If ListBox2.Items.Contains(row.Item("ExcludeFileName")) Then

End If


It looks like you forgot to add a bit of code here, but you could use this same bit to compare each fi.Name with your exclusion list before you add it to ListBox1.

Hope it helps,

Johan

My advice is free, and you may get what you paid for.

QuestionQuestion about XML with C&C SAPI app in VB.NET Pin
RoyZ7777-Jun-07 3:33
RoyZ7777-Jun-07 3:33 
GeneralAnybody? Please? Pin
RoyZ77710-Jun-07 11:36
RoyZ77710-Jun-07 11:36 
QuestionSubscript & SuperScript in Crystal Report Pin
Rupesh Kumar Swami7-Jun-07 3:17
Rupesh Kumar Swami7-Jun-07 3:17 
QuestionClass Not Registered Pin
Paramhans Dubey7-Jun-07 3:08
professionalParamhans Dubey7-Jun-07 3:08 
AnswerRe: Class Not Registered Pin
Dave Kreskowiak7-Jun-07 4:09
mveDave Kreskowiak7-Jun-07 4:09 
GeneralRe: Class Not Registered Pin
Paramhans Dubey7-Jun-07 6:25
professionalParamhans Dubey7-Jun-07 6:25 
GeneralRe: Class Not Registered Pin
Dave Kreskowiak7-Jun-07 6:27
mveDave Kreskowiak7-Jun-07 6:27 
GeneralRe: Class Not Registered Pin
Paramhans Dubey7-Jun-07 19:50
professionalParamhans Dubey7-Jun-07 19:50 
GeneralRe: Class Not Registered Pin
Dave Kreskowiak8-Jun-07 3:34
mveDave Kreskowiak8-Jun-07 3:34 
QuestionWill VB.NET 2.0 allow dynamically created objects? Pin
Marcus J. Smith7-Jun-07 2:54
professionalMarcus J. Smith7-Jun-07 2:54 
AnswerRe: Will VB.NET 2.0 allow dynamically created objects? Pin
Colin Angus Mackay7-Jun-07 2:58
Colin Angus Mackay7-Jun-07 2:58 
GeneralRe: Will VB.NET 2.0 allow dynamically created objects? Pin
Marcus J. Smith7-Jun-07 4:40
professionalMarcus J. Smith7-Jun-07 4:40 
GeneralRe: Will VB.NET 2.0 allow dynamically created objects? Pin
Polymorpher7-Jun-07 6:46
Polymorpher7-Jun-07 6:46 
QuestionAccess VBA, how to call a method on a subform? Pin
Dan Neely7-Jun-07 2:48
Dan Neely7-Jun-07 2:48 
Questionhow do i remove selected row permanently from sql database through datagrid? Pin
sathyan_82947-Jun-07 2:27
sathyan_82947-Jun-07 2:27 
AnswerRe: how do i remove selected row permanently from sql database through datagrid? Pin
Dave Kreskowiak7-Jun-07 4:05
mveDave Kreskowiak7-Jun-07 4:05 
QuestionInserting text in a RichTextBox at a particular location Pin
ajithmanmadhan7-Jun-07 2:01
ajithmanmadhan7-Jun-07 2:01 

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.