Brando569 Posted May 26, 2005 Author Posted May 26, 2005 i was thinkin about goin to the airshow, but didnt, and btw you need the attached DLL to use your process killer editi cant get it to work, i can register the dll for sum reason, it says it cant find it, and i have it placed in the windows directory and system32 and the $$ folder where kill is...
dman Posted May 26, 2005 Posted May 26, 2005 @Brando,sorry, my c++ is a little rusty. Forgot to remove debug symbols. I reposted the "release" build. Should not have this problem anymore.edit: If anyone has tried this please let me know how it works for you.
Brando569 Posted May 27, 2005 Author Posted May 27, 2005 sweet thanks i know C++ but i found out my teacher was teaching us stuff that was like 4 or 5 years old i went to go use cygwin one day and it was like "you are using old and/or depricated headers, blah blah blah" then i found this one tut and emailed the author and he was like idk where u learned this stuff at either from a really old tut or someone is teaching you some really old stuff! i barely remember any of it now, :-/ im never really gonna use it anyway....
dman Posted May 28, 2005 Posted May 28, 2005 Yeah, I'm not too savvy either. I can make little command-line utils and API-wrapper dll's to use in VFP and VB, but thats about it. Never made a C++ GUI app.The apps that I manage to sell are all one-off or very limited distribution database front ends and data aggregator/processor middleware. Doesn't pay for me to do this with anything but VFP or maybe VB if customer insists.C++ creates the best performing apps, but take 10 times longer to develop and nobody is willing to pay for that if they are only buying a few installations.Anyway, You won't need it unless people start bringing robo-pooch in for a checkup.
Brando569 Posted May 29, 2005 Author Posted May 29, 2005 Anyway, You won't need it unless people start bringing robo-pooch in for a checkup. <{POST_SNAPBACK}>LMAO yea once i got out of that class i havent use it at all my friends and i went onto JAVA cuz we thought the same guy was teaching it then during the summer we found out that sum other guy was teaching it. he ended up being a sarcastic @$$hole and figured we knew everything since it was an AP JAVA class, but i guess they didnt tell him that this was the first JAVA class at my HS EVER! our first project was insane, like the 2nd day of class he gave us this huge program as a type in, he didnt even give us a simple "hello world!" the class changed into a screw around with the computer class for me and my buddies, well essentially a "let me hack the computers, and screw with stupid ppls pcs, and have them watch" it was great. to this day i dont think that any of us know even how to write a simple hello world proggy in JAVA
tmacher Posted August 4, 2006 Posted August 4, 2006 here is a vbs scrip that kills process silently(I found it at this forum ):Const Hidden = 0, Normal = 1, Min = 2 '''' SET THE SIZE OF THE WINDOWDim Act : Set Act = CreateObject("Wscript.Shell")Act.Run("%comspec% /c TASKKILL /F /T /IM PLACE_APP_NAME_HERE"),Hidden,True
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now