I have a WPF 4.0 applications with a WebBrowser Control. When I navigate to a PDF on the pc, network or on the web it prompts me to open or save it and when I select Open, it opens in a new browser...
Thank you! Without going into deatils I want to use this on an internal Kiosk to trap Ctrl-Alt-Delete and shutdown the machine rather than let anyone have access. Starup always logs in a limited user...
Thank you. I don't understand what you are trying to tell me. I can tell when Excel is embedded in Word (Word is the container) but I cannot tell if Excel is in the Browser (Browser is the...
I have VSTO Excel addins (.net 3.5) and need to know when the Excel wookbook is being opened in a Browser rather than the Excel client. I haven't figured out a way to do this nor found a solution...
I have a WPF application (a Kiosk) running on Windows 7 with a UI that I wish to be able to use on any monitor size and screen resolution. I have look at various suggestions but I am still doing...
Timer will work except I get an exception about object belonging to an existing thread. This is a WPF applicaton written in VB.NET with a Web Browser control in it. Here is a shorted version of the...
Sorry I wasn't meaning rotate the web site, file, or PDF I was meaning go to a web site and stay there for x number of minutes and then go to another site, or file or PDF, etc. Let me explain futher...
I have a .net 4.0 VB WPF application where websites, PDF files, pictures, and such are selected via buttons to be displayed. I am trying to set up a feature that rotates thru those web sites, PDF,...
I am trying to create a menu that appears when right clicking but am not sure how to implement it in WPF and have not found any online info about it. Anyone have a how to link about this? Thank you
I have been told that a client application can be launched via link on a web page using techs assoicated with MIME types. The following MSDN articles appear to be about this but understanding it...
All of the monitors here are 20 inch or bigger and each has different resolution settings. I will explore this further but since it works on yours and FireFox has no problems on...
Hanne, I attached the html so that one could actually see the problem happen but I should have pointed out the actual line of code involved. The actual line in question is the input box that the...
The small attached HTML file demos a problem when pasting an amount of text longer than the edit box. There is example text to copy and paste into the suppled edit box and you will see the edit box...
Attached is a small simple VB.NET app that loads a Listview with some items. I want the items to appear as I add them but right now they do not appear until all of the items are added. What do I have...
I created some VB.NET VSTO based addins for Word and Excel and from VBA can access the various methods using COMAddins collection. When I try and use the VBA CreateObject it fails with an error...
I have a WPF Treeview control with children nodes with names of files that could exist on the PC, a network or a web site. When I select a node I am not sure what treeview method to use to obtain...