Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by phfle1

  1. phfle1

    hanging cursors by attaching a javascript fct to a vb button. Doesn't

    I just realized that my problem is due to ajax which doesn't raise à postback event.
  2. phfle1

    hanging cursors by attaching a javascript fct to a vb button. Doesn't

    I just realized that it does work, but when the cursor is outside the form. Do I have to change the cursor property for every control/element?
  3. phfle1

    hanging cursors by attaching a javascript fct to a vb button. Doesn't

    Something weird about this problem is that in another project created in VS2002, the following line works just fine and is called in the pageload function too. Me.btnRechercheOk.Attributes.Add("onclick", "document.body.style.cursor = 'wait';") Still investigating...
  4. phfle1

    hanging cursors by attaching a javascript fct to a vb button. Doesn't

    Here is the page_load function Private Sub Page_Load(ByVal vSender As Object, ByVal vEvent As System.EventArgs) Handles Me.Load clsOutilsTrans.TracePerfoONLI("(TAL) LOAD Condition entree habitation", True) If Not clsOutilsTrans.EstModePilotage Then GererToken()...
  5. phfle1

    hanging cursors by attaching a javascript fct to a vb button. Doesn't

    Hi, I'm building an application with VS2005 using Visual Basic .NET and asp.net. I'm testing the code with IE. I need the cursor to change when I click on a button until some process is completed(until postback) It seems pretty straightfoward, but I probably have something wrong. Here is what...
  6. phfle1

    Login Timeout on Exchange server 2003

    I already tried it without success. Is there a different way to assign a password to a variable? I've seen on some sites: "!password" which didn't work either.
  7. phfle1

    Login Timeout on Exchange server 2003

    Seems it is back on my shoulders :P If any of you have an idea. The problem happens at logon.
  8. phfle1

    Login Timeout on Exchange server 2003

    Yes it is. I'll put this thread on hold for the moment because it seems the problem lies at the IT departement. But thanks for the help.
  9. phfle1

    Login Timeout on Exchange server 2003

    Ok, here it is: Option Explicit ' Variables. Dim strCalendarURI ' As String Dim reqDoc ' As Msxml2.DOMDocument Dim resDoc ' As Msxml2.DOMDocument Dim pi ' As IXMLDOMProcessingInstruction Dim strPassword ' As...
  10. phfle1

    How to accept Expired Certificate

    I found out that isn't possible in vbcript and is not suitable at all for obvious security reasons.
  11. phfle1

    Login Timeout on Exchange server 2003

    Hi, I have a 440 login timeout when I try to logon the server using a vbscript. The passord is hardcoded like this: strUserName = "bilbo" strPassword = "hobbit" is it ok? When I log onto the server via a webbrowser there are no problems. The script was working fine until we changed the...
  12. phfle1

    How to accept Expired Certificate

    Hi, I'm presently working on a project that requires me to access an Exchange Server that has an expired certificate. Is there a way in vbscript to tell the server that I accept its certificate? Thanks, Phil
  13. phfle1

    Extract email attachment from Exchange server

    I have the same question, but for vbscript.
  14. phfle1

    script to retreive attachment on exchange server

    Hi, I found a way to get emails from an exchange server using vbscript, but I can't get the attachment by the same mean. Does anyone know how it can be done? Any help will be appreciated :) Phil

Part and Inventory Search

Back
Top