Search found 3 matches

by Starter
Fri Jun 04, 2004 1:52 am
Forum: Windows
Topic: need help to convert powerbasic enum services
Replies: 14
Views: 7377

thanks a LOT :-)

Thanks a lot Fweil, as I had problems with my ISP I had not seen your answer sooner. I tested your code, works pretty fine :-)
Once again, thanks a lot as I wasn't able to understand the pointers part of the code I found. So I can continue my little 'security' prog, be sure I will post it (& source ...
by Starter
Fri Apr 23, 2004 7:16 pm
Forum: Windows
Topic: need help to convert powerbasic enum services
Replies: 14
Views: 7377

Huuu..Sorry no, i have no "budget" for this code, just try to make a little app that can retrieve the services list from the win service manager, and notify me if an undesirable service is installed. I'm trying to make it for myself, and of course I will share the source if I can do something ...
by Starter
Thu Apr 22, 2004 10:51 pm
Forum: Windows
Topic: need help to convert powerbasic enum services
Replies: 14
Views: 7377

need help to convert powerbasic enum services

Hello.
I found this ppiece of code on the powerbasic forums, can someone help me to convert to purebasic ? I'm a beginner and not understand very well pointers, i tried to convert to pb by myself but what i had is just errors...

Here's the code

#COMPILE EXE
#INCLUDE "WIN32API.INC ...