Click here to Skip to main content
15,897,891 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Project help Pin
Carmine_XX7-Mar-07 3:39
Carmine_XX7-Mar-07 3:39 
AnswerRe: Project help Pin
Dave Kreskowiak7-Mar-07 5:05
mveDave Kreskowiak7-Mar-07 5:05 
QuestionList All Registry Values Pin
MatrixCoder6-Mar-07 16:22
MatrixCoder6-Mar-07 16:22 
AnswerRe: List All Registry Values Pin
Dave Kreskowiak6-Mar-07 17:08
mveDave Kreskowiak6-Mar-07 17:08 
GeneralRe: List All Registry Values Pin
MatrixCoder7-Mar-07 3:56
MatrixCoder7-Mar-07 3:56 
Questionneed help wit listing file name in bin folder Pin
neodeaths6-Mar-07 15:39
neodeaths6-Mar-07 15:39 
AnswerRe: need help wit listing file name in bin folder Pin
MatrixCoder6-Mar-07 16:15
MatrixCoder6-Mar-07 16:15 
AnswerRe: need help wit listing file name in bin folder Pin
The ANZAC6-Mar-07 17:53
The ANZAC6-Mar-07 17:53 
Have your folder as a string.
Dim Folder as string = 'your project directory
Dim file as system.io.fileinfo
dim fol as new system.io.directoryinfo(folder)

for each file in fol.getfiles(".xsl")
listbox1.items.add(file)
next

Posted by The ANZAC

QuestionDateTime in MS Acces with ADO.NET Pin
Scott Page6-Mar-07 13:43
professionalScott Page6-Mar-07 13:43 
QuestionLocalization with VB .net and Access Database Pin
rhaseena6-Mar-07 11:10
rhaseena6-Mar-07 11:10 
QuestionIt looks right? Pin
Anybloodyid6-Mar-07 10:37
Anybloodyid6-Mar-07 10:37 
AnswerRe: It looks right? Pin
Christian Graus6-Mar-07 10:46
protectorChristian Graus6-Mar-07 10:46 
AnswerRe: It looks right? Pin
JUNEYT6-Mar-07 10:50
JUNEYT6-Mar-07 10:50 
GeneralRe: It looks right? Pin
Anybloodyid6-Mar-07 11:06
Anybloodyid6-Mar-07 11:06 
AnswerRe: It looks right? Pin
Taylor Kobani6-Mar-07 22:46
Taylor Kobani6-Mar-07 22:46 
QuestionLet user add new items to a databound combobox Pin
NDD576-Mar-07 9:55
NDD576-Mar-07 9:55 
AnswerRe: Let user add new items to a databound combobox Pin
Scott Page7-Mar-07 12:23
professionalScott Page7-Mar-07 12:23 
GeneralRe: Let user add new items to a databound combobox Pin
NDD579-Mar-07 7:36
NDD579-Mar-07 7:36 
Questiona Simple Clock Alarm Pin
HoseinQuest6-Mar-07 9:43
HoseinQuest6-Mar-07 9:43 
AnswerRe: a Simple Clock Alarm Pin
JUNEYT6-Mar-07 10:41
JUNEYT6-Mar-07 10:41 
QuestionCan't see ODBC datasource Pin
cstrader2326-Mar-07 8:07
cstrader2326-Mar-07 8:07 
QuestionChanging the time or date field of the timedate control panel using shell command Pin
JewelOfTheNile6-Mar-07 7:30
JewelOfTheNile6-Mar-07 7:30 
AnswerRe: Changing the time or date field of the timedate control panel using shell command Pin
GoodID6-Mar-07 21:19
GoodID6-Mar-07 21:19 
QuestionBar code scanner Pin
Brad Fackrell6-Mar-07 5:46
Brad Fackrell6-Mar-07 5:46 
AnswerRe: Bar code scanner Pin
kubben6-Mar-07 7:18
kubben6-Mar-07 7:18 

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.