Click here to Skip to main content
15,879,326 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionImplementing some broadcast udp protocol Pin
ohad_2923-Feb-07 3:30
ohad_2923-Feb-07 3:30 
AnswerRe: Implementing some broadcast udp protocol Pin
nlarson1123-Feb-07 7:55
nlarson1123-Feb-07 7:55 
GeneralRe: Implementing some broadcast udp protocol Pin
ohad_2924-Feb-07 10:28
ohad_2924-Feb-07 10:28 
GeneralRe: Implementing some broadcast udp protocol Pin
nlarson1124-Feb-07 15:10
nlarson1124-Feb-07 15:10 
QuestionMemory of String Pin
Kumaran21cen23-Feb-07 2:40
Kumaran21cen23-Feb-07 2:40 
AnswerRe: Memory of String Pin
Colin Angus Mackay23-Feb-07 4:20
Colin Angus Mackay23-Feb-07 4:20 
Questionsearch for a word inside a .doc file Pin
digitaldxb23-Feb-07 1:19
digitaldxb23-Feb-07 1:19 
AnswerRe: search for a word inside a .doc file Pin
Dave Kreskowiak23-Feb-07 5:48
mveDave Kreskowiak23-Feb-07 5:48 
It doesn't work because a Word documnet is a multiple stream, binary format that doesn't work very well with any of the FileStream classes.

You have to open the document in Word to search for some text in it. This goes WAY beyond a simple text file reader and an Instr function. Now your getting into Office Automation. You can start with the documentation here[^].


Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: search for a word inside a .doc file Pin
digitaldxb23-Feb-07 6:55
digitaldxb23-Feb-07 6:55 
GeneralRe: search for a word inside a .doc file Pin
Dave Kreskowiak23-Feb-07 7:19
mveDave Kreskowiak23-Feb-07 7:19 
QuestionItem index Pin
david bagaturia23-Feb-07 0:48
david bagaturia23-Feb-07 0:48 
AnswerRe: Data type problem Pin
Colin Angus Mackay23-Feb-07 1:02
Colin Angus Mackay23-Feb-07 1:02 
AnswerRe: Item index Pin
Colin Angus Mackay23-Feb-07 1:56
Colin Angus Mackay23-Feb-07 1:56 
GeneralRe: Item index Pin
david bagaturia23-Feb-07 2:21
david bagaturia23-Feb-07 2:21 
GeneralRe: Item index Pin
Colin Angus Mackay23-Feb-07 4:23
Colin Angus Mackay23-Feb-07 4:23 
Questionfind and replace functionality in VB.Net.? Pin
Jennisa23-Feb-07 0:33
Jennisa23-Feb-07 0:33 
AnswerRe: find and replace functionality in VB.Net.? Pin
Hesham Amin23-Feb-07 1:42
Hesham Amin23-Feb-07 1:42 
QuestionCrytal reports - Width increase Pin
Nithyaganesh23-Feb-07 0:30
Nithyaganesh23-Feb-07 0:30 
QuestionCopy memory function in vb.net Pin
sundar_mca22-Feb-07 19:04
sundar_mca22-Feb-07 19:04 
AnswerRe: Copy memory function in vb.net Pin
The ANZAC22-Feb-07 20:17
The ANZAC22-Feb-07 20:17 
GeneralRe: Copy memory function in vb.net Pin
sundar_mca22-Feb-07 21:21
sundar_mca22-Feb-07 21:21 
GeneralRe: Copy memory function in vb.net Pin
Christian Graus22-Feb-07 22:34
protectorChristian Graus22-Feb-07 22:34 
GeneralRe: Copy memory function in vb.net Pin
sundar_mca23-Feb-07 0:48
sundar_mca23-Feb-07 0:48 
GeneralRe: Copy memory function in vb.net Pin
Dave Kreskowiak23-Feb-07 5:42
mveDave Kreskowiak23-Feb-07 5:42 
QuestionAssigning value to a variable in Return Statement Pin
tonymathewt22-Feb-07 16:37
professionaltonymathewt22-Feb-07 16:37 

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.