Click here to Skip to main content
15,889,216 members
Home / Discussions / C#
   

C#

 
GeneralRe: Anyway to check if a SqlConnection has a SqlTransaction open against it Pin
dlarkin7710-Mar-10 6:13
dlarkin7710-Mar-10 6:13 
AnswerRe: Anyway to check if a SqlConnection has a SqlTransaction open against it Pin
PIEBALDconsult10-Mar-10 6:07
mvePIEBALDconsult10-Mar-10 6:07 
GeneralRe: Anyway to check if a SqlConnection has a SqlTransaction open against it Pin
dlarkin7710-Mar-10 6:15
dlarkin7710-Mar-10 6:15 
Questionasp.net c# webcam Pin
brsecu10-Mar-10 4:02
brsecu10-Mar-10 4:02 
AnswerRe: asp.net c# webcam Pin
Chetan Ranpariya11-Mar-10 2:08
Chetan Ranpariya11-Mar-10 2:08 
QuestionFacebook offline access key Pin
rnvrnv10-Mar-10 3:39
rnvrnv10-Mar-10 3:39 
AnswerRe: Facebook offline access key Pin
1.21 Gigawatts10-Mar-10 3:55
1.21 Gigawatts10-Mar-10 3:55 
AnswerRe: Facebook offline access key Pin
Etienne_12315-Jul-10 23:58
Etienne_12315-Jul-10 23:58 
Hi. I've recently had to do this as well. I used the following:

browserFacebook.Navigate(@"http://www.facebook.com/login.php?api_key=" + FacebookAPIKey + @"&connect_display=popup&v=1.0&
next=http://www.facebook.com/connect/login_success.html&cancel_url=http://www.facebook.com/connect/login_failure.html&
fbconnect=true&return_session=true&session_key_only=true&req_perms=read_stream,publish_stream,offline_access");


You can intercept this URL once its done loading (string s = browserFacebook.Url.ToString()) which will show you the session key thats been returned Smile | :)
QuestionDetect a line in an image then delete it Pin
snouto10-Mar-10 2:42
snouto10-Mar-10 2:42 
AnswerRe: Detect a line in an image then delete it Pin
#realJSOP10-Mar-10 3:51
mve#realJSOP10-Mar-10 3:51 
QuestionDocumentation Pin
stancrm10-Mar-10 2:38
stancrm10-Mar-10 2:38 
AnswerRe: Documentation Pin
Keith Barrow10-Mar-10 2:41
professionalKeith Barrow10-Mar-10 2:41 
AnswerRe: Documentation Pin
Pete O'Hanlon10-Mar-10 2:44
mvePete O'Hanlon10-Mar-10 2:44 
GeneralMessage Closed Pin
10-Mar-10 2:55
stancrm10-Mar-10 2:55 
GeneralRe: Documentation Pin
Pete O'Hanlon10-Mar-10 3:03
mvePete O'Hanlon10-Mar-10 3:03 
GeneralRe: Documentation Pin
R. Giskard Reventlov10-Mar-10 3:16
R. Giskard Reventlov10-Mar-10 3:16 
AnswerRe: Documentation Pin
NickPace10-Mar-10 3:50
NickPace10-Mar-10 3:50 
Questionptz camera control Pin
sindhumahe9-Mar-10 23:57
sindhumahe9-Mar-10 23:57 
AnswerRe: ptz camera control Pin
CDP180210-Mar-10 1:00
CDP180210-Mar-10 1:00 
Question[SOLVED] Catching several (hierarchically unrelated) exceptions in the same catch block Pin
blackblizzard9-Mar-10 23:49
blackblizzard9-Mar-10 23:49 
AnswerRe: Catching several (hierarchically unrelated) exceptions in the same catch block Pin
#realJSOP10-Mar-10 0:07
mve#realJSOP10-Mar-10 0:07 
GeneralRe: Catching several (hierarchically unrelated) exceptions in the same catch block Pin
blackblizzard10-Mar-10 0:10
blackblizzard10-Mar-10 0:10 
AnswerRe: Catching several (hierarchically unrelated) exceptions in the same catch block Pin
Keith Barrow10-Mar-10 0:09
professionalKeith Barrow10-Mar-10 0:09 
GeneralRe: Catching several (hierarchically unrelated) exceptions in the same catch block Pin
blackblizzard10-Mar-10 0:12
blackblizzard10-Mar-10 0:12 
AnswerRe: [SOLVED] Catching several (hierarchically unrelated) exceptions in the same catch block Pin
AspDotNetDev10-Mar-10 12:47
protectorAspDotNetDev10-Mar-10 12:47 

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.