Hi
I can select the guid when doing a search with
but i can not get the player name search option to workCode:Me.txtGuidToSearch.Text = "http://www.emailcart.net/airdale/index.php?type=guid&srch=" & Me.txtGuid.Text System.Diagnostics.Process.Start(Me.txtGuidToSearch.Text)
Do i need to use key strokes or is the solution in the source code?Code:Me.txtNameToSearch.Text = "http://www.emailcart.net/airdale/index.php?type=Player&srch=" & Me.txtName.Text System.Diagnostics.Process.Start(Me.txtNameToSearch.Text)
http://www.emailcart.net/airdale/index.php?




Reply With Quote