Forum: C++ Nov 1st, 2008 |
| Replies: 2 Views: 248 Thanks, it's just now that i noticed the function is declared as int and therefore can be used just like an integer... I still have a lot to learn you know. :)
Thanks for the help, it works. |
Forum: C++ Nov 1st, 2008 |
| Replies: 2 Views: 248 Hey again. I'm working on and off on my little tool that currently installs fonts, writes the registry, and will do various other things i'm gonna need.
I'm currently trying to implement full... |
Forum: C++ Oct 9th, 2008 |
| Replies: 2 Views: 425 Taskkill /F /IM will do exactly what you want, but it won't work unless ran under an administrator account.
You'll also have to find a way around the AV software's auto restart if process is... |
Forum: C++ Oct 8th, 2008 |
| Replies: 3 Views: 965 I might need Unicode sometime, i'll just leave it as it is for now. I set it to read from an INI file, now i'm off to finish the rest of the code.
Thanks, and you can be sure i'll be back if i run... |
Forum: C++ Oct 8th, 2008 |
| Replies: 3 Views: 965 I'm a newbie, so i make newbie mistakes. I didn't understand Microsoft's notations and thought LPCTSTR was a parameter, while it was actually the LPCTSTR datatype. I got it solved like this:
... |
Forum: C++ Oct 7th, 2008 |
| Replies: 3 Views: 1,852 There's not much you can do about it, i've hit this problem myself when scripting in AutoHotkey. One thing you have to know is that the input detection speed is highly dependant on that particular... |
Forum: C++ Oct 7th, 2008 |
| Replies: 3 Views: 965 Hey, it's me again. This time with a thing that has been bugging me for months and i still haven't gotten around to solving it.
I need to install a font without rebooting the computer. Sounds... |
Forum: Python Sep 14th, 2008 |
| Replies: 7 Views: 1,140 Sorry i've been away for so long.
Thanks Gribouillis, your code has been very useful. I eventually finished the task with AutoHotkey automating XVI32, as i am more of a scripting kind of guy. It... |
Forum: Python Aug 18th, 2008 |
| Replies: 7 Views: 1,140 I'd be on Linux too if i weren't a gamer, but i am, and Wine isn't an answer.
Vista just blows. What you gain in speed in 64-bit vs 32-bit Vista you lose in compatibility. I really hope Linux... |
Forum: Python Aug 18th, 2008 |
| Replies: 7 Views: 1,140 Should've noticed "path" missing from the function, after all, i had played with that just a few minutes ago...
Thanks, trying it now.
Edit: It kept saying that it can't find the temp file, and... |
Forum: Python Aug 18th, 2008 |
| Replies: 7 Views: 1,140 Alright i filled in my folder and temp file names at the bottom, tried both single and double backslashes but it keeps saying
line 8
temp.close()
SyntaxError: invalid syntax
Edit: I think i... |
Forum: Python Aug 18th, 2008 |
| Replies: 7 Views: 1,140 A lot of blah blah, scroll down for the matter i need help with...
Hello everybody.
I'm a moderator of a gaming forum and a big fan of bishoujo games. I sometimes do my own game... |