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

Search:

Type: Posts; User: kimsmith7752

Search: Search took 0.01 seconds.

  1. Re: How do you modify Logging Out of SharePoint?

    Yes to designer and no to asp
  2. Re: how to stop msgbox opening within webbrowser when connected to website

    I asked about it and we dug deeper and found that we are using sharepoint and it has a built in "sign out" routine that we do not know how to modify it.
    So I posted a question about this in the...
  3. How do you modify Logging Out of SharePoint?

    We use sharepoint for our portal.
    After logging into the portal then eventually you can "sign out".
    according to one of the programmers, he said that is a canned routine within sharepoint....
  4. Re: how to stop msgbox opening within webbrowser when connected to website

    I talked with the web master who manages our site and it appears that when we logout the portal it causes the message box on exit which states:
    "The webpage you are viewing is trying to close the...
  5. Re: how to stop msgbox opening within webbrowser when connected to website

    Oh. I see and I will not do that. I think their is a way to look at the webbrowser. Document to do this or maybe use the api or something like find the where the window is about to open where I could...
  6. Re: how to stop msgbox opening within webbrowser when connected to website

    I reread the AUP but do not see what you are talking about not posting the code, please enlighten me. Also, I have not found a resolution so can you tell me how to intercept the message box.
  7. Re: how to stop msgbox opening within webbrowser when connected to website

    The portal was written by a web designer who put the messagebox in the logout routine so I do click logout and then it pop's up. Too late then to cancel. I asked the person who wrote it and she said...
  8. Re: how to stop msgbox opening within webbrowser when connected to website

    Just checking in to see if anyone can help with this.
  9. Re: how to stop msgbox opening within webbrowser when connected to website

    sorry about that, there is not much to post for code since this was a simple form1, webbrowser, textbox and a button.
    this is the only code:
    Public Class Form1
    Private Sub Button1_Click(sender...
  10. [RESOLVED] how to stop msgbox opening within webbrowser when connected to website

    I am using the webbrowser control in a windows application. when I go to our college website portal and login, do some work, then logout, I get a windows message box Yes/Cancel/Quit that I want to...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured