![]() |
|
#11
|
|||
|
|||
|
Thank you George ..
Is there a way to change the column width in a DBGrid ?? |
|
#12
|
|||
|
|||
|
Try
DBGrid.Columns[1].Width := 30; George |
|
#13
|
|||
|
|||
|
Oky .. Thanx got it right.. Where can I get some codeing of the dialogs??
I want to open a .exe file Last edited by Legomus; 09-27-2011 at 11:34 PM. |
|
#14
|
|||
|
|||
|
I don't know what you mean by "codeing of the dialogs". Could you elaborate, please.
George |
|
#15
|
|||
|
|||
|
Hi .. I want to open a '.exe' file but don't know the code .. and with what component will be the easiest..
If the user click a button then the '.exe' has to open
|
|
#16
|
|||
|
|||
|
Look into ShellExecute...
ShellExecute(Handle, nil, PChar(PROG), nil, nil, SW_SHOWNORMAL); Where PROG would be the location of the EXE. Check Help. George |
![]() |
| Thread Tools | |
| Display Modes | |
|
|