Hello!
When I made a program with a Twindowsmediaplayer on it, it looks fine on my computer with xp, but on a vista computer, this component is very small, about 1/4 of it's real size.
Why?? And how can I fix this?? Have tried to put height and width in the formactivate, but doesn't help...
Hello!
Anybody know how to include this activex into Delphi 7?? And which file I have to download to get it work??
Have installed VLC media player 1.0.5, and installed VideoLAN VLC Activex plugin version 1.0 under import activex control, but when I try to start my program using tvlcplugin I...
Hello!
Using Delphi 7 and Windows XP.
After installing Quickreport 5.0.2 and Gnostice 2.5.2 I try to recompile my old program, but it only fails when I try to run it afterwards. When I run it from inside Delphi, it only blinks and nothing happens, when I try to run the exe file, I got the...
Hello!
Is now upgrading from version 3.x to 5.0.2 of Quickreport. Run the tools to remove all old files, and install the new version. But when I try to compile a project containing quickreport, it ask for qrpt70 and if I include that it ask for qrexports, I include that file to, then it...
Hello!
Trying to make a webradio with opening the url in the twebbrowser, but the media player which opens to play the music/radio is not integrated in the twebbrowser. Is it possible to make the media player integrated, if so how??
TIA
Kåre!
Hello!
Anybody know how to make an easy ping routine in Delphi?? Want to just ping an adress to find out if the internet connection is available or not.
TIA
Kåre!
Hello!
Is it possible to change the code I put in this event at runtime?? My code is at start;
accept:=dataset['navn']=form1.stat.panels[0].text;
but at runtime when user click on a button, I want to change the code to;
accept:=dataset['avrdato']>fra;
Is it possible, and if so, how??
TIA
Kåre!
Hello!
Have build me first freeNAS server, and think it would be nice to use it for saving my paradox database. Have 2 computer where I installed my software and bde 5.2, and they read the databasefile from the server. And also set up the bde with ipadr to the freeNAS, but it is so SLOW!! Does...
Hello!
Have installed bde 5.2 in windows7, and my software is making in Delphi7.
But when shows the time and date, it is in wrong format for my country. Time it show 7:52:33 PM, and I should have been 19:52:33. Date it show 1/25/2010 but should have been 25.01.2010. It shows right in the...
Hello!
I am using this code, but the pdf file is blank, what is wrong?? If somebody have a better way of doing the convert, please let me know also!
var
rep : tquickrep;
pdffilt : tqrpdfdocumentfilter;
na : string;
begin
na:='faktura.qrp';
application.createform(tutfaktmail,utfaktmail)...
Hello!
Have some reports I want to merge together in pdf. I found out that when using concating the page is merge together. But some of the pages are in landscape format, and that shows as portrait in pdf. Is it possible to get all the pages in right format/direction in the pdf file??
TIA
Kåre!
Hello!
Is it possible to import a small bmp file into one of the corner of the Timage, without erasing all of the Timage area??
Anybody know a solution??
TIA
Kåre!
Hello!
Try to catch the key pressed and show it on a image, start where the mouse is clicked. Just like paint in windows. Somebody know how to make that work??
TIA
Kåre!
Hello!
I am using paradox tables, and Delphi 7.
1. is it possible to change the fieldnumber in fielddefs?? Etc. if I make a table with 3 fields; name, adr, and pos. And later want to change it to name, post and adr. How to do that by code?
2. Is it also possible to delete a field in a table...
first I made a onformactivate event with this code;
procedure Tpop3skjerm.FormActivate(Sender: TObject);
var t : integer;
msg : tidmessage;
begin
form1.pop3.Connect(5000);
info.RowCount:=strtoint(form1.email.caption)+1;
info.cells[0,0]:='Mail fra';
info.cells[1,0]:='Emne';
for t:=1 to...
Hello!
Is it possible to make a delphi program, which look at the mailserver for incoming mail. And then show subject and who the mail is from without downloading the mail into any mailprogram??
Hello!
Using D7 and XP.
Is trying to make a onmouse event to a button working without success. I have the following code in my onmouse event;
if shift=[ssctrl] then form1.label1.caption:='Test';
But if I held down the Ctrl key and click the mouse, the label1 doesn't change. What is wrong...
Hello!
Is it possible to make a delphi software, which can use a search engine on the internet to get information back in the software?? Ex. if you need the address to a person, you can start www.gulesider.no, and find the address. Anybody have tips on how to get it work in Delphi??
TIA
Kåre!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.