Click here to Skip to main content
15,886,963 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
GeneralRe: task manager Pin
Wes Aday10-Jul-12 9:35
professionalWes Aday10-Jul-12 9:35 
QuestionProperty changed event in standard control Pin
908236510-Jul-12 6:28
908236510-Jul-12 6:28 
AnswerRe: Property changed event in standard control Pin
Sonhospa10-Jul-12 8:11
Sonhospa10-Jul-12 8:11 
AnswerRe: Property changed event in standard control Pin
Eddy Vluggen10-Jul-12 9:18
professionalEddy Vluggen10-Jul-12 9:18 
GeneralRe: Property changed event in standard control Pin
908236511-Jul-12 9:03
908236511-Jul-12 9:03 
GeneralRe: Property changed event in standard control Pin
Dave Kreskowiak11-Jul-12 9:11
mveDave Kreskowiak11-Jul-12 9:11 
GeneralRe: Property changed event in standard control Pin
908236511-Jul-12 11:52
908236511-Jul-12 11:52 
GeneralRe: Property changed event in standard control Pin
_obi_1-Aug-12 7:31
_obi_1-Aug-12 7:31 
QuestionHelo Guys i need your help Pls Pin
samfrancis10-Jul-12 1:18
samfrancis10-Jul-12 1:18 

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.