Click here to Skip to main content
15,896,467 members

Comments by Mr. Mahesh Patel (Top 64 by date)

Mr. Mahesh Patel 29-Mar-16 8:58am View    
In which technology you are building REST service?
Whether it is .net or java?
.Net WCF REST Service is not supporting sessions.
Mr. Mahesh Patel 27-Jul-15 5:13am View    
hi Mani,
Yes, It is possible to convert FIR to bitmap format. let me know if you have not get solution.
Please write me on kumar249kj@yahoo.co.in with attachment of two FIR files.
Mr. Mahesh Patel 17-Feb-15 23:30pm View    
Have you any SDK related to BioTime4..?
Mr. Mahesh Patel 12-Dec-14 8:25am View    
See Solution Number 5 if it is helpful to you.
If not then try to found your geckoWebBrowser's url load complete event and call your button click event in it.

private void geckoWebBrowser_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e) {

while(e.Url != geckoWebBrowser1.Url)
{
Application.DoEvent();
Application.DoEvent();
Application.DoEvent();
}
PDF_Click(new object(), new EventArgs());
}
Mr. Mahesh Patel 12-Dec-14 8:09am View    
They can use thread. Please see my next answer for windows.
By the way the word "InnerHTML" mentioned in question is used in web.