![]() |
|
|
|
#1
|
|||
|
|||
|
How can i load a file when i select a topic out of a combobox?
|
|
#2
|
|||
|
|||
|
if ur combobox is having the complete path of that file then do code like this
ShellExecute(0,'open',pchar(ComboBox1.Items.String s[ComboBox1.ItemIndex]),'','',SW_SHOWNORMAL); This will open the particular file. Hope this will help U Have a nice & Peaceful Day My Friend Regards KPK |
![]() |
| Thread Tools | |
| Display Modes | |
|
|