Do not use on any
shared computer
August 29, 2008 09:10pm pdt

250 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Time Tested Delphi Programming Solutions: 126 - 150 of 3667
 
Whenever I try to do any database work inside of a thread I get this error "CoInitialize has not been called" It doesn't matter what I do, Insert, Delete, Select But the same code works ...
I have a little problem with one of my programs that loads one specific internet page and evaluates the contents. I use the THTTP-class and everything works fine on my PC... ONLY on my PC. As ...
Hi, My question is : how can i use IdSMTPServer to send e-mails from my PC? or is there is a way to send bulk e-mails without using My ISP, Hotmail, Yahoo, or google accounts? and if i must...
I need to tell Delphi to copy a file to the server's file folder (a "shared" folder with shared access): For example: COPY THIS FILE "C:\Documents and Settings\John\Desktop\Artwork.pdf" TO ...
I have a string variable with "nul" ie. #0 char repeatedly coming up. How can i remove all #0 Chars.
Dear Experts, I receives the following compiler error: File not found: 'DesignIntf.dcu' How can I fix this? Please help!
I need an advanced delphi keylogger it must catch characters (~!@#$%^&*()) it must catch BackSpace and Enter it must catch Capital Latters And Small Letters (not all cap or small) Thx P...
I am porting MS C++ to Delphi, I found a function like:- m_sMonitorName = _tcsdup(_T(""));  //TCHAR type (WideChar in this case) _tcscpy(m_pFirst->sPrinter,_T("")); Can anybody explain ...
Hello, How can I bring a window to front once?  No "Always On Top", just bring the window to front once. Thanks. rng
Let's say I have a RichEdit and the text in it is <HTML> <HEAD> <META NAME="GENERATOR" CONTENT="PP HTML-WRITER"> <TITLE>ddd</TITLE> </HEAD> <BODY bgColor=#ffffff> <P>Hi Tim,</P> <P> ...
Found this really cool type library;    http://vbnet.mvps.org/index.html?code/imageapi/mswaidll.htm Believe this will do everything I could want with  webcam input. Having trouble figuring...
Greetings, I am developing a Delphi apllication and need to import both CSV (comma separated) and SDF (fixed lenght) files into an Access database. Lets say that the Access database is DB...
Hello Experts, I have an object of class TThread and I have set it up so that it should set itself to 'nil' after it has terminated. The pertinant code snippets are:-   TFaxShotThread = ...
Dear Experts, I am using Delphi 7 and Rave components to produce my reports. This reports will be printed in a manufacturing environment. When executing the report, using Rave it will b...
This is the first part of a three-part question series.  I'll post the other parts after this.  They're related, but different enough to merit another topic and more points.  This question is ...
I need this header converter to pascal so I can use it in delphi. It is an import library for some of the functions ntdll.dll (The windows 2000/XP native API). As an alternative, if you hav...
Hi everyone, I'm a delphi 5 programmer and I'm using indy 9 to send a SOAP file, this is pretty new to me but I was able to create a idhtttp object and connect to the right url but when I post...
I'm trying to generate reports using D3 Standard using direct tprinter.canvas functions. Things are going okay when I send to my own HP Deskjet 870 (which is 300dpi). However, I need to be ab...
Hi, i have this problem: i work in an enviroment where if you left the computer for a while, windows lock the sesion forcing you to relog into the domain. What i need is to write a little app...
I'm trying to insert the ' character into a string, but how do I escape it so delphi does not read it as a string terminator? IE: string := 'This is a 'test' string.' String would then r...
We have a general mail interface programmed in Delphi that calls MAPISendMail. This works fine on all machines except one which consistently returns MAPI_E_FAILURE. This particular machine is ...
hi there! I want a function which does the following... I am creating a video application for copy frame to frame, and I will require a function that can convert a float into a large in...
Okay, i have this forum at http://www.workshop-alex.org/ which is quite uninteresting. It's just for experimental purposes anyway. You can have a look, even register but don't think it's a ver...
I am using a TSendKeys object to send create a virtual user to do data entry.  For most windows this works fine - we set the handle to the main window and then run our functions.   However,...
Hi ... I use the  DateTimePicker (under Win32 in Delphi 6) in my applications. Delphi DateTimePicker behaves like this. Considering   dd/mm/yyyy   format to explain. Once the user...