![]() |
|
#1
|
|||
|
|||
|
Hi!
I get 2 strange problens! The first one is when I put a timage on form and choose any bmp image, my program runs great, but if I put a gif image I have a message telling me that graphicex.dcu was not found.I've looked for this file and I havent found it. The second problem is I am using this code: SetWindowLong(Form1.Handle,GWL_STYLE,GetWindowLong (form1.handle,GWL_STYLE) and not WS_CAPTION); form1.height := clientheight; on the oncreate form.It was suppose to hide the caption bar and when I run my program I get this error message: illegal character in input file : '' ($A0) What do I have to do? thanks! Regards, Eduardo Tavares www.tavareswebsite.cjb.net |
|
#2
|
|||
|
|||
|
i'm not sure about your first problem, but i think that you have installed some package that change the properties of the timage like TGifImage does. Find out that package and reinstall it.
second one occured when you paste some code from other app's windows like browsers for example. Lets try this: - move mouse cursor to the en of the first line in your unit - press 'Delete' until meetting the begining of the second line - press 'Enter' - move mouse cursor to the en of the second line in your unit and so on, until the 'end.' best regards, trungnq |
![]() |
| Thread Tools | |
| Display Modes | |
|
|