Click here to Skip to main content
15,904,655 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionbitblt problem Pin
tmaggioli21-Nov-07 0:34
tmaggioli21-Nov-07 0:34 
AnswerRe: bitblt problem Pin
Nelek21-Nov-07 0:46
protectorNelek21-Nov-07 0:46 
QuestionRe: bitblt problem Pin
Parthi_Appu21-Nov-07 0:47
Parthi_Appu21-Nov-07 0:47 
AnswerRe: bitblt problem Pin
tmaggioli21-Nov-07 2:01
tmaggioli21-Nov-07 2:01 
AnswerRe: bitblt problem Pin
Mark Salsbery21-Nov-07 5:48
Mark Salsbery21-Nov-07 5:48 
GeneralRe: bitblt problem Pin
tmaggioli21-Nov-07 19:57
tmaggioli21-Nov-07 19:57 
GeneralRe: bitblt problem Pin
Nelek21-Nov-07 20:21
protectorNelek21-Nov-07 20:21 
QuestionUnverified Publisher (When downloading Activex control from IE) Pin
ashishbhatt20-Nov-07 23:41
ashishbhatt20-Nov-07 23:41 
Hi All,

I have created MFC Activex Control using VS 2005.And I have created .cab file(cabinet file )including .inf file into it using cabarc.exe.

And now I want to run it and register it through IE,so I created on .html page including code as below...

<br />
<HTML><br />
<HEAD><br />
<TITLE> Activex Registration </TITLE><br />
</HEAD><br />
<BODY><br />
	<OBJECT ID="activex" CLASSID="CLSID:4D607033-7231-4691-9A1D-F59153330B72"<br />
		CODEBASE="C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\Tools\Bin\Temp_Activex.cab"<br />
	</OBJECT><br />
</BODY><br />
<HTML><br />

here CASSID is the CLSID of my Activex Conrol and CODEBASE is the path of the .cab file.
And this page runs very successfully on my local PC and my Activex also runs in the Web Page.

But my problem is when I want to access this page from My Server. I Put Both .cab file and .html file on to the server and then I run this .html file then it shows Security Message of restricting the webpage from running Activex Control(top on the page).When I click on that Strip Message and Select option of Run Activex Control then one Messagebox comes with the details..
<br />
         Do you want to run this Activex Control?<br />
            <br />
           Name:name of My Activex<br />
           Publisher : My Publisher Name (Unverified Publisher)<br />
<br />


When I click run then nothing happens ,Mu Activex Control does not run or register.

I have also tried this .cab file by signing with digital signature(using signtool.exe) , But the same problem comes.

So the Moral of the story is that this error of Unverified Publisher.

So Do you have Any Idea or Suggetion?
your Answer Will be Appreciated.

Thanks in Advance.

Ashish Bhatt

AnswerRe: Unverified Publisher (When downloading Activex control from IE) Pin
Iain Clarke, Warrior Programmer20-Nov-07 23:59
Iain Clarke, Warrior Programmer20-Nov-07 23:59 
GeneralRe: Unverified Publisher (When downloading Activex control from IE) Pin
ashishbhatt21-Nov-07 18:27
ashishbhatt21-Nov-07 18:27 
GeneralRe: Unverified Publisher (When downloading Activex control from IE) Pin
Iain Clarke, Warrior Programmer21-Nov-07 21:42
Iain Clarke, Warrior Programmer21-Nov-07 21:42 
QuestionMAPI Profiles Pin
Daniel Kanev20-Nov-07 23:33
Daniel Kanev20-Nov-07 23:33 
Question[Message Deleted] Pin
shakumar_2220-Nov-07 23:23
shakumar_2220-Nov-07 23:23 
AnswerRe: MSMQ Pin
toxcct20-Nov-07 23:28
toxcct20-Nov-07 23:28 
QuestionWhich process is using a file i want to delete / update? Pin
wolfgangpuelm20-Nov-07 23:03
professionalwolfgangpuelm20-Nov-07 23:03 
AnswerRe: Which process is using a file i want to delete / update? Pin
Iain Clarke, Warrior Programmer21-Nov-07 0:07
Iain Clarke, Warrior Programmer21-Nov-07 0:07 
AnswerRe: Which process is using a file i want to delete / update? Pin
Luc Pattyn21-Nov-07 1:34
sitebuilderLuc Pattyn21-Nov-07 1:34 
Question64-bit development with Visual C++ 2008 Express ? Pin
Defenestration20-Nov-07 22:34
Defenestration20-Nov-07 22:34 
AnswerRe: 64-bit development with Visual C++ 2008 Express ? Pin
Mark Salsbery21-Nov-07 5:56
Mark Salsbery21-Nov-07 5:56 
QuestionHas anybody been using Ilog Views recently? Pin
François Gasnier20-Nov-07 21:20
François Gasnier20-Nov-07 21:20 
QuestionModule definition file Pin
George_George20-Nov-07 21:02
George_George20-Nov-07 21:02 
AnswerRe: Module definition file Pin
Blake Miller21-Nov-07 4:13
Blake Miller21-Nov-07 4:13 
GeneralRe: Module definition file Pin
George_George21-Nov-07 19:11
George_George21-Nov-07 19:11 
AnswerRe: Module definition file Pin
toxcct21-Nov-07 4:16
toxcct21-Nov-07 4:16 
GeneralRe: Module definition file Pin
George_George21-Nov-07 19:07
George_George21-Nov-07 19:07 

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.