FindDllVersionDlg.h in FindDllVersion.rar
Sponsored links
// FindDllVersionDlg.h : header file
//
#if !defined(AFX_FINDDLLVERSIONDLG_H__319156BC_63E3_4258_B484_3B3D06799DD8__INCLUDED_)
#define AFX_FINDDLLVERSIONDLG_H__319156BC_63E3_4258_B484_3B3D06799DD8__INCLUDED_
#include "ComboCompletion.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "DLLVersion.h"
/////////////////////////////////////////////////////////////////////////////
// CFindDllVersionDlg dialog
class CFindDllVersionDlg : public CDialog
{
// Construction
public:
CString GetExFileName(CString strFileName);
void VersionDLL(char * strDllName);
CFindDllVersionDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CFindDllVersionDlg)
enum { IDD = IDD_FINDDLLVERSION_DIALOG };
CComboCompletion m_ComboBox;
DWORD m_MajorVersion;
DWORD m_BuildNumber;
DWORD m_MinorVersion
...
...
... to be continued.
This is a preview. To get the complete source file,
please click here to download the whole source code package.