Browser

raghooveer

New Member
Hello !

I'm saving path of the file in browse column and i need to open the file when user double clicks on that....could anyone plz help me to do this........


Thanx & Reg.
 
Hi,

You can use MOUSE-SELECT-DBLCLICK to handle the event. In the event handler you use e.g. ShellExecute WinAPI call to open the selected file.



Reagrds,
Gabor
 
Top