Click here to Skip to main content
15,906,625 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to open a registered file in application Pin
Mazdak26-Jul-03 4:59
Mazdak26-Jul-03 4:59 
GeneralRe: How to open a registered file in application Pin
BigAndy26-Jul-03 5:39
BigAndy26-Jul-03 5:39 
GeneralRe: How to open a registered file in application Pin
Rocky Moore27-Jul-03 0:01
Rocky Moore27-Jul-03 0:01 
GeneralRe: How to open a registered file in application Pin
BigAndy27-Jul-03 22:06
BigAndy27-Jul-03 22:06 
GeneralMidi interfacing Pin
NareshkBajaj25-Jul-03 22:52
NareshkBajaj25-Jul-03 22:52 
GeneralRe: Midi interfacing Pin
Rocky Moore25-Jul-03 23:08
Rocky Moore25-Jul-03 23:08 
General.NET Licensing Pin
Alex Korchemniy25-Jul-03 21:56
Alex Korchemniy25-Jul-03 21:56 
GeneralReflections for automatic casting Pin
Ista25-Jul-03 18:12
Ista25-Jul-03 18:12 
GeneralRe: Reflections for automatic casting Pin
Ista25-Jul-03 18:12
Ista25-Jul-03 18:12 
GeneralShowing the newest event in a list box Pin
eggie525-Jul-03 17:38
eggie525-Jul-03 17:38 
GeneralRe: Showing the newest event in a list box Pin
Rocky Moore25-Jul-03 22:33
Rocky Moore25-Jul-03 22:33 
GeneralRe: Showing the newest event in a list box Pin
eggie525-Jul-03 22:39
eggie525-Jul-03 22:39 
GeneralRe: Showing the newest event in a list box Pin
Rocky Moore25-Jul-03 23:12
Rocky Moore25-Jul-03 23:12 
GeneralFindWindow analogue in C# Pin
zecodela25-Jul-03 16:23
zecodela25-Jul-03 16:23 
GeneralRe: FindWindow analogue in C# Pin
J. Dunlap25-Jul-03 16:41
J. Dunlap25-Jul-03 16:41 
GeneralRe: FindWindow analogue in C# Pin
zecodela25-Jul-03 16:50
zecodela25-Jul-03 16:50 
GeneralRe: FindWindow analogue in C# Pin
J. Dunlap25-Jul-03 17:07
J. Dunlap25-Jul-03 17:07 
GeneralRe: FindWindow analogue in C# Pin
Eric Gunnerson (msft)25-Jul-03 17:26
Eric Gunnerson (msft)25-Jul-03 17:26 
GeneralRe: FindWindow analogue in C# Pin
J. Dunlap25-Jul-03 17:31
J. Dunlap25-Jul-03 17:31 
GeneralRe: FindWindow analogue in C# Pin
zecodela25-Jul-03 17:32
zecodela25-Jul-03 17:32 
GeneralRe: FindWindow analogue in C# Pin
J. Dunlap25-Jul-03 17:38
J. Dunlap25-Jul-03 17:38 
GeneralGetting frames from mshtml Pin
tstyaps25-Jul-03 14:15
tstyaps25-Jul-03 14:15 
Hi,

I am using shdocvw/mshtml to automate IE. I'm able to create an instance of IE, retrieve a document, and manipulate the document (i.e. fill in text fields, click buttons, etc).

The problem I'm having though, is working with pages that have frames. I am getting the top level page, and cannot seem to access any of the frames themselves. When I try calling the property .frames off my document, I get the error:

An unhandled exception of type 'System.InvalidCastException' occurred in UIAutomation.exe. Additional information: No such interface supported.

Does anyone know why this is? Maybe I'm assigning it improperly? When I enumerate through .all, I do see the frameset and frame elements. This problem happens on even simple pages such as:

http://www.htmlcodetutorial.com/frames/basicframeset.html

Thanks.
GeneralMilla Seconds in DateTime.Now Pin
eggie525-Jul-03 13:41
eggie525-Jul-03 13:41 
GeneralRe: Milla Seconds in DateTime.Now Pin
dynamic25-Jul-03 13:48
dynamic25-Jul-03 13:48 
GeneralRe: Milla Seconds in DateTime.Now Pin
dynamic25-Jul-03 13:52
dynamic25-Jul-03 13:52 

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.