Click here to Skip to main content
15,899,313 members

Comments by Rahul Anand Jha (Top 5 by date)

Rahul Anand Jha 23-Oct-15 11:49am View    
I do not have the permission to edit the Source.I have set the DWORD for Browser Emulation of App to 11001(IE 11)
Rahul Anand Jha 23-Oct-15 11:21am View    
My document is finished loading since it is only after sometime that i do click it.I have tried webBrowser1...invokeScript but it doesn't work.The script upon working is expected to take me to a new Page
Rahul Anand Jha 14-Feb-15 11:36am View    
personally i hate JAVA but hey that's just a choice! GO through YouTube tutorials.BlueJ as an editor for Java first timers is great!check the oracle website for the latest version.Install 32bit JDK if you not sure about your pc
If you dont have concept of OOP or this is your first try at programming get hold of that java book by Herbert Schildt.After that this could help https://www.udemy.com/advanced-java-programming/
Rahul Anand Jha 14-Feb-15 8:11am View    
It didnt work.Simply speaking i want to vary my variable names used for setting a value using a loop.For i=1 PsgnName(i) will represent TextBox PsgnName1 for i=2 it will represent TextBox PsgnName2 .I want to access PsgnName(i).Text.I tried adding a .Text but didnt help.
I dont want to insert this string here rather i want to insert the value of the text contained in TextBox myform.PsgnName(i)
Rahul Anand Jha 14-Feb-15 2:50am View    
I hope its clear now