Click here to Skip to main content
16,004,927 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: instead of calling GetPixel? Pin
zon_cpp28-Apr-07 22:30
zon_cpp28-Apr-07 22:30 
Questiondownloading a file Pin
deeps_cute28-Apr-07 1:46
deeps_cute28-Apr-07 1:46 
AnswerRe: downloading a file Pin
Hamid_RT28-Apr-07 9:55
Hamid_RT28-Apr-07 9:55 
QuestionNeed a solution Pin
yaminisridaran28-Apr-07 0:25
yaminisridaran28-Apr-07 0:25 
AnswerRe: Need a solution Pin
Arman S.28-Apr-07 1:12
Arman S.28-Apr-07 1:12 
GeneralRe: Need a solution Pin
yaminisridaran29-Apr-07 17:44
yaminisridaran29-Apr-07 17:44 
AnswerRe: Need a solution Pin
Hamid_RT28-Apr-07 8:44
Hamid_RT28-Apr-07 8:44 
QuestionNeed help in Threading in win32 Pin
amitmistry_petlad 27-Apr-07 22:58
amitmistry_petlad 27-Apr-07 22:58 
I have listview in the application. In that listview there are so many files I am using those files for encoding/protection process. But by the help of threading . so if a user can do the endcoding proccess as well as protection process and can add in between the running process if he can add more files in the list and also can start that files for the encoding/protection on then they can do.
how can i start the threading for that .
i have alread done the following things.

I have made one class Thread in that class I add the method beginthread.
that method call from the starting process of protection.

like .

void Therad(PVOID param)
{

Package pkg=(Package)param;
pkg.EncodeMediaContent(param1,param2 );




}

but i havent got the iead that how these paramter comes ?


"Success lies not in the result , But in the efforts !!!!!"
Amit Mistry - petlad -Gujarat-India

AnswerRe: Need help in Threading in win32 Pin
Arman S.27-Apr-07 23:11
Arman S.27-Apr-07 23:11 
GeneralRe: Need help in Threading in win32 Pin
amitmistry_petlad 27-Apr-07 23:21
amitmistry_petlad 27-Apr-07 23:21 
GeneralRe: Need help in Threading in win32 Pin
amitmistry_petlad 28-Apr-07 1:08
amitmistry_petlad 28-Apr-07 1:08 
GeneralRe: Need help in Threading in win32 Pin
Arman S.28-Apr-07 1:24
Arman S.28-Apr-07 1:24 
GeneralRe: Need help in Threading in win32 Pin
amitmistry_petlad 28-Apr-07 2:26
amitmistry_petlad 28-Apr-07 2:26 
GeneralRe: Need help in Threading in win32 Pin
Arman S.28-Apr-07 2:35
Arman S.28-Apr-07 2:35 
GeneralRe: Need help in Threading in win32 Pin
amitmistry_petlad 28-Apr-07 20:03
amitmistry_petlad 28-Apr-07 20:03 
GeneralRe: Need help in Threading in win32 Pin
amitmistry_petlad 29-Apr-07 19:10
amitmistry_petlad 29-Apr-07 19:10 
QuestionHow can i solve memory size problem? Pin
$uresh $hanmugam27-Apr-07 22:38
$uresh $hanmugam27-Apr-07 22:38 
QuestionRe: How can i solve memory size problem? Pin
Mark Salsbery29-Apr-07 8:53
Mark Salsbery29-Apr-07 8:53 
Questionfunction arguments Pin
Cmania27-Apr-07 22:12
Cmania27-Apr-07 22:12 
AnswerRe: function arguments Pin
Arman S.27-Apr-07 22:30
Arman S.27-Apr-07 22:30 
QuestionRe: function arguments Pin
Cmania27-Apr-07 22:33
Cmania27-Apr-07 22:33 
AnswerRe: function arguments Pin
MohammadAmiry27-Apr-07 22:47
MohammadAmiry27-Apr-07 22:47 
GeneralRe: function arguments Pin
Arman S.27-Apr-07 22:52
Arman S.27-Apr-07 22:52 
QuestionRe: function arguments Pin
Cmania27-Apr-07 22:56
Cmania27-Apr-07 22:56 
AnswerRe: function arguments Pin
MohammadAmiry27-Apr-07 23:57
MohammadAmiry27-Apr-07 23:57 

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.