Forum: Delphi
Feb 11th, 2008, 6:35 AM
|
|
Replies: 3
Views: 458
Re: Problem with Vwindows Vista
Please refer this code. If i debug this code then it is working fine but when I execute the generated EXE its not working.
Thanks...
procedure TForm1.Button1Click(Sender: TObject);
var
HKR :...
|
Forum: Delphi
Feb 11th, 2008, 4:51 AM
|
|
Replies: 3
Views: 458
Problem with Vwindows Vista
Hello everybody,
I am using REGSETVALUEEX function to update registry at run time. when I execute the program on Win Xp I am getting the proper result but the same EXE is not updating...
|
Forum: Delphi
Feb 7th, 2008, 6:07 AM
|
|
Replies: 0
Views: 345
How to delete a font shortcut
Hello all,
I an using DELPHI5 and want to delete font shortcut created in my windows\fonts folder, if i have deleted its targate file. Please give the code to delete the shortcut.
thanks...
|