Click here to Skip to main content
15,903,175 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to open openoffice document in vb 6.0 Pin
JC.KaNNaN5-Jan-10 2:28
JC.KaNNaN5-Jan-10 2:28 
AnswerRe: How to open openoffice document in vb 6.0 Pin
Dave Kreskowiak5-Jan-10 3:53
mveDave Kreskowiak5-Jan-10 3:53 
AnswerRe: How to open openoffice document in vb 6.0 Pin
Eddy Vluggen5-Jan-10 7:22
professionalEddy Vluggen5-Jan-10 7:22 
AnswerRe: How to open openoffice document in vb 6.0 Pin
JC.KaNNaN5-Jan-10 20:58
JC.KaNNaN5-Jan-10 20:58 
GeneralRe: How to open openoffice document in vb 6.0 Pin
Ashfield5-Jan-10 21:49
Ashfield5-Jan-10 21:49 
AnswerRe: How to open openoffice document in vb 6.0 Pin
David Skelly5-Jan-10 22:15
David Skelly5-Jan-10 22:15 
AnswerRe: How to open openoffice document in vb 6.0 [modified] Pin
JC.KaNNaN6-Jan-10 22:18
JC.KaNNaN6-Jan-10 22:18 
QuestionWeb Service with different file extensions Pin
DoxMan4-Jan-10 23:35
DoxMan4-Jan-10 23:35 
I have a VB.NET program that calls a web service (using HTTP GET). The web service returns two types of files, with different file extensions: .PRD and PRD.OLD). How can I make the VB program check for the presence of either one of the file extensions? I mean: sometimes I need the .PRD files, sometimes I need a .PRD.OLD file). Currently, the VB.NET program will download everything from the web service, and that is not what I want.

I have used the following code:

Dim Request As HttpWebRequest
Dim Response As HttpWebResponse = Nothing
Dim Reader As StreamReader
Dim Result As String
Dim xd As New MSXML2.DOMDocument30

Request = DirectCast(WebRequest.Create(Address), HttpWebRequest)
Response = DirectCast(Request.GetResponse(), HttpWebResponse)

Request.Method = "GET"
Request.ContentType = "application/x-www-form-urlencoded"

Reader = New StreamReader(Response.GetResponseStream)


Dox Girl, where are you?

AnswerRe: Web Service with different file extensions Pin
Dimitri Witkowski5-Jan-10 3:56
Dimitri Witkowski5-Jan-10 3:56 
AnswerRe: Web Service with different file extensions Pin
Dave Kreskowiak5-Jan-10 3:56
mveDave Kreskowiak5-Jan-10 3:56 
QuestionHow to read data from serial port of a Thin Client Pin
sachin2 20104-Jan-10 22:54
sachin2 20104-Jan-10 22:54 
AnswerRe: How to read data from serial port of a Thin Client Pin
Dave Kreskowiak5-Jan-10 3:49
mveDave Kreskowiak5-Jan-10 3:49 
AnswerRe: How to read data from serial port of a Thin Client Pin
sachin2 20105-Jan-10 17:54
sachin2 20105-Jan-10 17:54 
GeneralRe: How to read data from serial port of a Thin Client Pin
Dave Kreskowiak6-Jan-10 1:54
mveDave Kreskowiak6-Jan-10 1:54 
AnswerRe: How to read data from serial port of a Thin Client Pin
sachin2 20106-Jan-10 21:44
sachin2 20106-Jan-10 21:44 
GeneralRe: How to read data from serial port of a Thin Client Pin
Dave Kreskowiak7-Jan-10 0:26
mveDave Kreskowiak7-Jan-10 0:26 
QuestionHow to check internet connection is there or not in vb 6.0?? Pin
JC.KaNNaN4-Jan-10 22:36
JC.KaNNaN4-Jan-10 22:36 
AnswerRe: How to check internet connection is there or not in vb 6.0?? Pin
Aric Wang4-Jan-10 23:05
Aric Wang4-Jan-10 23:05 
GeneralRe: How to check internet connection is there or not in vb 6.0?? Pin
JC.KaNNaN5-Jan-10 0:57
JC.KaNNaN5-Jan-10 0:57 
AnswerRe: How to check internet connection is there or not in vb 6.0?? Pin
Dave Kreskowiak5-Jan-10 3:44
mveDave Kreskowiak5-Jan-10 3:44 
QuestionNewbie Question Regarding Internet Communication Pin
BubbaMN4-Jan-10 17:26
BubbaMN4-Jan-10 17:26 
AnswerRe: Newbie Question Regarding Internet Communication Pin
Abhinav S4-Jan-10 18:58
Abhinav S4-Jan-10 18:58 
Questionhow to use wintrust.dll Pin
Anubhava Dimri4-Jan-10 0:14
Anubhava Dimri4-Jan-10 0:14 
AnswerRe: how to use wintrust.dll Pin
Dave Kreskowiak4-Jan-10 8:53
mveDave Kreskowiak4-Jan-10 8:53 
QuestionHw to give folder permission using vb6.0 ? Pin
JC.KaNNaN3-Jan-10 23:22
JC.KaNNaN3-Jan-10 23:22 

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.