You do ASP? That's more than we do :rolleyes:
Although I've just missed 2 days of school ;) Probably because I couldn't see properly until this afternoon :eek:
Printable View
You do ASP? That's more than we do :rolleyes:
Although I've just missed 2 days of school ;) Probably because I couldn't see properly until this afternoon :eek:
Well i dont really do ASP LOL i cant be bothered to com into college in the evenings (well only one for ASP but there) and i missed loads after being hit by that lorry (truck), trains are all arsed up all the time, i get stuck at every single station, its usally quicker to walk!!! i get back at 11pm tonight OUCH!! as im in worcester at the moment... so u gonna do it, dont say u dont know ASP as i dont really either hehe :D
oh sorry i forgot....FJ ewUJRAfE TF R:IS frHAgRfhIREAO:EWORj ajewofewj AFoewjra reo;EAURO: EFJO:JAOEJ jewoa fiew hfiwhea heAHFSAAI eTreitgh ihrei grwi;....there thats better :P
Over here at least, stuff solded under the name "meth....." contains >50% methyl alcohol(AKA Wood alcohol, CH3OH) and all drinkable alcoholic beverages contain ehtyl alcohol(AKA grain alcohol, C2H5OH)....Quote:
Originally posted by Ianpbaker
sometime's tramp's and low life's drink if if they can't get anything else. it kill's you pretty damn quick if your not careful. But it get's you pretty damn pissed as well, as it consist's of about 40% pure alchahol (not proof as in beer). seriously, I wouldn't want to try it. anything that get's dried paint off a brush can't be good for you
*drool*
mmm C2 H5 OH....
chenko - you're in Worcester?
You poor bastard ;)
But at least we have Little Venice - pizza place by McD's.
why poor bastard? its better than being in Leominster!!! at lest they have a decent net connection here, Cable i think, my guess only 1.5Mbit maybe 3Mbit... wat pizza place????? i want pizza dats all i eat :D im only in worcester at nite so i dont notice much.
well im off home and parksie... dont you take your car anywhere near the train station!!! i rather get home alive thanks
BTW please just call me Simon, i hate chenko, im getting bored of it!!!! thanks
hello everyone. whats up?
chenko, what language is that?
last friday i got really sick. :( i just finished all my work today by taking a test in s.s.
ok ill call u Simon for now on.
im look at the posts, and i noticed that the text is big now. but for a sec the it got small then big. i wonder what thier doing.
i was up till almost 1am trying to figer out how to do api with Const. i cannt get it work. all i got it to do is to not crash. teaching ur-self api is hard.
BUT I WILL FIGER IT OUT!!!
I FIXED A C++ PROGRAM W/ 300 ERRORS SO I CAN DO THIS!!!
I try and avoid errors ;)
What was the Const problem?
im makeing a media player, useing api. and im trying to learn how to write my own api funtions. so for my media player i wrote this code last night it should make the goto the end of the sound file, but it dose nothing.
code:
Module:
Public Const MCI_SEEK_TO_END = &H200&
Form:
i = mciSendString(MCI_SEEK_TO_END, 0&, 0&, 0&)
i have all the code to make it play and do all the other normal funtions, but this one dosent work. tell me if u need the rest of the program but thiers alot of files for it. also i did declare mcisendstring.
i got
Public Const MCI_SEEK_TO_END = &H200&
from the api viewer.
the reason i had a program with 300 errors was i was in a computer camp to learn c++, and we had to have parteners. i went to get a drink while my partner worked. when i came back he made all these error, and told me to fix them so i did.
You're using mciSendString so you need to send a string, not a numeric value :)
two things.
whats a "numeric value?"
and
i use the same ending for all my other code, so i thought that that code would work.
play code:
dwReturn(1) = mciSendString("play mpeg from 0", 0&, 0&, 0&)
in my program i use dwreturn(1), dwreturn(2), dwreturn(2), and i
thx dannyk! He showed me how good api is and helped me with alot of the code in my media player. we where working on it together but now he has some big important thing for work, and thats y hes not on any more.
A numeric value is a value that's a number, like 5 or &H200, as opposed to an object or a string.
plz help