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

C / C++ / MFC

 
GeneralRe: Linker error using dll? [modified] Pin
$uresh $hanmugam9-May-07 22:50
$uresh $hanmugam9-May-07 22:50 
QuestionXMLHTTP error 12019 Pin
Andy H9-May-07 22:12
Andy H9-May-07 22:12 
AnswerRe: XMLHTTP error 12019 Pin
Andy H10-May-07 0:26
Andy H10-May-07 0:26 
GeneralRe: XMLHTTP error 12019 Pin
Andy H10-May-07 1:06
Andy H10-May-07 1:06 
QuestionCancel dialog Pin
deeps_cute9-May-07 22:11
deeps_cute9-May-07 22:11 
AnswerRe: Cancel dialog Pin
Rajesh R Subramanian9-May-07 22:18
professionalRajesh R Subramanian9-May-07 22:18 
AnswerRe: Cancel dialog Pin
Hamid_RT9-May-07 22:25
Hamid_RT9-May-07 22:25 
GeneralRe: Cancel dialog Pin
deeps_cute9-May-07 23:14
deeps_cute9-May-07 23:14 
yes this is the code
BOOL CMyConnCustomInstall::OnCUSTInstall()
{
int MyConnecCheck = 0, ChatCheck = 0, PwdMgr = 0, Response = 0, nStatus = 0;
int EKMyConnDLSuccess = 0, EKChatDLSuccess = 0, EKPwdMgrDLSuccess = 0;

CFileOperation *fileOpr = new CFileOperation();


m_Downloading = 1;
BeginWaitCursor();
if(m_Ekpass==1)
{

//Check if the Tools are already installed
PwdMgr = ToolExistCheck(EKPWDMGR, "EKPassword Manager");

//Downloading
if(PwdMgr)
EKPwdMgrDLSuccess = Download(EKPWDMGR, "EKPassword Manager");


//Installing
if(PwdMgr && (EKPwdMgrDLSuccess == DLSUCCEED))
{
nStatus = InstallTools(EKPWDMGR, "EKPassword Manager");
if(nStatus == DLSUCCEED)
InstallPackages(EKPWDMGR, "EKPassword Manager");
}

this->EndDialog(0);
}

Arise Awake Stop Not Till ur Goal is Reached.

QuestionRe: Cancel dialog Pin
Hamid_RT10-May-07 2:16
Hamid_RT10-May-07 2:16 
GeneralRe: Cancel dialog Pin
Nelek13-May-07 19:48
protectorNelek13-May-07 19:48 
AnswerRe: Cancel dialog Pin
Nelek9-May-07 23:14
protectorNelek9-May-07 23:14 
GeneralRe: Cancel dialog Pin
deeps_cute10-May-07 0:20
deeps_cute10-May-07 0:20 
GeneralRe: Cancel dialog Pin
ThatsAlok16-May-07 21:13
ThatsAlok16-May-07 21:13 
QuestionRe: Cancel dialog Pin
David Crow10-May-07 2:00
David Crow10-May-07 2:00 
AnswerRe: Cancel dialog Pin
ThatsAlok16-May-07 21:12
ThatsAlok16-May-07 21:12 
QuestionUsing GROUP BY Clause in CRecordset::Open() Pin
Rajesh_Parameswaran9-May-07 21:39
Rajesh_Parameswaran9-May-07 21:39 
QuestionRe: Using GROUP BY Clause in CRecordset::Open() Pin
David Crow10-May-07 2:02
David Crow10-May-07 2:02 
Questionuse of undefined struct Pin
subramanyeswari9-May-07 21:28
subramanyeswari9-May-07 21:28 
QuestionRe: use of undefined struct Pin
CPallini9-May-07 22:21
mveCPallini9-May-07 22:21 
QuestionRe: use of undefined struct Pin
subramanyeswari10-May-07 0:01
subramanyeswari10-May-07 0:01 
Questionhow to create an Activex Exe in Vc++ Pin
ggdfgdfg9-May-07 21:23
ggdfgdfg9-May-07 21:23 
AnswerRe: how to create an Activex Exe in Vc++ Pin
Rajesh R Subramanian9-May-07 21:30
professionalRajesh R Subramanian9-May-07 21:30 
AnswerRe: how to create an Activex Exe in Vc++ Pin
Hamid_RT9-May-07 22:29
Hamid_RT9-May-07 22:29 
QuestionExtract Icon Pin
Programm3r9-May-07 20:38
Programm3r9-May-07 20:38 
AnswerRe: Extract Icon Pin
Hans Dietrich9-May-07 21:11
mentorHans Dietrich9-May-07 21:11 

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.