Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change MSMQ Queue Security with VB

Status
Not open for further replies.

ThomasMatelart

Programmer
Apr 17, 2001
14
0
0
BE
Hello,
I found the msdn code to create a msmq queue in vb.
Set qi = CreateObject("MSMQ.MSMQQueueInfo")
qi.PathName = ".\PRIVATE$\test"
qi.Label = "test"
Call qi.Create

But I don't find a code to change the security access of this queue. I want to set to "Full Control" for "All user".

Please, I need help :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top