What is the best way to generate the answer choices for the user to select?
I am writing a multiple-choice training application.
There are two tables: one for questions and one for the cho...
Hi Experts,
I found a source code on the Internet that shows me all mssql servers in my lan, now my question is if i can adapt it to work with MySql servers too. I use AdoConnection with ODBC...
This question follows from this:
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_24463129.html
"Hi, what i need is how to make wordwrap works in a TRichEdit?, taking ...
I'm trying to make sense of ServerSocket and ClientSocket in Delphi 5 by writing my own little chat program - like many others have. I have separate server and client programs - the server run...
Dear Experts,
I have a Delphi 7 Application that demonstrates various tax and social security benefit policy options. In some places you have a list of taxes displayed on a dialog box in a ...
Hello,
I am using MS Access, Delphi and rave reports and everything works well with dataviews, databands and everything else. My question is this. There is one field in database with tru/ fal...
Hi all,
I am using AdvListView component which in my problem I'm guessing it's the same as a normal listview.
I've got it set to vsReport but the caption header captions/labels do not sh...
Hi, can you help.
Can't compile D2 program with ExcelXP in uses clause. Compiler error is 'Invalid compiler directive 'WARN'. When using ExcelXP in D7 there is no problem.
Someone can suggest me a good approach for modeling a real problem into classes, interfaces objects? Are there some tool out there that can help me on this?
Thx
Hi Experts,
I am using RAD 2007.
The app I am working on builds a TPopupMenu list from rows in a table.
What i would like to know, how to you save a TMenuItem.Shortcut property to a db ...
I have an Application which usually resides in the task bar.
Hence I used a 8 bit 16*16 Icon, loaded with Project Properties.
Now I would like to have a high color icon, and I want to add...
Hi . I want to perform bitwise between ip address and netmask in order to determine the subnet number. How I can do it in delphi 2006? Ho to convert binary to dotted decimal format ?
Thx
(*)
<JSSNMPVAR>
<JSOID value="<the OID number>" syntax="<the type>"/>
<JSVALUESET>
<JSVALUE value="<the value the ID will return>"/>
</JSVALUESET>
</JSSNMPVAR>
...
i need to get the .html code from the desired web page (example: google) but i want to use winsock to get it (not indy or a twebbrowser ect).
i have used winsock in the past and i can make b...
I'm looking for tools, techniques, hints, etc to help identify why Windows DEP (when set to "Turn on DEP for all programs and services except those I select") is 'black listing' our programs. ...
Hello!
I got a Unit where its based like Windows Registry with your own file!
Its basically have the same structure of functions, but its a bit little hard to me :/
What i would like ...
In my current project(my largest to date) I've been instructed to write a method to protect game files from being stolen. After reading up I found that cryptographic algorithms such as AES, RS...
Hi experts...
I am converting my components from Zeoslib to Devart which I've just spent my own cash on.
But in Firebird DB (and using Zeoslib) all my fields are mixed case like "TblEmploy...
It clearly appears that a Delphi (Turbo Delphi 2006) TRichEdit component does not correct accepts data from a real good RTF document, that document containing things like images or tables.
Wh...
Hello!
I'm trying to convert ANSI files to UTF-8 in Delphi 2009 but I'm only able to do so with a BOM. I must not have a BOM in those files...
Also is there a way to detect that the file...
I need to point (browse) for a folder of images and for example there are 16 jpegs in the folder then i need to populate my Page Control "TabSheet10" with a timage for each jpg (ie. 16 Timages...