Click here to Skip to main content
15,905,414 members
Home / Discussions / C#
   

C#

 
AnswerRe: combobox value acess.......???? Pin
Nagraj Naik9-Jul-06 19:58
Nagraj Naik9-Jul-06 19:58 
QuestionVideo Size Pin
J.S.Lim8-Jul-06 2:10
J.S.Lim8-Jul-06 2:10 
QuestionRichTextBox Help Required !! [modified] Pin
Shinning Star8-Jul-06 0:04
Shinning Star8-Jul-06 0:04 
AnswerRe: RichTextBox Help Required !! Pin
mav.northwind8-Jul-06 7:29
mav.northwind8-Jul-06 7:29 
Questionhow to get CPU n RAM information from machines Pin
amber hussain7-Jul-06 23:42
amber hussain7-Jul-06 23:42 
AnswerRe: how to get CPU n RAM information from machines Pin
Eran Aharonovich8-Jul-06 2:15
Eran Aharonovich8-Jul-06 2:15 
AnswerRe: how to get CPU n RAM information from machines Pin
yoaz8-Jul-06 3:17
yoaz8-Jul-06 3:17 
QuestionSecure Datastore for application. Pin
Waqas Nasir7-Jul-06 22:26
Waqas Nasir7-Jul-06 22:26 
QuestionSecure my assemly Pin
tibu19827-Jul-06 21:36
tibu19827-Jul-06 21:36 
AnswerRe: Secure my assemly Pin
Dave Kreskowiak8-Jul-06 4:57
mveDave Kreskowiak8-Jul-06 4:57 
QuestionMASTER AND ACCESS CONTROLLER Pin
premium17-Jul-06 20:37
premium17-Jul-06 20:37 
AnswerRe: MASTER AND ACCESS CONTROLLER Pin
Paul Conrad7-Jul-06 21:16
professionalPaul Conrad7-Jul-06 21:16 
AnswerRe: MASTER AND ACCESS CONTROLLER Pin
WillemM7-Jul-06 21:36
WillemM7-Jul-06 21:36 
AnswerRe: MASTER AND ACCESS CONTROLLER Pin
BoneSoft8-Jul-06 4:33
BoneSoft8-Jul-06 4:33 
AnswerRe: MASTER AND ACCESS CONTROLLER Pin
stancrm8-Jul-06 6:34
stancrm8-Jul-06 6:34 
QuestionOFFLINE WEB BROWSER IN C#.NET Pin
premium17-Jul-06 20:36
premium17-Jul-06 20:36 
AnswerRe: OFFLINE WEB BROWSER IN C#.NET Pin
Paul Conrad7-Jul-06 21:16
professionalPaul Conrad7-Jul-06 21:16 
QuestionComplete projects and source code in C#.net Pin
premium17-Jul-06 20:34
premium17-Jul-06 20:34 
AnswerRe: Complete projects and source code in C#.net Pin
Paul Conrad7-Jul-06 21:17
professionalPaul Conrad7-Jul-06 21:17 
Questioncrystal reports in C# Pin
Alamzeb khan7-Jul-06 20:13
Alamzeb khan7-Jul-06 20:13 
AnswerRe: crystal reports in C# Pin
Reza Raad9-Jul-06 0:25
Reza Raad9-Jul-06 0:25 
QuestionIHtmlPopup [modified] Pin
Ranjan Banerji7-Jul-06 19:57
Ranjan Banerji7-Jul-06 19:57 
I am building a BHO that is meant to popup a IHtmlPopup window on a mouse over image event. All the code works fine if the image is in the main Window.

However if the image is in a frame then I get the following error:

{"Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))"} System.Exception {System.UnauthorizedAccessException}

This happens when I try to create the Popup Window or access its Document

I have tried getting the parentWindow from the Frame's document and from teh main document.

<br />
//IHTMLWindow4 parentWindow = (IHTMLWindow4)FrameDocument.parentWindow;<br />
IHTMLWindow4 parentWindow = (IHTMLWindow4)PageDocument.parentWindow;<br />
//This line will work, but if you look at the Document Property, you will see the exception<br />
IHTMLPopup popUp = (IHTMLPopup)parentWindow.createPopup( ref argIn );<br />
//This line will throw the exception<br />
IHTMLDocument2 popupDoc = (IHTMLDocument2)popUp.document;<br />


Any ideas?

-- modified at 2:32 Saturday 8th July, 2006
Questionhow to fit the page size according to the monotor size Pin
ayyp7-Jul-06 18:48
ayyp7-Jul-06 18:48 
AnswerRe: how to fit the page size according to the monotor size Pin
Ennis Ray Lynch, Jr.7-Jul-06 20:52
Ennis Ray Lynch, Jr.7-Jul-06 20:52 
GeneralRe: how to fit the page size according to the monotor size Pin
ayyp7-Jul-06 20:58
ayyp7-Jul-06 20:58 

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.