Search:
Type: Posts; User: Craig Gemmill
Search :
Search took 0.07 seconds.
February 27th, 2012 11:45 AM
Ok, so you don't have a problem with non-pnp devices, you just don't have the NO_SHOW_IN_DM flag available...
Like I mentioned before, just hide devices with the "LegacyDriver" flag on. Using the...
February 27th, 2012 08:34 AM
What happens (contrarily) when you call CM_Get_DevNode_Status on a non-pnp device?
February 26th, 2012 02:34 PM
It would help to know exactly how you're querying the device information, as there are a few ways to do this. Post your code if you're comfortable.
Like you said, you can look for the...
January 26th, 2012 03:38 PM
There are a few tricks you can use to speed this up. I would start with the drawing. You can obviously gain much greater performance by using DirectX and/or WPF/WinRT, but you can also speed things...
November 22nd, 2011 12:42 PM
I am able to get this to run. Are you absolutely certain that the target hwnd is correct and that the struct definition is identical on the native side?
At the very least, you should be seeing the...
November 19th, 2011 06:53 PM
What immediately pops in to my head is that you should change the way that you're declaring the lpData member of CopyData, and then change the way that you pass the data along.
Declare the lpData...
November 19th, 2011 05:51 PM
"run javascript(""document.getElementById(\""" & elid.ToString() & "\"").selectedIndex = {$rand(""" & lowrange.ToString() & """, """ & highrange & """)};//dropddown\"")"")"
You can also look at...
October 24th, 2011 11:59 AM
That's a pretty ambitious project, and without knowing exactly what data they're after, I'll provide these options:
- Handle the requests using precise permissions in AD. The permissions are very...
October 24th, 2011 08:28 AM
Ok, then we need to know more details about what you're trying to accomplish. Your first post hints at the desired functionality, but it’s not entirely clear what the objective is.
October 23rd, 2011 05:35 AM
When you say listener, do you mean:
1) An external entry point for your AD services?
2) A proxy listener that redirects LDAP requests?
3) A completely new LDAP server that is not AD?
But...
September 20th, 2011 08:43 AM
That's usually a certificate issue.
Check the system event log on the client machine and see if there are any ssl/schannel errors.
In case these errors are being suppressed: Make sure that the...
I'm just going to spit it all out, as I don't have it cute yet:
Must be very fast and efficient with CSS.
Should also be familiar with the HTML generated from ASP.NET WebForms.
This is...
January 6th, 2011 09:32 AM
Sounds like you may have deleted the account, although I'm not sure what version of Windows you're using, so I can't attempt to replicate.
You can try to "Copy" the profile:
1) Create a new...
December 24th, 2010 09:12 AM
Use this tool to help you track it down:
http://technet.microsoft.com/en-us/sysinternals/bb896645
December 21st, 2010 09:23 AM
Make sure you're opening the full group policy, and not just the local policy:
http://support.microsoft.com/kb/307882
Then, navigate to:
\Computer Configuration\Administrative Templates\Windows...
November 26th, 2010 09:36 AM
Any event log entries?
Wireless connection?
Are your network interfaces configured correctly to work with your other network gear? Duplex, speed, teaming, etc.
October 2nd, 2010 10:41 AM
Yeah, you have to run that page from a web server that supports ASP (IIS for example). You cannot just execute ASP scripting on your desktop.
September 30th, 2010 09:09 AM
There is no Windows API for this that I know of. You would probably have to monitor the power status through WMI if anything.
September 30th, 2010 08:33 AM
Or you can just use the Graphics.DrawImage method. It will stretch the image for you.
Dim destinationImage As New Bitmap(100, 100)
Dim sourceImage As Image = PictureBox1.Image...
September 30th, 2010 08:13 AM
Can we see the code for the HTML file?
It sounds like either you're web server is not configured to handle asp files, or your HTML page is coded incorrectly.
September 30th, 2010 08:09 AM
Just to confirm, you have deployed the package to the filesytem OR SSIS?
See this article for an example of what I'm talking about:...
September 27th, 2010 08:21 AM
You would have to add a control that inherits DataControlField.
References:
http://www.google.com/#q=vb.net+add+column+to+gridview
One important note that is usually overlooked. You must add...
September 25th, 2010 11:38 AM
If you're talking about utilizing some of the new deployment technologies for Windows, you will find your answer here:
http://technet.microsoft.com/en-us/library/ee461266(WS.10).aspx
That is the memory used by the operating system kernel.
You'll see paged and non-paged. Virtual memory can jump in and swap part of the memory to disk (paged), but some of the kernel must always...
This is awfully close to 100 Mb/s and 1000 Mb/s. My first guess would be that one of the connections is operating at 1000 Mb/s Full Dup, and the other is not.
Can you confirm that each adapter is...
Click Here to Expand Forum to Full Width