Delphi Pages Forums  

Go Back   Delphi Pages Forums > Delphi Forum > General

Lost Password?

Reply
 
Thread Tools Display Modes
  #1  
Old 04-19-2007, 01:57 PM
#578 #578 is offline
Junior Member
 
Join Date: Apr 2007
Posts: 6
Default ComboBox Help!!!

How can i load a file when i select a topic out of a combobox?
Reply With Quote
  #2  
Old 04-19-2007, 08:44 PM
praveenkumar_k praveenkumar_k is offline
Senior Member
 
Join Date: Sep 2006
Posts: 698
Default RE: ComboBox Help!!!

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
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT. The time now is 04:35 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.