Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top Delphi Programming Solutions: 176 - 200 of 505
 
Hi Experts, I need a program in delphi 7 to block msn in my network, I need run this program in my router and block all msn connections in my network. That is possible ? Thx for some help
I have a Dll that's export procedure requires PByte parameter, I have a given string which I need to use as the value, but think I am doing something incorrect with the conversion. Any help?
I have translated the modified async filter from the DirectShow SDK to Delphi.  I have a problem with ReadFile on a local media file opened with GENERIC_READ, FILE_SHARE_READ and FILE_FLAG_OVE...
I've a problem with the ChangeServiceConfig2 function. What I want is to change a Service to start in Delayed Mode (Vista only). I get a LastError of "The parameter is incorrect". QueryServ...
How can I uninstall software programatically using Delphi 6  (similar to Add/Remove program in Control Panel) in Windows XP?
Hi, experts, I have a thread instantiated several times, but I need get the ThreadID in terminate procedure of each instance. How do that ? Thx Alexandre Brazil
delphi i can edit my column name My column name can be empty  try to put a condition to stop it to become empty as i do like this PMyRec = ^MyRec MyRec = Record; studentName:String; ...
Hi, I have a Notepad where the computer reads the text loaded in the RichEdit and even highlight the words he is reading. But the RichEdit keeps on flickering. The RichEdit is on a Sc...
Hi, I would like to know how do I get not leave my program appear in the list of process of windows, because that part of it that I want to hide the processes only serves to update the main p...
Hi everyone. Im trying to make a Filesharing program. I previously worked with Indy but pretty fast hit the wall where Indy's components simply were not good enough. It was not that hard to...
I find it easyier to look over my code with I put some sort of seperate between methods. ie. Procedure aMethod; begin .. end; {********************************} Procedure bMethod; ...
Is there any fix for this? (other than restarting the IDE) After a while and a few searches, I get this error when I use "Find in Files": "List index out of bounds(3)". The next time I get ...
We have an old Delphi 5 legacy application that calls some 3rd party DLLs written in Microsoft C. We don't have the source to the DLLs. The calls are declared like this in the Pascal code: ...
I've searched high and low and I'm tired.  I've tried the videograbber and dspack.  Everytime it gives me a fuss about the directx stuff. Any ideas?
Dear Experts, I have the following query ADOQuery1.Close; ADOQuery1.SQL.Clear; ADOQuery1.SQL.Add('SELECT TOP 1000 * FROM tableName'); ADOQuery1.Open; While the ADOQuery1 is not closed...
Alright experts, Let's say I have an component in which I don't have the source to that I'm using. It's created with a filename does some work and reports back to an OnComplete event when i...
I want to show tree different frames in a part of a window, like in a guide. How can i problematically switch from one frame to another, so another frame with the same size and position swaps ...
I have a set of values located in the registry I want to get a specific entry in the registry '\Software\Test\Pick\' and the name of the entry is PRINT_GAME_INFO what I need to do ...
This is probably a very simple answer. From this website, I use this code directly in my unit. The component has been referenced and added to my project correctly. http://example-code.co...
Hi, I have a problem with delphi and mysql.. when i save a boolean in the database, the false is 0 and the true is -1. Is there any way to force mysql to save it as 1 instead of -1? ...
Hi everyone, I'm Developing an application for a self service kiosk and need that application to be REALLY REALLY ALWAYS ON TOP!!! you have certainly seen the little windows that pop up from...
I have some solutions on how to be able to drag files into your application and extract those files' paths Examples: http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_227...
Hi all,          I have developed a IE toolbar. Everything is working perfect but i want ur favor to doing one thing. basically the tree structure of my toolbar is as follows : BandForm...
Dear Experts, I have a Notepad programm that uses a TRichEdit. Now I want to make 2 new MainMenu-items called Find... and Find Next that uses the TFindDialog to find text in the TRichEdit...
Hi, I have a weeknumber and a year. Based on those two values I need to determine the first and last date of that week (monday and sunday). Week: 30 Year: 2008 Should return: 21-07-20...