Search found 74 matches

by boyoss
Thu May 14, 2020 10:48 am
Forum: Coding Questions
Topic: SysTrayIcon disappears after restarting the explorer process
Replies: 1
Views: 992

SysTrayIcon disappears after restarting the explorer process

Attached a basic code from SysTrayIcon. Everything is fine, but if I restart the Windows Explorer process, the SysTrayIcon disappears. I tried doing IsSysTrayIcon() but it still seems to be active (although it doesn't appear). Thank you for your help. ; ; --------------------------------------------...
by boyoss
Wed May 29, 2019 4:50 pm
Forum: Windows
Topic: Windows service
Replies: 16
Views: 8963

Re: Windows service

I've found how to send paramters path.s = GetPathPart(Mid(sExeName, 1, FindString(sExeName + " ", " "))) file.s = Mid(sExeName, Len(path) + 1) ProcedureReturn(CreateProcessAsUser_(hUserTokenDup, ;Client's access token #Null, ;File to execute @file, ;Command line @SecurityAttribut...
by boyoss
Fri May 24, 2019 8:37 am
Forum: Windows
Topic: Windows service
Replies: 16
Views: 8963

Re: Windows service

@Pierre Bellisle Thanks for the excellent code
@Rings Thanks for bringing it here

It will be usefull to have a possibilty to send paramters to the program launched that way
by boyoss
Fri Mar 29, 2019 8:10 am
Forum: Coding Questions
Topic: WinDivert 2.0, $50 reward
Replies: 0
Views: 1022

WinDivert 2.0, $50 reward

Basil has released a new version of WinDivert ( https://github.com/basil00/Divert/releases/tag/v2.0.0-rc ), I saw that it could filter according to the ProcessID. I would like to use it for my famous project, a program that filters the Internet traffic of the computer. For now, what I'm doing is usi...
by boyoss
Tue Mar 12, 2019 8:00 pm
Forum: Coding Questions
Topic: Blacklist|Whitelist URL with Windivert
Replies: 2
Views: 1178

Blacklist|Whitelist URL with Windivert

Based on the work of JHPJHP, WinDivert, i'm trying to build an application of Blacklist and Whitelist URL. I came across this project ( https://it.bmc.uu.se/andlov/proj/sec/urlfilter/ ), and wonder how is it possible to translate it to purebasic. It's written in c++, and i will be very thankfull if ...
by boyoss
Tue Jun 19, 2018 12:48 pm
Forum: Coding Questions
Topic: Filtering Internet traffic
Replies: 6
Views: 1810

Re: Filtering Internet traffic

The code is not working.. i can still access the purebasic site.

What do you mean create a driver, is iy possible with Purebasic? Ot is there maybe an open source that i can use (and combine it with Purebasic)

Thanks
by boyoss
Tue Jun 19, 2018 9:21 am
Forum: Coding Questions
Topic: Filtering Internet traffic
Replies: 6
Views: 1810

Filtering Internet traffic

Hello everybody I went back to my old project, which I never finished ... So here it is, the goal is to create software that restricts computer access to the Internet and only allows certain sites and programs. To be more precise, this program is intended for secretaries in the office, and must allo...
by boyoss
Wed Jul 12, 2017 9:03 pm
Forum: Coding Questions
Topic: Write binary value in Registry
Replies: 7
Views: 2971

Re: Write binary value in Registry

maybe you have also a procedure to READ those value?
by boyoss
Wed Jul 12, 2017 8:46 pm
Forum: Coding Questions
Topic: Write binary value in Registry
Replies: 7
Views: 2971

Re: Write binary value in Registry

Thank you so much!!
by boyoss
Wed Jul 12, 2017 7:39 pm
Forum: Coding Questions
Topic: Write binary value in Registry
Replies: 7
Views: 2971

Re: Write binary value in Registry

from a string
by boyoss
Wed Jul 12, 2017 7:29 pm
Forum: Coding Questions
Topic: Write binary value in Registry
Replies: 7
Views: 2971

Re: Write binary value in Registry

Mucho Thankos :D :D

I understand there is no way to do it without DataSection
by boyoss
Wed Jul 12, 2017 10:05 am
Forum: Coding Questions
Topic: Write binary value in Registry
Replies: 7
Views: 2971

Write binary value in Registry

Hello, i'm looking for a procedure to write binary value in registry My binary is $6F,$63,$61,$6C,$16,$00,$00,$00,$66,$69,$6C,$65,$1A,$2F,$2F,$44,$3A,$2F I've found this code here http://www.purebasic.fr/english/viewtopic.php?p=58139#p58139 , but it seems to be a brutal way... DataSection regbin_dat...
by boyoss
Tue Apr 25, 2017 8:26 am
Forum: Coding Questions
Topic: Set-up Outlook profile
Replies: 9
Views: 3057

Re: Set-up Outlook profile

ransomware ??? how can i do a ransomware with this?
and why you have to say such a thing?

anyway i've found something, but i don't know if it can be done with purebasic

http://www.dimastr.com/redemption/RDOAccounts.htm

thanks
by boyoss
Sun Apr 23, 2017 3:06 pm
Forum: Coding Questions
Topic: Set-up Outlook profile
Replies: 9
Views: 3057

Re: Set-up Outlook profile

ok i'll try to explain a bit more. In outlook you can add account, let's say gmail, and choose name, username, password, smtp and imap server etc, and the account is setted and you start receiving emails the question is how to automatize this step, i want to have a script where i write all the setti...