Click here to Skip to main content
15,915,752 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Enable usb ports Pin
ZappaDog30-Jul-12 8:28
ZappaDog30-Jul-12 8:28 
Questiondata connectivity Pin
shubham salwan12-Jul-12 18:16
shubham salwan12-Jul-12 18:16 
AnswerRe: data connectivity Pin
Nick Otten12-Jul-12 20:20
Nick Otten12-Jul-12 20:20 
QuestionDocument Searching Pin
MacOwl11-Jul-12 16:41
MacOwl11-Jul-12 16:41 
AnswerRe: Document Searching Pin
Nick Otten11-Jul-12 21:40
Nick Otten11-Jul-12 21:40 
GeneralRe: Document Searching Pin
MacOwl11-Jul-12 21:47
MacOwl11-Jul-12 21:47 
GeneralRe: Document Searching Pin
Nick Otten11-Jul-12 22:09
Nick Otten11-Jul-12 22:09 
GeneralRe: Document Searching Pin
MacOwl11-Jul-12 23:04
MacOwl11-Jul-12 23:04 
GeneralRe: Document Searching Pin
Nick Otten12-Jul-12 1:12
Nick Otten12-Jul-12 1:12 
AnswerRe: Document Searching Pin
Nick Otten16-Jul-12 0:02
Nick Otten16-Jul-12 0:02 
QuestionHttp Request without ASP.NET? Pin
Sonhospa11-Jul-12 2:34
Sonhospa11-Jul-12 2:34 
AnswerRe: Http Request without ASP.NET? Pin
Luc Pattyn11-Jul-12 3:36
sitebuilderLuc Pattyn11-Jul-12 3:36 
GeneralRe: Http Request without ASP.NET? Pin
Sonhospa11-Jul-12 4:18
Sonhospa11-Jul-12 4:18 
AnswerRe: Http Request without ASP.NET? Pin
Luc Pattyn11-Jul-12 4:32
sitebuilderLuc Pattyn11-Jul-12 4:32 
GeneralRe: Http Request without ASP.NET? Pin
Sonhospa11-Jul-12 6:03
Sonhospa11-Jul-12 6:03 
AnswerRe: Http Request without ASP.NET? Pin
Luc Pattyn11-Jul-12 6:44
sitebuilderLuc Pattyn11-Jul-12 6:44 
QuestionRe: Http Request without ASP.NET? Pin
Sonhospa11-Jul-12 9:12
Sonhospa11-Jul-12 9:12 
OK, so I give up the thought of having you others deal with "only one line"... Wink | ;)

I'm attempting to get IPN (Instant Payment Notification) transaction data from PayPal into a WinForm App for further processing (like shipping management, tax etc.). You can download the PayPal sample code here.

As soon as you create a new Windows Forms project, paste the sample code into a new Form (which can't then inherit System.Web.UI.Page) and add "Imports System.Text" (for the streamwriter) you'll surely see what I mean: The line which I had initially posted is the only line which will prevent you from debugging... letting you know that 'Request' and 'HttpContext' aren't declared. "Imports System.Web" doesn't change that.

Meanwhile I might have found a problem with the whole IPN approach: The application obviously has to be online 24/7 in order to receive the event notifications once they are sent. As a result I might have to mess with the PayPal API WTF | :WTF:

All I want is a list of the transaction details to be downloaded – but without the necessity of website integration / ASP.NET (the webhost has Linux). But it's kinda rough for me Cry | :(( .
AnswerRe: Http Request without ASP.NET? Pin
Luc Pattyn11-Jul-12 10:23
sitebuilderLuc Pattyn11-Jul-12 10:23 
NewsRe: Http Request without ASP.NET? Pin
Sonhospa11-Jul-12 12:09
Sonhospa11-Jul-12 12:09 
AnswerRe: Http Request without ASP.NET? Pin
Luc Pattyn11-Jul-12 12:24
sitebuilderLuc Pattyn11-Jul-12 12:24 
QuestionHow to Inverse a Matrix in VBA ? Pin
caokeguan10-Jul-12 17:45
caokeguan10-Jul-12 17:45 
AnswerRe: How to Inverse a Matrix in VBA ? Pin
Sonhospa11-Jul-12 4:32
Sonhospa11-Jul-12 4:32 
AnswerRe: How to Inverse a Matrix in VBA ? Pin
Luc Pattyn11-Jul-12 4:42
sitebuilderLuc Pattyn11-Jul-12 4:42 
Generaltask manager Pin
aliali7410-Jul-12 8:14
aliali7410-Jul-12 8:14 
GeneralRe: task manager Pin
Dave Kreskowiak10-Jul-12 8:22
mveDave Kreskowiak10-Jul-12 8: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.