I have a http listener app that is getting requests from a client app. Im trying to use AD user names and groups to control access to the app. When I originally built this proof of concept it worked...
f = open('filename', 'rwb')
lostString = string # Lost because we are searching for it ;) but seriously this is a list of hex e.g. 0xAB
count = 0
while count !=...
I am looking to replace a Dell Bluetooth mouse i have because of latency issues and problems with precise tracking small movements when the mouse is at a standstill.
I have a Windows Form Control that am using to show users pictures on a secure server, e.g. log on required. The control that I have built runs fine in the Control Debugger but fails when I try to...
I was able to find someone's code on line that i was able to use on my system and the issue was based in COM visibility. The way i solved it was by adding the add COM visibility in the project...
I added the statement with no additional results. Could you please proved a complete example. Just a control with a text box that gets updated from JavaScript in the page.
Explorer supports using windows controls as objects in the browser. The control is just a dll and the hooks for access to the browser are public properties. I have seen multiple examples where the...
I have a controll that i have built for testing. It will open up in IE and will run the simple code it has inside it. However i am not able to pass it any data. Im using VS 2008 C# and IE 7.
...
I'm thinking about designing a client server system where user credentials are use to control access to information on the server. I would like to use windows security to do this. I would like the...
I have a function being executed by a timer. When I tried to make that function up date a label got an error about cross thread calls. Looking into this i found a solution from microsoft:...
I don't know if there are any tools in Visual Studio to debug Javascript. Besides the "script" that Internet Explorer uses is actually "JScript", Microsoft sat in on the JavaScript standardization...
I think the problem is that python can be an intuitive language and the docs that exist for it are very good. What ever I couldn't from the pydocs I got from Dive Into Python.
What i would suggest for what you are looking to do is urllib and urllib2. Both i believe are included in the standard python install. I have used them to download a local online magazine so i could...
First, in the future please use code tags to show your code, the image you posted was distorted on my system and others probably had issues with it as well.