Click here to Skip to main content
15,915,000 members
Home / Discussions / C#
   

C#

 
AnswerRe: Resuming a download stream Pin
Ennis Ray Lynch, Jr.24-Oct-08 9:10
Ennis Ray Lynch, Jr.24-Oct-08 9:10 
GeneralRe: Resuming a download stream Pin
Fayu24-Oct-08 9:13
Fayu24-Oct-08 9:13 
GeneralRe: Resuming a download stream Pin
Ennis Ray Lynch, Jr.24-Oct-08 9:22
Ennis Ray Lynch, Jr.24-Oct-08 9:22 
AnswerResolution: Pin
Fayu24-Oct-08 19:13
Fayu24-Oct-08 19:13 
AnswerRe: Resuming a download stream Pin
zjaffary25-Oct-08 3:06
zjaffary25-Oct-08 3:06 
GeneralRe: Resuming a download stream Pin
Guffa25-Oct-08 3:16
Guffa25-Oct-08 3:16 
QuestionPrint error from CaptureAndPrintMSChart project [modified] Pin
ATC24-Oct-08 8:40
ATC24-Oct-08 8:40 
QuestionCapture Screen problem Pin
Xmen Real 24-Oct-08 8:09
professional Xmen Real 24-Oct-08 8:09 
i'm trying to capture the screen when i'm playing video but when i run the code it capture the entire screen but the video region always black. It works fine in Vista but in windows XP it do the black video region problem. I have tried several ways but always same problem. Some of them are :


        [DllImport("user32.dll")]
        private static extern IntPtr keybd_event(int key, int dummy, int flags, IntPtr info);

//on Event
            keybd_event(0x2c, 0, 0, IntPtr.Zero);
            Application.DoEvents();
            Image tmp_I = Clipboard.GetImage();
            tmp_I.Save(filePath);



Bitmap tmp_B = new Bitmap(Screen.PrimaryScreen.Bounds.Width, Screen.PrimaryScreen.Bounds.Height);
Graphics g = Graphics.FromImage(tmp_B);
g.CopyFromScreen(new Point(0, 0), new Point(0, 0), Screen.PrimaryScreen.Bounds.Size);
tmp_B.Save(filePath);


any idea guys ?

TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L
%^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2
W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN%
Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i’TV.C\y<pŠjxsg-b$f4ia>
--------------------------------------------------------
128 bit encrypted signature, crack if you can

Questionsizing editor Pin
netJP12L24-Oct-08 7:26
netJP12L24-Oct-08 7:26 
Questiondisplaying proxyAddresses attribute on a AD account Pin
lane0p224-Oct-08 5:30
lane0p224-Oct-08 5:30 
AnswerRe: displaying proxyAddresses attribute on a AD account Pin
Parwej Ahamad24-Oct-08 7:40
professionalParwej Ahamad24-Oct-08 7:40 
QuestionCan't set HorizontalScroll.Visible attribute Pin
Alan Balkany24-Oct-08 5:19
Alan Balkany24-Oct-08 5:19 
AnswerRe: Can't set HorizontalScroll.Visible attribute Pin
DaveyM6924-Oct-08 5:57
professionalDaveyM6924-Oct-08 5:57 
GeneralRe: Can't set HorizontalScroll.Visible attribute Pin
Luc Pattyn24-Oct-08 6:46
sitebuilderLuc Pattyn24-Oct-08 6:46 
GeneralRe: Can't set HorizontalScroll.Visible attribute Pin
Alan Balkany24-Oct-08 7:08
Alan Balkany24-Oct-08 7:08 
GeneralRe: Can't set HorizontalScroll.Visible attribute Pin
DaveyM6924-Oct-08 7:42
professionalDaveyM6924-Oct-08 7:42 
GeneralRe: Can't set HorizontalScroll.Visible attribute Pin
Alan Balkany24-Oct-08 7:47
Alan Balkany24-Oct-08 7:47 
GeneralRe: Can't set HorizontalScroll.Visible attribute Pin
Giorgi Dalakishvili24-Oct-08 8:18
mentorGiorgi Dalakishvili24-Oct-08 8:18 
GeneralRe: Can't set HorizontalScroll.Visible attribute Pin
Luc Pattyn24-Oct-08 9:15
sitebuilderLuc Pattyn24-Oct-08 9:15 
GeneralRe: Can't set HorizontalScroll.Visible attribute Pin
Giorgi Dalakishvili24-Oct-08 9:22
mentorGiorgi Dalakishvili24-Oct-08 9:22 
Question[Message Deleted] Pin
tozy24-Oct-08 4:01
tozy24-Oct-08 4:01 
AnswerRe: Hello plz help i am new in creating excel app by using c# Pin
Thomas Stockwell24-Oct-08 4:11
professionalThomas Stockwell24-Oct-08 4:11 
AnswerRe: Hello plz help i am new in creating excel app by using c# Pin
Giorgi Dalakishvili24-Oct-08 4:12
mentorGiorgi Dalakishvili24-Oct-08 4:12 
AnswerRe: Hello plz help i am new in creating excel app by using c# Pin
Paul Conrad24-Oct-08 4:54
professionalPaul Conrad24-Oct-08 4:54 
AnswerRe: Hello plz help i am new in creating excel app by using c# Pin
J4amieC24-Oct-08 5:49
J4amieC24-Oct-08 5:49 

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.