|
-
Aug 9th, 2002, 09:23 PM
#1
How can I send messages to other apps?
Let's say I want to hide a process or I want to change it's window mode (normal, minimized, etc)... How can I do this?
I've been searching for it but I couldnt find anything so far.
-
Aug 10th, 2002, 07:02 AM
#2
Frenzied Member
I was trying to do something similar. I could'nt find a way to do it in .NET, so I had to use the API.
Dont gain the world and lose your soul
-
Aug 10th, 2002, 06:17 PM
#3
Originally posted by DevGrp
I was trying to do something similar. I could'nt find a way to do it in .NET, so I had to use the API.
But there HAS to be a way!!!!!!!!
-
Aug 12th, 2002, 03:38 PM
#4
-
Aug 12th, 2002, 08:08 PM
#5
Member
u mean like those msn addons and sc hacks?
-
Aug 12th, 2002, 09:29 PM
#6
Originally posted by Aerials
u mean like those msn addons and sc hacks?
well dunno exactly....never used any of them
Well let's say I want to hide an app/minimize it or whatever... I need to send a message to it.... I could do it in vb6 with some APIs but I'de like to aviod APIs if possible
-
Aug 13th, 2002, 09:22 AM
#7
Member
Do you mean to change the window state of a program you wrote or someone elses?
-
Aug 13th, 2002, 03:27 PM
#8
Originally posted by Matt02
Do you mean to change the window state of a program you wrote or someone elses?
someone elses
-
Aug 15th, 2002, 09:36 AM
#9
Member
I've been looking and it seems you could process the windows message stack to send and recieve messages in .net, problem is I don't know how you could determine the handle of other windows in .net. So I think you are going to have to use api calls.
-
Aug 15th, 2002, 01:56 PM
#10
Originally posted by Matt02
I've been looking and it seems you could process the windows message stack to send and recieve messages in .net, problem is I don't know how you could determine the handle of other windows in .net. So I think you are going to have to use api calls.
REALLY!? how?! tell me!!!!!!! PLZ!
I'm using processes and I can get the handle of it with Process.Handle ()....tell me how you do it
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Aug 18th, 2002, 03:17 AM
#11
Member
Sorry about that, I was wrong. You can process the windows message stack to recieve messages, but it looks like microsoft dosen't want you to be able to send messages to the message stack using .net since its a little bit of a security risk.
Oh well, looks like you have to use the sendmessage api call.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|