Click here to Skip to main content
15,906,816 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Webrequest and Querystring in VB.net Pin
king gamo25-Jun-09 19:51
king gamo25-Jun-09 19:51 
GeneralRe: Webrequest and Querystring in VB.net Pin
Christian Graus25-Jun-09 20:08
protectorChristian Graus25-Jun-09 20:08 
GeneralRe: Webrequest and Querystring in VB.net Pin
N a v a n e e t h25-Jun-09 19:53
N a v a n e e t h25-Jun-09 19:53 
GeneralRe: Webrequest and Querystring in VB.net Pin
king gamo25-Jun-09 20:00
king gamo25-Jun-09 20:00 
GeneralRe: Webrequest and Querystring in VB.net Pin
Christian Graus25-Jun-09 20:05
protectorChristian Graus25-Jun-09 20:05 
GeneralRe: Webrequest and Querystring in VB.net Pin
king gamo25-Jun-09 20:15
king gamo25-Jun-09 20:15 
GeneralRe: Webrequest and Querystring in VB.net Pin
Christian Graus25-Jun-09 20:59
protectorChristian Graus25-Jun-09 20:59 
GeneralRe: Webrequest and Querystring in VB.net Pin
N a v a n e e t h25-Jun-09 20:10
N a v a n e e t h25-Jun-09 20:10 
A remote user will request a URL with some query strings. Then the page will generate some data. Now you want to get this data in your windows application. You don't know what query string he used. You don't know when user is requesting that page.

Is that what you are trying to do? If yes, it is impossible.

All you can do is to persist the query strings used in a database or somewhere else. Your windows application can look this DB frequently to see any new data available. If new data is there, take the query strings and send a request to the URL for getting response.

Smile | :)


QuestionHow to send sms to mobile phone?? Pin
s42625-Jun-09 7:13
s42625-Jun-09 7:13 
AnswerRe: How to send sms to mobile phone?? Pin
Henry Minute25-Jun-09 8:26
Henry Minute25-Jun-09 8:26 
GeneralRe: How to send sms to mobile phone?? Pin
Jon_Boy25-Jun-09 8:41
Jon_Boy25-Jun-09 8:41 
QuestionRe: How to send sms to mobile phone?? Pin
s42625-Jun-09 9:31
s42625-Jun-09 9:31 
AnswerRe: How to send sms to mobile phone?? Pin
EliottA25-Jun-09 9:45
EliottA25-Jun-09 9:45 
AnswerRe: How to send sms to mobile phone?? Pin
s42625-Jun-09 9:56
s42625-Jun-09 9:56 
GeneralRe: How to send sms to mobile phone?? Pin
EliottA25-Jun-09 10:27
EliottA25-Jun-09 10:27 
GeneralRe: How to send sms to mobile phone?? Pin
Henry Minute25-Jun-09 10:33
Henry Minute25-Jun-09 10:33 
GeneralRe: How to send sms to mobile phone?? Pin
s42625-Jun-09 10:43
s42625-Jun-09 10:43 
GeneralRe: How to send sms to mobile phone?? Pin
EliottA25-Jun-09 11:08
EliottA25-Jun-09 11:08 
GeneralRe: How to send sms to mobile phone?? Pin
Henry Minute25-Jun-09 14:02
Henry Minute25-Jun-09 14:02 
AnswerRe: How to send sms to mobile phone?? Pin
Vikash Yadav25-Jun-09 19:03
Vikash Yadav25-Jun-09 19:03 
GeneralRe: How to send sms to mobile phone?? Pin
s4266-Jul-09 20:12
s4266-Jul-09 20:12 
QuestionVB6 vs VB.NET Windows Forms and Controls Handling Behavior Pin
QuickBooksDev25-Jun-09 6:25
QuickBooksDev25-Jun-09 6:25 
AnswerRe: VB6 vs VB.NET Windows Forms and Controls Handling Behavior Pin
Jon_Boy25-Jun-09 8:14
Jon_Boy25-Jun-09 8:14 
AnswerRe: VB6 vs VB.NET Windows Forms and Controls Handling Behavior Pin
dan!sh 25-Jun-09 8:15
professional dan!sh 25-Jun-09 8:15 
AnswerRe: VB6 vs VB.NET Windows Forms and Controls Handling Behavior Pin
Gideon Engelberth25-Jun-09 9:32
Gideon Engelberth25-Jun-09 9:32 

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.