I wish to call the CallWindowProc function. MSDN says this:
Windows NT/2000: The CallWindowProc function handles Unicode-to-ANSI conversion. You cannot take advantage of this conversion if you call the window procedure directly.
As I am calling this from a system-wide hook for a window I...
OK, this did fix the validation problem. It did not fix the visual problem. 75%+25%=100%. The browser tries to do this, shrinking the columns I use for the border. IE and Mozilla shrink all three border columns to about 4px each. Opera shrinks the first column to 4px and properly displays the...
Here is the code with borders ON so you can see what is happening:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>The...
Look at this as HTML. These are the results for a search on "grace":
<table border=1><tr><td>143</td><td>1999-06-30 00:00:00.0</td><td>Wed.</td><td>Pastor Alvis</td><td>Josh. 2:1-14</td><td>God's Far-Reaching Grace</td><td>Grace</td></tr>
<tr><td>178</td><td>1999-09-12...
I have a list of available tapes with the following fields:
ID, Date, Service, Speaker, Text, Title, Subject
I would like to do a full text search on title and subject with multiple words. The first word must be found, each following word may have the following prefixes:
No prefix: the first...
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.