Click here to Skip to main content
16,005,236 members
Home / Discussions / Article Writing
   

Article Writing

 
GeneralUSB camera capture code!! (DirectShow) Pin
Kim,Sung-Gyoo21-Aug-01 23:54
Kim,Sung-Gyoo21-Aug-01 23:54 
GeneralRe: USB camera capture code!! (DirectShow) Pin
Paul A. Howes19-Sep-01 3:23
Paul A. Howes19-Sep-01 3:23 
GeneralEmail Client software source code! Pin
seashoreboy21-Aug-01 4:36
seashoreboy21-Aug-01 4:36 
GeneralRetrieving File Association Details Pin
Steve Thresher21-Aug-01 1:23
Steve Thresher21-Aug-01 1:23 
GeneralRe: Retrieving File Association Details Pin
Oscar Vazquez29-Aug-01 3:18
Oscar Vazquez29-Aug-01 3:18 
GeneralEstimating remainding time Pin
Philippe Mori20-Aug-01 5:49
Philippe Mori20-Aug-01 5:49 
GeneralRe: Estimating remainding time Pin
3-Sep-01 12:09
suss3-Sep-01 12:09 
GeneralRe: Estimating remainding time Pin
TomKat14-Mar-03 16:17
TomKat14-Mar-03 16:17 
16/03/2003 - i will have posted an article on estimations !
A class that does this !
CPrg prg;
prg.SetRange(0,1000);

int i=0;
while(1)
{
prg.SetPos(i);
i++;
printf("%d\r\n",prg.ElapsedSeconds());
printf("%d\r\n",prg.LeftSeconds());
}

it`s all you need ! for transfers ... for example !


// be cool !

I am the mighty keeper of the book on knowledge . Contact me to get your copy .
Generaldrawing a graph in vc++ Pin
20-Aug-01 5:37
suss20-Aug-01 5:37 
GeneralHARDWARE INFORMATION Pin
mahmoud elsheikh19-Aug-01 0:11
mahmoud elsheikh19-Aug-01 0:11 
Questionhow to register a system keyboardhook in my own winlogon notification package Pin
17-Aug-01 15:29
suss17-Aug-01 15:29 
GeneralIHTMLDOMNode insertBefore() Pin
Roy Benson17-Aug-01 0:58
Roy Benson17-Aug-01 0:58 
GeneralRe: IHTMLDOMNode insertBefore() Pin
Not Active17-Aug-01 3:37
mentorNot Active17-Aug-01 3:37 
GeneralRe: IHTMLDOMNode insertBefore() Pin
Roy Benson17-Aug-01 6:57
Roy Benson17-Aug-01 6:57 
GeneralRe: IHTMLDOMNode insertBefore() Pin
Not Active18-Aug-01 4:03
mentorNot Active18-Aug-01 4:03 
GeneralRe: IHTMLDOMNode insertBefore() Pin
Roy Benson20-Aug-01 3:20
Roy Benson20-Aug-01 3:20 
GeneralRe: IHTMLDOMNode insertBefore() Pin
Not Active20-Aug-01 6:51
mentorNot Active20-Aug-01 6:51 
GeneralIHTMLDOMNode insertBefore() - Solved Pin
Roy Benson20-Aug-01 22:40
Roy Benson20-Aug-01 22:40 
GeneralCSynchronisedData object Pin
16-Aug-01 2:58
suss16-Aug-01 2:58 
GeneralRe: CSynchronisedData object Pin
3-Sep-01 12:46
suss3-Sep-01 12:46 
GeneralDiscussion Forum Code Pin
15-Aug-01 5:43
suss15-Aug-01 5:43 
GeneralRe: Faking dirs and files in Explorer Pin
gerryg40015-Aug-01 3:44
gerryg40015-Aug-01 3:44 
GeneralRe: Faking dirs and files in Explorer Pin
Michael Dunn15-Aug-01 6:38
sitebuilderMichael Dunn15-Aug-01 6:38 
GeneralRe: Faking dirs and files in Explorer Pin
gerryg40016-Aug-01 12:49
gerryg40016-Aug-01 12:49 
GeneralRe: Faking dirs and files in Explorer Pin
Thomas Freudenberg7-Sep-01 5:43
Thomas Freudenberg7-Sep-01 5:43 

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.