Click here to Skip to main content
15,899,825 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Faxing Pin
Polymorpher20-Jul-06 10:25
Polymorpher20-Jul-06 10:25 
QuestionHow I know about Languages Install in XP OS. Pin
Shahzad Munir20-Jul-06 2:07
Shahzad Munir20-Jul-06 2:07 
QuestionExtra Title Bar Button Pin
The ANZAC19-Jul-06 23:37
The ANZAC19-Jul-06 23:37 
Questionhow to compare date in vb??? Pin
campbells19-Jul-06 23:34
campbells19-Jul-06 23:34 
AnswerRe: how to compare date in vb??? Pin
steff kamush19-Jul-06 23:47
steff kamush19-Jul-06 23:47 
Questionvb6 Treeview - how to make a node readonly Pin
steff kamush19-Jul-06 23:28
steff kamush19-Jul-06 23:28 
Questionhow to open .DBF file in vb?? Pin
campbells19-Jul-06 22:45
campbells19-Jul-06 22:45 
AnswerRe: how to open .DBF file in vb?? Pin
Andy Davies20-Jul-06 22:56
Andy Davies20-Jul-06 22:56 
depending on what is in the file, you could probably just read it in using the StreamReader:

VB.NET :
Dim sFilePath as string = "C:\File.DBF"<br />
Dim sContent as string = nothing<br />
<br />
Dim Reader as new StreamReader(sFilePath)<br />
<br />
sContent = Reader.ReadToEnd()


assides that, some more info would help.

http://www.stormbase.net
QuestionSendEmail Pin
Socheat.Net19-Jul-06 22:19
Socheat.Net19-Jul-06 22:19 
AnswerRe: SendEmail Pin
The ANZAC19-Jul-06 22:21
The ANZAC19-Jul-06 22:21 
GeneralRe: SendEmail Pin
Socheat.Net19-Jul-06 22:41
Socheat.Net19-Jul-06 22:41 
GeneralRe: SendEmail Pin
The ANZAC19-Jul-06 23:03
The ANZAC19-Jul-06 23:03 
QuestionProblem in Deployment of VB.Net project Pin
karansharma19-Jul-06 20:25
karansharma19-Jul-06 20:25 
AnswerRe: Problem in Deployment of VB.Net project [modified] Pin
Polymorpher20-Jul-06 5:43
Polymorpher20-Jul-06 5:43 
GeneralRe: Problem in Deployment of VB.Net project Pin
karansharma23-Jul-06 19:50
karansharma23-Jul-06 19:50 
GeneralRe: Problem in Deployment of VB.Net project Pin
Polymorpher24-Jul-06 2:41
Polymorpher24-Jul-06 2:41 
GeneralRe: Problem in Deployment of VB.Net project Pin
karansharma24-Jul-06 5:22
karansharma24-Jul-06 5:22 
GeneralRe: Problem in Deployment of VB.Net project Pin
Polymorpher24-Jul-06 7:49
Polymorpher24-Jul-06 7:49 
GeneralRe: Problem in Deployment of VB.Net project Pin
karansharma24-Jul-06 18:44
karansharma24-Jul-06 18:44 
GeneralRe: Problem in Deployment of VB.Net project Pin
Polymorpher25-Jul-06 16:45
Polymorpher25-Jul-06 16:45 
GeneralRe: Problem in Deployment of VB.Net project Pin
karansharma25-Jul-06 18:50
karansharma25-Jul-06 18:50 
GeneralRe: Problem in Deployment of VB.Net project Pin
Polymorpher26-Jul-06 2:49
Polymorpher26-Jul-06 2:49 
AnswerRe: Problem in Deployment of VB.Net project Pin
Rizwan Bashir21-Jul-06 5:40
Rizwan Bashir21-Jul-06 5:40 
GeneralRe: Problem in Deployment of VB.Net project Pin
karansharma23-Jul-06 20:01
karansharma23-Jul-06 20:01 
QuestionCreating/Extracting Zip files via code Pin
Serpent66619-Jul-06 20:07
Serpent66619-Jul-06 20:07 

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.