Click here to Skip to main content
15,923,376 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: Add a New ATL Object Pin
Stephen Hewitt16-Feb-06 11:45
Stephen Hewitt16-Feb-06 11:45 
QuestionActiveX ATL control Pin
Anilkumar K V13-Feb-06 18:43
Anilkumar K V13-Feb-06 18:43 
GeneralRe: ActiveX ATL control Pin
Joonsong Jang17-Feb-06 19:36
Joonsong Jang17-Feb-06 19:36 
QuestionIcons not dragging in listctrl Pin
Parampreet Sidhu13-Feb-06 5:13
Parampreet Sidhu13-Feb-06 5:13 
AnswerRe: Icons not dragging in listctrl Pin
Parampreet Sidhu14-Feb-06 0:25
Parampreet Sidhu14-Feb-06 0:25 
QuestionHow to determine if an ActiveX control is signed or not Pin
KKTECH12-Feb-06 23:03
KKTECH12-Feb-06 23:03 
AnswerRe: How to determine if an ActiveX control is signed or not Pin
Michael Dunn13-Feb-06 7:44
sitebuilderMichael Dunn13-Feb-06 7:44 
GeneralRe: How to determine if an ActiveX control is signed Pin
KKTECH23-Feb-06 18:41
KKTECH23-Feb-06 18:41 
Thanks for your reply.

MSDN says "The WinVerifyTrustEx function is available for use in the Microsoft Windows 2000 and Windows XP operating systems. It may be altered or unavailable in subsequent versions."

Is this the case with WinVerifyTrust() too?

Also all I need to know is whether a file has been signed. I came across this function

fResult = CryptQueryObject(CERT_QUERY_OBJECT_FILE,
szFileName,
CERT_QUERY_CONTENT_FLAG_PKCS7_SIGNED_EMBED,
CERT_QUERY_FORMAT_FLAG_BINARY,
0,
&dwEncoding,
&dwContentType,
&dwFormatType,
&hStore,
&hMsg,
NULL);
if (!fResult)
{
_tprintf(_T("CryptQueryObject failed with %x\n"), GetLastError());
[Does it mean that file was not signed?]
__leave;
}




When this call is made on unsigned code, it has always failed. Is this sufficient for concluding that the code was unsigned.

Hope to get a reply from you Smile | :)

Thanks
KK
GeneralRe: How to determine if an ActiveX control is signed [modified] Pin
Michael Dunn23-Feb-06 18:50
sitebuilderMichael Dunn23-Feb-06 18:50 
GeneralRe: How to determine if an ActiveX control is signed [modified] Pin
KKTECH27-Feb-06 1:27
KKTECH27-Feb-06 1:27 
QuestionActiveX to server communication Pin
vinodraut12-Feb-06 22:11
vinodraut12-Feb-06 22:11 
QuestionOutlook::_Application problem Pin
kotiramkoteswararao12-Feb-06 3:50
kotiramkoteswararao12-Feb-06 3:50 
Questionhow to COM class in another class Pin
kotiramkoteswararao11-Feb-06 7:52
kotiramkoteswararao11-Feb-06 7:52 
AnswerRe: how to COM class in another class Pin
Milton Karimbekallil11-Feb-06 17:54
Milton Karimbekallil11-Feb-06 17:54 
AnswerRe: how to COM class in another class Pin
Stephen Hewitt12-Feb-06 11:31
Stephen Hewitt12-Feb-06 11:31 
GeneralRe: how to COM class in another class Pin
Milton Karimbekallil13-Feb-06 4:40
Milton Karimbekallil13-Feb-06 4:40 
QuestionHow to convert ATL COM DLL to ATL COM EXE Pin
Balkrishna Talele8-Feb-06 21:50
Balkrishna Talele8-Feb-06 21:50 
AnswerRe: How to convert ATL COM DLL to ATL COM EXE Pin
Douglas Troy9-Feb-06 7:48
Douglas Troy9-Feb-06 7:48 
GeneralRe: How to convert ATL COM DLL to ATL COM EXE Pin
Balkrishna Talele9-Feb-06 18:05
Balkrishna Talele9-Feb-06 18:05 
GeneralRe: How to convert ATL COM DLL to ATL COM EXE Pin
Jörgen Sigvardsson9-Feb-06 21:01
Jörgen Sigvardsson9-Feb-06 21:01 
GeneralRe: How to convert ATL COM DLL to ATL COM EXE Pin
Balkrishna Talele9-Feb-06 21:33
Balkrishna Talele9-Feb-06 21:33 
QuestionRe: How to convert ATL COM DLL to ATL COM EXE Pin
Douglas Troy17-Feb-06 6:53
Douglas Troy17-Feb-06 6:53 
QuestionHow to make application support OLE Automation? Pin
Kemi10018-Feb-06 14:27
Kemi10018-Feb-06 14:27 
AnswerRe: How to make application support OLE Automation? Pin
Douglas Troy9-Feb-06 7:45
Douglas Troy9-Feb-06 7:45 
QuestionWorking with IHTMLDocument Pin
sprymak3-Feb-06 18:56
sprymak3-Feb-06 18:56 

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.