Programs running with admin rights are normal with User AD is not

concobebemot

New member
Joined
Mar 7, 2018
Messages
2
Programming Experience
10+
Hello friends.

I wrote a webcam program, ok. The problem is that the shots need to be small so I call the function

SendMessage (hHwnd, WM_CAP_DLG_VIDEOFORMAT, CShort (0), CType (0, String))

with the declaration as below

Private Const WM_CAP_DLG_VIDEOFORMAT As Long = WM_CAP_START + 41
ByVal lvaram As Integer, ByVal wMsg As Integer,

To display the video frame format for me choose small size, ok.

But if I run the program with admin local right then I just choose small size for instance 352x288 once is the next time the program launches it itself remember size 352x288 ie I do not have to select no such to use again The Also if I run the program with user ad permissions it does not remember, every time the launch is to resize the small size annoyed and long shake for work.

So there are ACE or high-level players know what the permissions or what to do with the webcam program of her ok ok but expectations? Thank you very much. When I login user pass of user ad, the program still remember when I choose small size, ie select the first time that it remember the next run is not selected anymore.)
 
Back
Top