Hallo,
I’m writing a little application that has to change the screen appearance font size (normal large and extra large) at run-time.
I have already read several posts about how to get the DPI...
I’m writing in vb6 and I tried the fso (file system object) that generated the err.number 70.
I already solved the problem using a group policy to redirect the AppData
...
I’m trying unfortunately to overwrite the AppData directory. I’m getting the “Access Denied – Err.number 70” error message.
I can do it using explorer, but not with my application.
How...
I’m trying unfortunately to overwrite the AppData directory. I’m getting the “Access Denied – Err.number 70” error message.
I can do it using the explorer GUI, but not with my application....
That may help someone else.
The MouseKeys Flags is stored in the “HKCU\Control Panel\Accessibility\MouseKeys\Flags” registry key with different values. (Flag Constant)
Some of these values...
I'm facing the following problem.
Playing with the mouse setting, I sent a SPI_SETMOUSEKEYS (using the SystemParametersInfo) message to the system with the following mouse settings.
My Application will have to shell (launch) notepad to open a file.
I would like that only one instance of this file can be open.
I can use FindWindow to check if notepad is running and...
Your response is the correct answer.
the Dim objWeb As SPWeb = Microsoft.SharePoint.WebControls.SPControl.GetContextWeb(Context)
did not return anything because of the...
I'm facing a strange error when trying to run a little code that normally must be correct. I port this code from c# to vb.net to get the website collection from a SharePoint Portal server....