Exemplo n.º 1
0
void CWZStep4::ShowStampInfo()
{
	// TODO: Add your control notification handler code here

	CString OnePathString;

	OnePathString=GetItemPath();

	//-- for debug
	// MessageBox("The PathString is:" + OnePathString);
	//-- end debug

	DWORD dwPathID;

	// dwPathID=GetPathID(OnePathString);

	//-- for debug
	DWORD dwFileAttribute=0x10;
	//-- end for debug

	//-- for debug temp comment begin
	// GetPathID((LPCTSTR)OnePathString,dwFileAttribute,(m_DirTree.m_StringFromFileArray),(m_DirTree.m_dwFileAttributeArray), &dwPathID);
	//-- for debug temp comment end

	NewGetPathID( g_RestoreInfo.szImageFile , (LPCTSTR)OnePathString, &dwPathID);

    //-- for debug
	// CString strResult;
	// strResult.Format("%d",dwPathID);
	// MessageBox("The PathID is: " + strResult);
	//-- end debug

	ShowItemInfo(dwPathID);
	
}
Exemplo n.º 2
0
void QUserPanel::InfoBtn_clicked()
{
   ShowItemInfo(DragItemLbl->text());
}