Hey!
We are looking for a simple solution to create Windows Toolbars.
We want to automate the creation as it can be done using the Taskbar Context - Menu > Toolbars > Create New Toolbar... (for a 150 - User - Customer).
We think it's saved in the Registry, so the easiest Way might be to just...
Hey!
We are looking for a simple solution to create Windows Toolbars.
We want to automate the creation as it can be done using the Taskbar Context - Menu > Toolbars > Create New Toolbar... (for a 150 - User - Customer).
We think it's saved in the Registry, so the easiest Way might be to just...
Hey Everybody!
We are trying to automatically create a windows toolbar, as it can be done via right-clicking the taskbar and then choosing new toolbars > new toolbar...
Does anyone know where Windows saves information about those bars?
i created one manually and looked up it's name in...
hey mike!
that's pretty close to what i searched for in google.. u can always asume i did that before i ask stupid questions on tek-tips... ;-)
thank u very much, 'cause this is exactly what i was looking for!
bye
__________________________________________
a programmer is a tool that...
Hey Everybody!
Does anyone know a resource (preferably a website) where we can find a direct comparison between utf-8 and latin - 1 character sets?
Thanks for your help!
__________________________________________
a programmer is a tool that converts coffee into code...
aschi666, sthcomputing.de
if your project is php - based, you could use [link=http://phpmailer.sourceforge.net]phpmailer[/url] to handle the sending of mails. you can use as an embedded smtp - client for an existing mail - account (on a mailserver).
__________________________________________
a programmer is a tool that...
try this tutorial: http://robhawk.de/tutorial_wamp.htm
__________________________________________
a programmer is a tool that converts coffee into code...
aschi666, sthcomputing.de
hey jbeetz!
in pb8 there's a checkbox "Original Size" for PictureButtons which, of course, forces the picture to be shown in it's original size.
don't know if that still exists in pb9..
__________________________________________
a programmer is a tool that converts coffee into code...
Hey Gijza!
Powerbuilder relies heavily on it's DataWindow - Technology to work with databases.
My Proposal:
Use an invisible DataWindow called DataStore, give it a DataWindowObject with your Query and access the results of the Query after o_datastore.retrieve() via...
this is because u use the metacharacter \s in a character-class, where it has not the same meaning...
__________________________________________
a programmer is a tool that converts coffee into code...
aschi666, sthcomputing.de
as far as i know, most webservers on the internet use apache on linux...and most linuxes bring apache with them.
suse does i.e., but is probaly not the overall best choice for the task. but it would do the job.
__________________________________________
a programmer is a tool that converts...
why don't u just replace it with php after selection?
there are even multiple regex-implementation, check "ereg" on www.php.net
__________________________________________
a programmer is a tool that converts coffee into code...
aschi666, sthcomputing.de
try www.xampp.org if you're just heading for php...this makes the whole apache-php-mysql-installation-process obsolete, you just start it and have a complete amp on your system.
__________________________________________
a programmer is a tool that converts coffee into code...
aschi666...
try www.xampp.org if you're just heading for php...this makes the whole apache-php-mysql-installation-process obsolete, you just start it and have a complete amp on your system.
__________________________________________
a programmer is a tool that converts coffee into code...
aschi666...
hi pegazaus!
if u are familiar with SQLite why don't you just call SQLite - Functions in PHP?
In PHP5 u don't even need any includes, just call
$dbhandle = sqlite_open('dbname',chmod,err_var);
$result = sqlite_query($dbhandle,'select count(*) from gb');
and so on...
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.