Delphi Pages Forums  

Go Back   Delphi Pages Forums > Delphi Forum > General

Lost Password?

Reply
 
Thread Tools Display Modes
  #1  
Old 05-12-2001, 08:06 PM
Tavares Tavares is offline
Senior Member
 
Join Date: Feb 2001
Posts: 1,318
Default Strange Problems

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
Reply With Quote
  #2  
Old 05-14-2001, 09:51 PM
trungnq trungnq is offline
Member
 
Join Date: Jul 2001
Posts: 61
Default RE: Strange Problems

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
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 10:05 PM.


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