+1(514) 937-9445 or Toll-free (Canada & US) +1 (888) 947-9445
Hi Guys, Are you feeling tired to fill the on-line services form every time for to check e-cas status? then here is the vbscript to fill the form without enter the personal information each time. I hope everybody like this script :) Just copy the below script to notepad and enter your "UCINumber" "LAST NAME" "YYYY-MM-DD" (date of Birth)
save the file with extension (.vbs)
---start from below---

On Error Resume Next

Const PAGE_LOADED = 4

Set objIE = CreateObject("InternetExplorer.Application")

Call objIE.Navigate("https://services3.cic.gc.ca/ecas/authenticate.do?app=")

objIE.Visible = True

Do Until objIE.ReadyState = PAGE_LOADED : Call WScript.Sleep(100) : Loop

objIE.Document.all.idTypeLabel.Value = "1"

objIE.Document.all.idNumberLabel.Value = "UCINumber"

objIE.Document.all.surnameLabel.Value = "LAST NAME"

objIE.Document.all.dobDate.Value = "YYYY-MM-DD"

objIE.Document.all.cobLabel.Value = "205"

If Err.Number <> 0 Then

msgbox "Error: " & err.Description

End If

Set objIE = Nothing
 
Thank you AINP235 , it is an awesome code , I was looking for this since long time. You saved our time ... Good work
 
kirthan said:
Thank you AINP235 , it is an awesome code , I was looking for this since long time. You saved our time ... Good work

Thank you :)
 
prss said:
IN PROCESS .... :) :) :) :) :)

We have started your process as on July 4th...
Congrats :)

Keeping our hopes alive.
 
Thank you all for your wishes.

I am working on to get an affidavit for my date of birth and my spouse's as we don't have our birth certificates.

We submitted (along with the initial application) the certificate of birth issued by our country's consulate.

The agent has asked for birth certificate with our names, date of birth and our parents name. If there isn't one, we have to submit an affidavit with all the above 3 information.
 
Got ip on july 04... ;D :D

Anyone get finger print...???
 
Hey Ainp1865, whats your timeline? Did they ask for fingerprints from you?
 
any updates ??