Bind EXE from PB to any form of files.

Just starting out? Need help? Post your questions and find answers here.
britoniah3480
User
User
Posts: 24
Joined: Thu Mar 29, 2007 1:53 pm

Bind EXE from PB to any form of files.

Post by britoniah3480 »

Hi guys! its great to be w. this awesome language!

i have some questions..

this is what i want to do:

The Exe made in PB will join itself to any type of file, then when the binded file was opened, the EXE too will open. is this possible? thanks alot guys! :wink:
Last edited by britoniah3480 on Thu Mar 29, 2007 2:26 pm, edited 1 time in total.
Derek
Addict
Addict
Posts: 2354
Joined: Wed Apr 07, 2004 12:51 am
Location: England

Post by Derek »

Using words like 'infected' is just asking for people to assume that you are writing a slightly dubious program and therefore not give you any help.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Code: Select all

is this possible?
No.
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

do you mean like PAINT will open when you doubleclick a BMP?

this is possible.
oh... and have a nice day.
britoniah3480
User
User
Posts: 24
Joined: Thu Mar 29, 2007 1:53 pm

Post by britoniah3480 »

Kaeru Gaman wrote:do you mean like PAINT will open when you doubleclick a BMP?

this is possible.
umm... yeah.. same time open the program.. thanks mate! can you give me some links? :D
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

britoniah3480 wrote:
Kaeru Gaman wrote:do you mean like PAINT will open when you doubleclick a BMP?

this is possible.
umm... yeah.. same time open the program.. thanks mate! can you give me some links? :D
No he will not. If you really want it, do it yourself :)
britoniah3480
User
User
Posts: 24
Joined: Thu Mar 29, 2007 1:53 pm

Post by britoniah3480 »

thefool wrote:
britoniah3480 wrote:
Kaeru Gaman wrote:do you mean like PAINT will open when you doubleclick a BMP?

this is possible.
umm... yeah.. same time open the program.. thanks mate! can you give me some links? :D
No he will not. If you really want it, do it yourself :)
yea i should.. but still possible right? thats all i want to know man. :D :D
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Post by traumatic »

...while we're at it... we didn't have any "Is it possible to write an OS in PureBasic" questions lately, did we?
Good programmers don't comment their code. It was hard to write, should be hard to read.
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

traumatic wrote:...while we're at it... we didn't have any "Is it possible to write an OS in PureBasic" questions lately, did we?
nope :)
But it is actually possible to do this, just in an ugly way.

But I think he should do it himself. To learn
britoniah3480
User
User
Posts: 24
Joined: Thu Mar 29, 2007 1:53 pm

Post by britoniah3480 »

thefool wrote:
traumatic wrote:...while we're at it... we didn't have any "Is it possible to write an OS in PureBasic" questions lately, did we?
nope :)
But it is actually possible to do this, just in an ugly way.

But I think he should do it himself. To learn
thanks man! yes i will try to do it myself. wish me luck... wait another question, does this pack and unpack can solve my problem? thanks again! :wink:
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

britoniah3480 wrote:does this pack and unpack can solve my problem? thanks again! :wink:
For this I would not use that.

Well there is the posibility of hooking the API which launch the files, however it might be possible to wrap the APP which controls the files.
britoniah3480
User
User
Posts: 24
Joined: Thu Mar 29, 2007 1:53 pm

Post by britoniah3480 »

thefool wrote:
britoniah3480 wrote:does this pack and unpack can solve my problem? thanks again! :wink:
For this I would not use that.

Well there is the posibility of hooking the API which launch the files, however it might be possible to wrap the APP which controls the files.
uhhh... any tips? :D
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

britoniah3480 wrote:
thefool wrote:
britoniah3480 wrote:does this pack and unpack can solve my problem? thanks again! :wink:
For this I would not use that.

Well there is the posibility of hooking the API which launch the files, however it might be possible to wrap the APP which controls the files.
uhhh... any tips? :D
Well, its not an easy thing to do, if you don't have much knowledge of the basics of the API [i'd even call hooking beyon basics].
britoniah3480
User
User
Posts: 24
Joined: Thu Mar 29, 2007 1:53 pm

Post by britoniah3480 »

thefool wrote:
britoniah3480 wrote:
thefool wrote:
britoniah3480 wrote:does this pack and unpack can solve my problem? thanks again! :wink:
For this I would not use that.

Well there is the posibility of hooking the API which launch the files, however it might be possible to wrap the APP which controls the files.
uhhh... any tips? :D
Well, its not an easy thing to do, if you don't have much knowledge of the basics of the API [i'd even call hooking beyon basics].
yea.. :cry: i guess i have to study that... umm... do you have some links? any tutorial i guess? thanks mate! :D
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

Nope but you can search the forum. I am just busy doing some stuff :)

Search for API hooks etc.
What is the use for this?
Post Reply