Click here to Skip to main content
15,887,683 members
Home / Discussions / C#
   

C#

 
GeneralRe: Calling .dll from a C# application (problem when outside VS2010) Pin
Kaare Tragethon31-Jan-12 3:29
Kaare Tragethon31-Jan-12 3:29 
GeneralRe: Calling .dll from a C# application (problem when outside VS2010) Pin
Pete O'Hanlon31-Jan-12 3:38
mvePete O'Hanlon31-Jan-12 3:38 
GeneralRe: Calling .dll from a C# application (problem when outside VS2010) Pin
Kaare Tragethon31-Jan-12 5:24
Kaare Tragethon31-Jan-12 5:24 
GeneralRe: Calling .dll from a C# application (problem when outside VS2010) Pin
Pete O'Hanlon31-Jan-12 5:38
mvePete O'Hanlon31-Jan-12 5:38 
Questionpdf auto downloader Pin
gavindon30-Jan-12 8:55
gavindon30-Jan-12 8:55 
GeneralRe: pdf auto downloader Pin
harold aptroot30-Jan-12 9:08
harold aptroot30-Jan-12 9:08 
GeneralRe: pdf auto downloader Pin
gavindon30-Jan-12 9:09
gavindon30-Jan-12 9:09 
GeneralRe: pdf auto downloader Pin
harold aptroot30-Jan-12 9:19
harold aptroot30-Jan-12 9:19 
Ok typically that would look like:
Create a HttpWebRequest, point it towards the submit location of the login form, change the method to POST, use a CookieContainer, write some data (with percent encoding), then get the response.
Then just download the file with an other HttpWebRequest. Don't bother navigating. But send the cookies, otherwise you're not logged in anymore.
GeneralRe: pdf auto downloader Pin
gavindon30-Jan-12 9:30
gavindon30-Jan-12 9:30 
QuestionTaskScheduler not finding my created job Pin
Bob Nona30-Jan-12 5:51
Bob Nona30-Jan-12 5:51 
AnswerRe: TaskScheduler not finding my created job Pin
Pete O'Hanlon30-Jan-12 6:00
mvePete O'Hanlon30-Jan-12 6:00 
AnswerRe: TaskScheduler not finding my created job Pin
Dave Kreskowiak30-Jan-12 6:58
mveDave Kreskowiak30-Jan-12 6:58 
GeneralRe: TaskScheduler not finding my created job Pin
Bob Nona31-Jan-12 3:33
Bob Nona31-Jan-12 3:33 
GeneralRe: TaskScheduler not finding my created job Pin
Dave Kreskowiak31-Jan-12 4:21
mveDave Kreskowiak31-Jan-12 4:21 
GeneralRe: TaskScheduler not finding my created job Pin
Bob Nona31-Jan-12 4:27
Bob Nona31-Jan-12 4:27 
GeneralRe: TaskScheduler not finding my created job Pin
Dave Kreskowiak31-Jan-12 4:38
mveDave Kreskowiak31-Jan-12 4:38 
GeneralRe: TaskScheduler not finding my created job Pin
Dave Kreskowiak31-Jan-12 4:41
mveDave Kreskowiak31-Jan-12 4:41 
QuestionC# CODE FOR DYNAMIC PHOTO GALLERY Pin
AMUAIT30-Jan-12 1:16
AMUAIT30-Jan-12 1:16 
AnswerRe: C# CODE FOR DYNAMIC PHOTO GALLERY Pin
Pete O'Hanlon30-Jan-12 1:26
mvePete O'Hanlon30-Jan-12 1:26 
AnswerRe: C# CODE FOR DYNAMIC PHOTO GALLERY Pin
Dave Kreskowiak30-Jan-12 2:05
mveDave Kreskowiak30-Jan-12 2:05 
JokeRe: C# CODE FOR DYNAMIC PHOTO GALLERY Pin
Richard Andrew x6430-Jan-12 8:08
professionalRichard Andrew x6430-Jan-12 8:08 
GeneralRe: C# CODE FOR DYNAMIC PHOTO GALLERY Pin
Richard MacCutchan30-Jan-12 8:53
mveRichard MacCutchan30-Jan-12 8:53 
GeneralRe: C# CODE FOR DYNAMIC PHOTO GALLERY Pin
Dave Kreskowiak30-Jan-12 15:24
mveDave Kreskowiak30-Jan-12 15:24 
AnswerRe: C# CODE FOR DYNAMIC PHOTO GALLERY Pin
Rajesh Anuhya30-Jan-12 22:35
professionalRajesh Anuhya30-Jan-12 22:35 
AnswerRe: C# CODE FOR DYNAMIC PHOTO GALLERY Pin
Abhinav S30-Jan-12 22:48
Abhinav S30-Jan-12 22:48 

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.