Click here to Skip to main content
15,886,873 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Page SetUp in DataReport (VisualBasic) Pin
Vignesh Krishnan22-Apr-08 0:48
Vignesh Krishnan22-Apr-08 0:48 
GeneralOpening multiple web sites Pin
sumit703421-Apr-08 18:23
sumit703421-Apr-08 18:23 
GeneralRe: Opening multiple web sites Pin
Christian Graus21-Apr-08 18:34
protectorChristian Graus21-Apr-08 18:34 
GeneralRe: Opening multiple web sites Pin
sumit703421-Apr-08 18:52
sumit703421-Apr-08 18:52 
GeneralRe: Opening multiple web sites Pin
sumit703421-Apr-08 19:08
sumit703421-Apr-08 19:08 
GeneralRe: Opening multiple web sites Pin
Christian Graus21-Apr-08 19:19
protectorChristian Graus21-Apr-08 19:19 
QuestionTable adaptor row changed Pin
ziperzappper21-Apr-08 11:24
ziperzappper21-Apr-08 11:24 
QuestionBug with Directory and File Info? Pin
Dominick Marciano21-Apr-08 8:42
professionalDominick Marciano21-Apr-08 8:42 
I'm writing a program and have the following function:

<br />
 Public Sub SetInfos(ByVal dir As DirectoryInfo)<br />
        m_JBXInfo = dir.GetFiles("*.JBX")<br />
        m_JBNInfo = dir.GetFiles("*.JBN")<br />
    End Sub<br />


There is more to the function but it is with these lines that I'm having trouble. To test the function I changed one of the JBN file extensions to .JBNp to see if the function would still pull this file, which it shouldn't (at least that's what I thought) because the string pattern is *.JBN. However it still places the *.JBNp file into m_JBNInfo. However can I modify this sub to only pull files with the exact extensions of .JBX and .JBN and not something like .JBNp? Thanks in advance.
GeneralRe: Bug with Directory and File Info? Pin
Luc Pattyn21-Apr-08 10:19
sitebuilderLuc Pattyn21-Apr-08 10:19 
GeneralRe: Bug with Directory and File Info? Pin
Dominick Marciano23-Apr-08 5:18
professionalDominick Marciano23-Apr-08 5:18 
QuestionHow to enable/disable a splash screen at runtime in VB.NET 2005 ? [modified] Pin
Delnet21-Apr-08 6:28
Delnet21-Apr-08 6:28 
GeneralRe: How to enable/disable a splash screen at runtime in VB.NET 2005 ? Pin
Thomas Stockwell21-Apr-08 8:18
professionalThomas Stockwell21-Apr-08 8:18 
GeneralMonthCalendar Control Pin
Peter B21-Apr-08 3:40
Peter B21-Apr-08 3:40 
GeneralRe: MonthCalendar Control Pin
Thomas Stockwell21-Apr-08 8:22
professionalThomas Stockwell21-Apr-08 8:22 
QuestionConnect to FTP site via Proxy server in VB.NET2 Pin
Kiefie21-Apr-08 2:45
Kiefie21-Apr-08 2:45 
AnswerRe: Connect to FTP site via Proxy server in VB.NET2 Pin
Sam Xavier29-Apr-08 18:53
Sam Xavier29-Apr-08 18:53 
GeneralCreating error while encript and decript... Pin
r aa j21-Apr-08 0:56
r aa j21-Apr-08 0:56 
GeneralRe: Creating error while encript and decript... Pin
Dave Kreskowiak21-Apr-08 8:43
mveDave Kreskowiak21-Apr-08 8:43 
GeneralRe: Creating error while encript and decript... Pin
Dominick Marciano21-Apr-08 8:50
professionalDominick Marciano21-Apr-08 8:50 
QuestionFunction Ring Pin
asma_pfe20-Apr-08 23:58
asma_pfe20-Apr-08 23:58 
GeneralRe: Function Ring Pin
Colin Angus Mackay21-Apr-08 1:17
Colin Angus Mackay21-Apr-08 1:17 
QuestionRe Re: Function Ring Pin
asma_pfe21-Apr-08 2:15
asma_pfe21-Apr-08 2:15 
GeneralRe: Re Re: Function Ring Pin
Chinners21-Apr-08 4:00
Chinners21-Apr-08 4:00 
QuestionRe: Re Re: Function Ring Pin
asma_pfe21-Apr-08 4:48
asma_pfe21-Apr-08 4:48 
GeneralRe: Re Re: Function Ring Pin
Dave Kreskowiak21-Apr-08 8:41
mveDave Kreskowiak21-Apr-08 8:41 

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.