Click here to Skip to main content
15,890,882 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Duplicate document on memory... is it possible (VBA, Word 2010 Macro) Pin
TnTinMn19-Oct-13 8:07
TnTinMn19-Oct-13 8:07 
QuestionFormat json file (read and processing it) Pin
Ammar_Ahmad17-Oct-13 8:17
Ammar_Ahmad17-Oct-13 8:17 
AnswerRe: Format json file (read and processing it) Pin
Richard Deeming17-Oct-13 8:56
mveRichard Deeming17-Oct-13 8:56 
QuestionDatagrid view problem Pin
Member 1019283517-Oct-13 1:40
Member 1019283517-Oct-13 1:40 
AnswerRe: Datagrid view problem Pin
Chris Quinn17-Oct-13 3:32
Chris Quinn17-Oct-13 3:32 
AnswerRe: Datagrid view problem Pin
thatraja17-Oct-13 4:38
professionalthatraja17-Oct-13 4:38 
AnswerRe: Datagrid view problem Pin
GuyThiebaut17-Oct-13 5:45
professionalGuyThiebaut17-Oct-13 5:45 
Questionread DXF File using VB.NET Pin
osama5000016-Oct-13 22:28
osama5000016-Oct-13 22:28 
dear all,

i want to read a dxf and extract entities data for polyline to be used later
i already read the dxf file but i do not have any idea how to extract the required section from it

my code was
VB
Public Sub Dxf_Reader(ByVal file As String)
        Dim tag As IO.StreamReader
        Dim txtarray As String()

        If infile = "" Then Exit Sub
        tag = IO.File.OpenText(infile) ' read all text file once
        txtarray = tag.ReadToEnd().Split(New String(Environment.NewLine, StringSplitOptions.RemoveEmptyEntries)) ' split the readed text into array contain each line of text file
        tag.Close()

    End Sub

AnswerRe: read DXF File using VB.NET Pin
Simon_Whale16-Oct-13 23:01
Simon_Whale16-Oct-13 23:01 
QuestionAlgorithm for matching database records? Pin
Wombaticus15-Oct-13 22:45
Wombaticus15-Oct-13 22:45 
AnswerRe: Algorithm for matching database records? Pin
Richard Deeming16-Oct-13 0:05
mveRichard Deeming16-Oct-13 0:05 
GeneralRe: Algorithm for matching database records? Pin
Wombaticus16-Oct-13 0:16
Wombaticus16-Oct-13 0:16 
QuestionProgram in a window Pin
Member 1027924614-Oct-13 21:57
professionalMember 1027924614-Oct-13 21:57 
AnswerRe: Program in a window Pin
Eddy Vluggen15-Oct-13 0:29
professionalEddy Vluggen15-Oct-13 0:29 
RantRe: Program in a window PinPopular
Richard Deeming15-Oct-13 0:38
mveRichard Deeming15-Oct-13 0:38 
AnswerRe: Program in a window Pin
Ammar_Ahmad16-Oct-13 0:09
Ammar_Ahmad16-Oct-13 0:09 
AnswerRe: Program in a window Pin
Abhinav S16-Oct-13 1:14
Abhinav S16-Oct-13 1:14 
GeneralRe: Program in a window Pin
Dave Kreskowiak16-Oct-13 1:33
mveDave Kreskowiak16-Oct-13 1:33 
QuestionHow to run a program under a window Pin
Member 1027924613-Oct-13 18:24
professionalMember 1027924613-Oct-13 18:24 
AnswerRe: How to run a program under a window Pin
Richard MacCutchan13-Oct-13 20:48
mveRichard MacCutchan13-Oct-13 20:48 
AnswerRe: How to run a program under a window Pin
Abhinav S13-Oct-13 20:57
Abhinav S13-Oct-13 20:57 
Questionerror comes connection properties not initiliaze Pin
Member 1019283511-Oct-13 22:48
Member 1019283511-Oct-13 22:48 
AnswerRe: error comes connection properties not initiliaze Pin
Eddy Vluggen12-Oct-13 2:39
professionalEddy Vluggen12-Oct-13 2:39 
QuestionInstallShield won't install Pin
Member 1026522811-Oct-13 5:57
Member 1026522811-Oct-13 5:57 
AnswerRe: InstallShield won't install Pin
Eddy Vluggen11-Oct-13 21:56
professionalEddy Vluggen11-Oct-13 21:56 

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.