March 13, 2008 at 12:43 am
I have to search the keyword from windows application using dtSearch. when user enter the list of keywords in UI, i have to connect to dtSearch tool and based on the output rerurn the matched keyword should be added to database table.
Now, i have problem in connecting this tool from my application.
Thanks in advance.
March 13, 2008 at 2:56 am
[font="Verdana"]Let us know, what error(s) you are facing.
Thanks,
Mahesh[/font]
MH-09-AM-8694
March 13, 2008 at 5:02 am
To open the software dtSearch from my windows applications, this coding line is used by me.
System.Diagnostics.Process.Start(@"C:\Program Files\dtSearch\bin\dtSearchw.exe");
but what the problem i faced is: i want to pass search keyword to dtSearch software and obtain the result of this search into my calling applications.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply