Windows is a family of client, server, and mobile operating systems, developed by Microsoft.
12
votes
0answers
300 views
Youwave for Android in remote desktop environment using thin client
I am using YouWave for Android in a remote desktop environment with Atrust Thin Client T60 series. When I run the YouWave emulator, a black screen appears and it stops there.
Also the home, menu ...
9
votes
0answers
2k views
How do you register a Most Recently Used list with Windows in preparation for Windows 7?
With the upcoming release of Windows 7, one of the newly touted features is the Jump Lists, with their automatic population of most recently used items. Supposedly, if you've been 'properly' ...
8
votes
0answers
1k views
How to make TRichEdit behave like WordPad on Windows 7 when changing font for certain non-text characters?
With the help of Sertac Akyuz, it seems the direct reason is related to the charset of \bullet: In my localized Windows, the \bullet input by typing Alt(0149) always gets \fcharset134, and attempts to ...
7
votes
0answers
181 views
How do I configure TortoiseHg to open a file in the right program based on its extension?
I'm using TortoiseHg v2.2.1 with Mercurial 1.9 in WindowsXP. How do I configure TortoiseHg to view a file based on the application Windows has associated with its extension?
For example, if I have a ...
6
votes
0answers
198 views
No vsync without Aero composition; cannot turn on Aero on CreateDesktop() made desktop
I'm rendering with OpenGL. My stuff is sandboxed so I use CreateDesktop() to prevent shatter attacks. However, the new desktop has no Aero composition when created for whatever reason (though the ...
6
votes
0answers
129 views
getGraphicsEvent for reading the key board for a noninteractive session
In older versions of R, version 2.9 anyway, I was able to run an R program from batch using rterm.exe and create a graphics window that a user could scroll back and forth and view the graphs. I was ...
5
votes
0answers
186 views
Out-of-proc COM server stuck
I'm using out-of-proc COM server (COM singleton "Engine" implemented using DECLARE_CLASSFACTORY_SINGLETON), it works in STA (CComSingleThreadModel, _ATL_APARTMENT_THREADED).
COM server clients:
...
5
votes
0answers
351 views
Windows Phone 8 - private APIs?
Is it possible to use private APIs in Windows Phone 8 development similar to iOS development?
Of course, this is NOT about apps going to get published (AppStore/Marketplace). But there are a lot of ...
5
votes
0answers
70 views
Running an accessibility application requires following steps
I am trying to create a UI automation client for metro app automation but when i set the uiAccess to true it gives the message (while building),
Running an accessibility application requires ...
5
votes
0answers
252 views
Windows 8 Tray notification bug
I'm trying to create simple Powershell script on Windows 8, that will notify me via system tray notification balloon. Code is very simple:
[void] ...
5
votes
0answers
231 views
Django-pydobc SQL server connection problems on windows
Another developer and I are setting up a django (v1.4.2) project using a legacy SQL server database (SQLEXPRESS) on another server. So far, we have been able to connect to the database from linux and ...
5
votes
0answers
193 views
Windows Store apps Shader model 4_0_level_9_3 and VPOS
In order to build shaders for Windows Store apps (and Windows Phone 8) Shader model 4_0_level_9_3 you need to use the vs_4_0_level_9_3 and ps_4_0_level_9_3 . While all this sounds fine using the HLSL ...
5
votes
0answers
411 views
Typekit and @fontface issues on all Windows browsers with Ruby on Rails app, especially Chrome
My Ruby on Rails app hates custom fonts and I don't know why. Here are some of the errors and troubleshooting that I have gone through.
First, there were devastating display errors that only happened ...
5
votes
0answers
143 views
Microsoft Crypto API Disable Use of RSAES-OAEP Key Transport Algorithm
I'm using CryptEncryptMessage to generate a PKCS#7 enveloped message. I'm using szOID_NIST_AES256_CBC as the encryption algorithm.
The generated message appears to be valid but is the RSAES-OAEP for ...
4
votes
0answers
23 views
DPAPI: Using CryptUnprotect before user logs in
I am using DPAPI to store an XML data. The data after CryptProtectData is stored in a file. In one of my use cases, this data needs to be decrypted before any user logs in to the workstation. Since, I ...
4
votes
0answers
18 views
Not receiving messages after sometime
I am using JNA to access User32 functions (I dont think it has got to do with Java here, more of concept problem). In my application, I have a Java process which communicates with the Canon SDK. To ...
4
votes
0answers
123 views
Writing NFC tag so that it works with both Android and Windows Phone8
I am looking for some advice regarding NFC data.
I have a device, lets say a printer or speaker. I want to put a NFC tag on this device. The data I want to put in NFC tag is ...
4
votes
0answers
86 views
Reading a file from a network share sets its creation time to its last write time
When I read a file from a network share it updates the creation time to the last write time. This causes me problems with System.Configuration.Configuration because it thinks the file has changed and ...
4
votes
0answers
252 views
Clipboard operations in Delphi
Local workstation: Win 7
Terminal Server: Win 2008 Server
Outlook: 2003 running on local workstation.
I'm trying to implement copying and pasting of Outlook messages from local workstation to ...
4
votes
0answers
139 views
Cannot read BCDStore info on Windows 2012 Server using WMI
We are using the following function to get the number of processors specified by the current boot configuration. This number is used purely for logging.
The function below works fine on XP, Vista, 7, ...
4
votes
0answers
184 views
MS.Internal.XcpImports.MethodEx(IntPtr ptr, String name, CValue[] cvData
I am getting an error "Value does not fall within the expected range". The stacktrace is given below. Please help...
at MS.Internal.XcpImports.MethodEx(IntPtr ptr, String name, CValue[] cvData)
...
4
votes
0answers
64 views
how to register a kernel mode cryptographic provider
I am new to windows driver development. Recently I am using WDK to develop a test kernel model driver. I basically follow the example provided by Microsoft -- KernelModeProviderSample, however, in ...
4
votes
0answers
890 views
Unable to emulate as IE7 in IE10 browser
I used the following line to emulate IE10 as IE7 in Windows 8 professional machine.
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
If I use this piece of code in a sample ...
4
votes
0answers
569 views
API Documentation Manager and Browser for Windows
The other day i found about a cool utility : Dash – Snippet Manager, Documentation Browser
This utility is collection of documentation of popular frameworks.
http://kapeli.com/dash/
However this ...
4
votes
0answers
161 views
How can i track COM+ events call with Delphi?
I have a huge application that was made with COM+ Objects and i want to track/log the call of events of these components. The objective is to find the problems and refator that methods.
I have found ...
4
votes
0answers
525 views
Windows Application - DPI Issues
We are having a problem with one of our existing Win32 MFC based applications. It does not render correctly on displays that use high dpi settings. More specifically in Windows XP with 120 dpi ...
4
votes
0answers
326 views
64-bit Scintilla-like text-editing component?
Is there a 64-bit-compatible alternative to Scintilla out there that's open-source?
4
votes
0answers
172 views
Reproduce ERROR_UNABLE_TO_MOVE_REPLACEMENT_2 error code from ReplaceFile
I am using the ReplaceFile Win32 function as part of an operation to get atomic behaviour.
Of the three special error codes for that function, I've been able to reproduce and recover (rollback) from ...
4
votes
0answers
2k views
Access VPN connection on guest Virtual PC from Host OS
I am running as my Host OS - Win 7 x64 and running an instance of Virtual PC XP. I am running the Cisco ISPec VPN Client on the Guest XP VPC OS and can successfully connect to my company's corporate ...
3
votes
0answers
57 views
The Ruby gets method truncates my input at 256 characters
I am trying to enter a long string (> 256 characters but generally < 512) in Ruby with:
puts "Enter long string"
ilogo = gets.chomp
puts "#{ilogo}"
For some silly reason, it always truncates the ...
3
votes
0answers
33 views
Python barcode library Error
I have installed pybarcode0.6 lib in Windows 7. After installing it, I had written the following code to generate the barcode for my module:
import barcode
from barcode.writer import ImageWriter
...
3
votes
0answers
34 views
how to bundle .py files launched with execfile() on py2exe?
I'm developing a small tool on python which basically launches a set of scripts on a folder. I need to package this on a stand alone binary and I'm using py2exe for it.
My current code use ...
3
votes
0answers
28 views
Making Windows software accessible to visually impaired people?
What are some ways Windows software can be made more accessible for visually impaired people?
3
votes
0answers
130 views
If Steam can map the guide button on the Xbox 360 controller why can't I
I want to map the Xbox Guide button on the Xbox 360 controller.
I've been searching for a possible solution for some time now and from the looks of my google results it seems that the only way to do ...
3
votes
0answers
113 views
WINAPI explorer shell document “details”
In a similar vein to this question, I'm after a way to pragmatically read the information in the "details" pane that is shown when you select "properties" in explorer.
For example in the screenshots ...
3
votes
0answers
73 views
Haskell: http-wget hangs my program in windows
I've tried this on two computers. Here are my steps:
install wget on cygwin
cabal install http-wget
upgrade my PATH environment variable to include C:\cygwin\bin
open WinGHCi and type this:
From ...
3
votes
0answers
155 views
mxe cross compiling linux to windows vtk example
I would like to know if there is an example out there, or could somebody post one, for compiling a vtk .exe app using MXE. The headers and libraries are built but I can't seem to get it to work. I ...
3
votes
0answers
40 views
Is there a way to intercept every single IRP in KMDF
I am writing a KMDF driver that needs to intercept every IRP before it passes to the ioQueue.
I have a callback function registered PreprocessIrpCallback and want to hook it into the framework like ...
3
votes
0answers
92 views
How do I create a Win32 control to enclose other Win32 controls?
The Setup: years ago, we developed a nice C++ cross-platform that managed many of the issues of writing common-code source between Mac OS X Windows. (we won't into the massive downsides of that ...
3
votes
0answers
63 views
Enabling WebGl without the Windows shell
I am trying to make my own Windows shell(don't ask) but the problem is: when I use Google Chrome while the native shell(Windows Explorer) is not running, Chrome doesn't display web pages properly ...
3
votes
0answers
123 views
Implementing a sandbox with custom stack on Windows 64-bit
I am currently investigating how to implement a sandbox (similar to Google's NaCl project ) where I can run untrusted x86 code (restricted instruction set) in such a way that it cannot harm the rest ...
3
votes
0answers
199 views
C++ CreateProcessAsUser memory leak
I have a service that runs the following code.
Every time that CreateProcessAsUser is hit, the memory is increased in 4K (I can see it in the Task Manager). That's not happening when I use in ...
3
votes
0answers
147 views
Finding the baseaddress of a running process
Ive got the following code:
import subprocess
from ctypes import *
#-Part where I get the PID and declare all variables-#
OpenProcess = windll.kernel32.OpenProcess
ReadProcessMemory = ...
3
votes
0answers
94 views
HOW to determine machine endianness on windows XP- X86
I am trying to install a software using MSYS and MinGW on Windows XP as I am knew to UNIX and UBUNTU. I installed Msys and MinGW, while I am setting up the build environment on win32 by running the ...
3
votes
0answers
120 views
Slower HTTP 1.0 Communication on Windows Embedded Compact 7 (Formerly CE)
on Windows Embedded Compact 7 (Formerly CE) I have a much slower performance responsing to HTTP 1.0 requests than on older Windows CE versions (4.0 and 5.0).
On Windows CE 5.0 I have about 10 ms to ...
3
votes
0answers
177 views
Why do I get IOErrors when writing Unicode to the CMD? (With codepage 65001)
I'm on the CMD in Windows 8 and I've set the codepage to 65001 (chcp 65001). I'm using Python 2.7.2 (ActivePython 2.7.2.5) and I've set the PYTHONSTARTUP environment variable to "bootstrap.py".
...
3
votes
0answers
82 views
Build GDAL with PDF support on Windows
I'm trying to build GDAL with PDF support on a Windows 7 64-bit machine. I've found this thread and followed the advice given there:
I've downloaded win-kde and checked poppler, lcms & freetype ...
3
votes
0answers
69 views
Alternatives for Numericbox in windows 8 apps?
I am trying to find a good alternative to Numericbox in a windows 8 tile application. I tried using the same numericbox that exists for windows forms but got an error saying these are not supported(?) ...
3
votes
0answers
1k views
Multiple issues running grunt.cmd on windows
I had to modify grunt.cmd because the path for my system was very wrong:
Originally:
%~dp0\Application Data\npm\node_modules\grunt
Which would print:
\\dacwnas\Profiles\<user>\Application ...
3
votes
0answers
2k views
How to connect Bluetooth 4.0 / Smart / Low energy device with Windows 7
I want to write the C# application which receives some date from BLE device and then writes the data to the file. I've found example here but it doesn't work on my computer. 1st of all it says "Failed ...

