CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Jim Bassett

Page 1 of 25 1 2 3 4

Search: Search took 0.42 seconds.

  1. Replies
    0
    Views
    6,181

    Loading PDF into Web Browser Control

    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...
  2. Re: Can Ctrl-Alt-Delete being caught and handled?

    None that I can find.
  3. Re: Can Ctrl-Alt-Delete being caught and handled?

    Thanks. I tried Jared Heinrichs instructions and like many others it just caused problems
  4. Re: Can Ctrl-Alt-Delete being caught and handled?

    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...
  5. Can Ctrl-Alt-Delete being caught and handled?

    Is it possible to catch the combined key presses of Ctrl-Alt-Delete so that event can be handled?
  6. Replies
    2
    Views
    624

    Re: Discover if Excel running in Browser

    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...
  7. Replies
    2
    Views
    624

    Discover if Excel running in Browser

    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...
  8. WPF application UI working on any size monitor and screen resolution

    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...
  9. Replies
    6
    Views
    1,805

    Re: How does one wait for amount of time

    Thank you GremlinSA and everyone else. The DispatchTimer did the trick!!!!!
  10. Replies
    6
    Views
    1,805

    Re: How does one wait for amount of time

    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...
  11. Replies
    6
    Views
    1,805

    Re: How does one wait for amount of time

    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...
  12. Replies
    6
    Views
    1,805

    How does one wait for amount of time

    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,...
  13. Replies
    3
    Views
    3,784

    Re: Hyperlink Object in VB.NET

    Thank you dglienna. I didn't notice LinkLabel as I kept looking for "Hyper" just being blind.
  14. Replies
    3
    Views
    3,784

    Hyperlink Object in VB.NET

    VB6 has a HyperLink object and I cannot find such an object in VB.NET nor when I upgrade the VB6 to VB.NET. The upgrade comment gave this link...
  15. Getting reference or Object of running .NEt application

    I have a VB.NET app as well as a C# version of it with both having public methods in them. I am trying to do two things

    1) See if the application is already running and if so then
    2) Call a...
  16. Replies
    2
    Views
    7,302

    Re: Popup and Right click menu

    Thank you Arjay
  17. Replies
    2
    Views
    7,302

    Popup and Right click menu

    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
  18. Launching client application from link on web page

    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...
  19. Re: Text pasted into Edit box overflows when using IE6, IE7, or IE8

    Thank you Hanne

    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...
  20. Re: Text pasted into Edit box overflows when using IE6, IE7, or IE8

    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...
  21. Text pasted into Edit box overflows when using IE6, IE7, or IE8

    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...
  22. Replies
    1
    Views
    8,935

    Refresh of WPF controls

    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...
  23. Can't use CreateObject with VSTO created addin

    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...
  24. Replies
    2
    Views
    836

    Accessing manage code from VBA

    Anyone know the technique for calling VB.NET methods (C# methods as well) from VBA code?
  25. Getting selected treeView node information

    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...
Results 1 to 25 of 623
Page 1 of 25 1 2 3 4





Click Here to Expand Forum to Full Width

Featured