677 Posted Topics
Re: [QUOTE=Katrix36]Hi all, I'm making a on-screen keyboard, for a group of disabled students. I've managed to complete the keyboard but i'm wanting to have an option to set the level of transparentcy. At the moment the alphablend value (the level at which the form is transparent) is set to 150. … | |
Re: i use [url=http://developer.imendio.com/wiki/Planner]planner[/url] | |
Re: Name: peter Height: 6'3'' Weight: 180lbs Hair: black Eyes: brown Location: manchester, uk Age: 22 Hobbies: music, socialising, programming Fav Music: the eels, ben folds, goldfrapp, franz ferdinand, ryan adams, bright eyes, a tribe called quest, outkast, doves... too many to mention Education: IT Work: programmer (clinical systems), soon to … | |
Re: [QUOTE=aish]Ok Elohir, these are my answers, 1) How do you want to be notified... e-mail? pop-up window? Text mail to your phone? [B]I woluld like to send email[/B] 2) How do you want this triggered? In other words, Do you want the date check to run at 12AM every day? … | |
Re: [QUOTE=broncos88]I run MS SQL 2000, database is growing and my concern is the hard drive will soon run out of disk space. i wonder if i can add a new hard drive and tell SQL there is more space. my question is how i can combine the two hard disks … | |
Re: sorry for asking the obvious but what happens if you put in a breakpoint and step into (f7): number:=op_entre_term(sub_expres); do you have error trapping? i'd put a watch on each of the variables you're dealing with too. | |
hi there. have come across this site many times in google results over the years and decided to sign up - it seems a really friendly board. a bit about me.. i'm currently a developer in the clinical sector, although im moving jobs in 3 weeks to be a (mssql) … | |
Re: [url=http://www.indyproject.org/Sockets/Demos/index.iwp]indy demos[/url] | |
Re: this part sounds strange to me: [code] Comp.Caption:='Computer Guesses ' + b; if b<>a then Res.Caption:='Wrong'; if b > a then d:=Inputbox('User Input','Is it less or more?','less'); if b=a then Res.Caption:='Right' [/code] surely the computer's guess can either be correct, lower or higher. [code] if a = b then //snip … | |
Re: [url=http://www.theregister.co.uk/2005/07/01/casino_tattoos_womans_face/]relevant linkage[/url] :) | |
Re: [url=http://www.gimp.org]the gimp[/url] does this, and there is a tutorial on how to do it on their site in the tutorials section. hope this helps | |
Re: this is probably due to the database becoming corrupted yesterday and being restored from a backup. i doubt you'll get them back, obviously that depends on the extent of the corruption to the database and how kind the admins are feeling :) | |
Re: in addition, you could use a user/advert link table and gear it so you can make them click on different banners in order to see different attachments, rather than allow them to see everything after clicking one ad. | |
Re: it comes down to the apps. I use gnome on my laptop as I use it for web (firefox)/email (evolution) /chat (x-chat, gaim) and general productivity (abiword, gnumeric, mrproject) my desktop machine has kde 3.4 installed as I use it for web development as I really like kioslaves, kate, konqueror … | |
Re: [url=http://www.rubyonrails.org]ruby on rails[/url] is on the up. DRY, fast, not too complicated, clean, extensible. | |
Re: [QUOTE=spargelsuppe]Hi there, I need help :o ... I have to solve the following task, a person buys goods and everytime the person receives change. The aim is that the person has as few as possible coins in its wallet. The person has an unlimited value of one dollar coins. And … |