Click here to Skip to main content
15,910,358 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How To Convert VB Script To .DLL Pin
Steven J Jowett28-Feb-10 22:36
Steven J Jowett28-Feb-10 22:36 
AnswerRe: How To Convert VB Script To .DLL Pin
Dave Kreskowiak1-Mar-10 1:52
mveDave Kreskowiak1-Mar-10 1:52 
GeneralRe: How To Convert VB Script To .DLL Pin
karthickmani631-Mar-10 19:47
karthickmani631-Mar-10 19:47 
GeneralRe: How To Convert VB Script To .DLL Pin
Dave Kreskowiak2-Mar-10 1:43
mveDave Kreskowiak2-Mar-10 1:43 
GeneralRe: How To Convert VB Script To .DLL Pin
karthickmani632-Mar-10 19:22
karthickmani632-Mar-10 19:22 
GeneralRe: How To Convert VB Script To .DLL Pin
εїзεїзεїз2-Mar-10 1:56
εїзεїзεїз2-Mar-10 1:56 
GeneralRe: How To Convert VB Script To .DLL Pin
Dave Kreskowiak2-Mar-10 12:38
mveDave Kreskowiak2-Mar-10 12:38 
QuestionGPRS connection timeout Pin
ahzarmokhli28-Feb-10 18:04
ahzarmokhli28-Feb-10 18:04 
Hi,
I'm looking for a way to stop HttpWebResponse so that it stop looking for GPRS connction.Right now im using HttpWebResponse to automatically connect to GPRS,the problem is it took long for the GPRS to establish.I need to stop the request in about 10 second.Anyone have any suggestion?

this is the code that i used to turn on the GPRS connection....

Dim myHttpWebRequest As System.Net.HttpWebRequest = CType(System.Net.WebRequest.Create("http://www.google.com"), System.Net.HttpWebRequest)
myHttpWebResponse = CType(myHttpWebRequest.GetResponse(), System.Net.HttpWebResponse)
myHttpWebResponse.close

thanks for your help....
@h3aR

AnswerRe: GPRS connection timeout Pin
Luc Pattyn1-Mar-10 1:16
sitebuilderLuc Pattyn1-Mar-10 1:16 
QuestionHow can I plot of set of 3D points using Direct3D? Pin
BIllTheCoder33327-Feb-10 15:46
BIllTheCoder33327-Feb-10 15:46 
QuestionHow to display data in data grid using connection?????????? Pin
samuactive27-Feb-10 4:59
samuactive27-Feb-10 4:59 
GeneralRe: How to display data in data grid using connection?????????? Pin
Richard MacCutchan27-Feb-10 7:32
mveRichard MacCutchan27-Feb-10 7:32 
GeneralRe: How to display data in data grid using connection?????????? Pin
Luc Pattyn27-Feb-10 8:26
sitebuilderLuc Pattyn27-Feb-10 8:26 
AnswerRe: How to display data in data grid using connection?????????? Pin
Eddy Vluggen28-Feb-10 0:06
professionalEddy Vluggen28-Feb-10 0:06 
AnswerRe: How to display data in data grid using connection?????????? Pin
Mycroft Holmes28-Feb-10 21:20
professionalMycroft Holmes28-Feb-10 21:20 
Questionuse data grid control Pin
samuactive27-Feb-10 4:45
samuactive27-Feb-10 4:45 
AnswerRe: use data grid control Pin
Dave Kreskowiak27-Feb-10 15:48
mveDave Kreskowiak27-Feb-10 15:48 
QuestionHow can I object name that is in the form and the mouse is on it do? Pin
Milad.Biroonvand26-Feb-10 23:20
Milad.Biroonvand26-Feb-10 23:20 
AnswerRe: How can I object name that is in the form and the mouse is on it do? Pin
DaveAuld27-Feb-10 1:27
professionalDaveAuld27-Feb-10 1:27 
GeneralRe: How can I object name that is in the form and the mouse is on it do? Pin
Luc Pattyn27-Feb-10 1:33
sitebuilderLuc Pattyn27-Feb-10 1:33 
AnswerRe: How can I object name that is in the form and the mouse is on it do? Pin
Dave Kreskowiak27-Feb-10 2:54
mveDave Kreskowiak27-Feb-10 2:54 
AnswerRe: How can I object name that is in the form and the mouse is on it do? Pin
TheComputerMan28-Feb-10 3:29
TheComputerMan28-Feb-10 3:29 
AnswerRe: How can I object name that is in the form and the mouse is on it do? Pin
Wayne Gaylard28-Feb-10 20:44
professionalWayne Gaylard28-Feb-10 20:44 
QuestionSendMessage string problem... [modified] Pin
VIP-CoMmAnDo26-Feb-10 14:47
VIP-CoMmAnDo26-Feb-10 14:47 
AnswerRe: SendMessage string problem... Pin
Dave Kreskowiak26-Feb-10 17:57
mveDave Kreskowiak26-Feb-10 17:57 

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.