Click here to Skip to main content
15,892,298 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionautomatic key generation for database Pin
hrishiS21-May-09 19:51
hrishiS21-May-09 19:51 
AnswerRe: automatic key generation for database Pin
Mycroft Holmes21-May-09 22:19
professionalMycroft Holmes21-May-09 22:19 
GeneralRe: automatic key generation for database Pin
hrishiS21-May-09 22:29
hrishiS21-May-09 22:29 
GeneralRe: automatic key generation for database Pin
Mycroft Holmes21-May-09 23:40
professionalMycroft Holmes21-May-09 23:40 
GeneralRe: automatic key generation for database Pin
Dave Kreskowiak22-May-09 3:42
mveDave Kreskowiak22-May-09 3:42 
GeneralRe: automatic key generation for database Pin
Eddy Vluggen23-May-09 8:38
professionalEddy Vluggen23-May-09 8:38 
GeneralRe: automatic key generation for database Pin
DidiKunz23-May-09 11:15
DidiKunz23-May-09 11:15 
QuestionHttpWebRequest/HttpWebResponse Execution Problem Pin
AliAmjad21-May-09 18:09
AliAmjad21-May-09 18:09 
I'm issuing a Web Request and the stream i receive in response is empty but when i navigate to the same URL in my browser it's working fine and returning the data. Bellow is the basic code i am using right now.

Dim req As HttpWebRequest = HttpWebRequest.Create("http://192.168.15.40/touchscreens/get.qsp?display=1")

        Dim res As HttpWebResponse = req.GetResponse

        Dim sr As New StreamReader(res.GetResponseStream)

        Dim dataReturned As String = sr.ReadToEnd

        sr.Close()

        MsgBox(dataReturned)


What could be the problem? Thanks for your help!



AliAmjad(MCP)


First make it Run THEN make it Run Fast!

QuestionIs there an easy way to execute a method for every Sub & Function that runs? [modified] Pin
sephus621-May-09 12:19
sephus621-May-09 12:19 
AnswerRe: Is there an easy way to execute a method for every Sub & Function that runs? Pin
Luc Pattyn21-May-09 12:54
sitebuilderLuc Pattyn21-May-09 12:54 
GeneralRe: Is there an easy way to execute a method for every Sub & Function that runs? Pin
sephus621-May-09 18:53
sephus621-May-09 18:53 
GeneralRe: Is there an easy way to execute a method for every Sub & Function that runs? Pin
Luc Pattyn22-May-09 1:29
sitebuilderLuc Pattyn22-May-09 1:29 
GeneralRe: Is there an easy way to execute a method for every Sub & Function that runs? Pin
sephus622-May-09 4:38
sephus622-May-09 4:38 
QuestionCondition..! [modified] Pin
Jamal Abdul Nasir21-May-09 10:12
Jamal Abdul Nasir21-May-09 10:12 
AnswerRe: Condition..! Pin
EliottA21-May-09 11:17
EliottA21-May-09 11:17 
GeneralRe: Condition..! Pin
Mycroft Holmes21-May-09 22:22
professionalMycroft Holmes21-May-09 22:22 
GeneralRe: Condition..! Pin
Jamal Abdul Nasir22-May-09 2:52
Jamal Abdul Nasir22-May-09 2:52 
GeneralRe: Condition..! Pin
EliottA22-May-09 4:06
EliottA22-May-09 4:06 
AnswerRe: Condition..! Pin
0x3c021-May-09 21:37
0x3c021-May-09 21:37 
GeneralRe: Condition..! Pin
Jamal Abdul Nasir22-May-09 2:54
Jamal Abdul Nasir22-May-09 2:54 
AnswerRe: Condition..! Pin
Samir Ibrahim22-May-09 1:00
Samir Ibrahim22-May-09 1:00 
GeneralRe: Condition..! Pin
Jamal Abdul Nasir22-May-09 2:51
Jamal Abdul Nasir22-May-09 2:51 
GeneralRe: Condition..! Pin
Mycroft Holmes22-May-09 3:07
professionalMycroft Holmes22-May-09 3:07 
GeneralRe: Condition..! Pin
Samir Ibrahim22-May-09 4:51
Samir Ibrahim22-May-09 4:51 
QuestionI try to create an array of objects from a class but I get Object reference not set to an instance of an object. Pin
nico200721-May-09 6:07
nico200721-May-09 6:07 

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.