windows-xp

Which On-Screen Keyboard for Touch Screen Application?

假如想象 提交于 2020-01-14 12:53:47
问题 I'm developing an application in C++ that's partially driven by touch-screen on Windows XP Embedded. Some text entry will be necessary for the user. So far we've been using the standard Windows On-Screen Keyboard (osk.exe), but there are two main problems: It's rather small on a higher resolution screen which will probably make it hard for users to hit the right keys It's too "ugly" for the customer, who'd like a slicker on-screen keyboard that integrates better with the custom look-and-feel

Which On-Screen Keyboard for Touch Screen Application?

戏子无情 提交于 2020-01-14 12:53:46
问题 I'm developing an application in C++ that's partially driven by touch-screen on Windows XP Embedded. Some text entry will be necessary for the user. So far we've been using the standard Windows On-Screen Keyboard (osk.exe), but there are two main problems: It's rather small on a higher resolution screen which will probably make it hard for users to hit the right keys It's too "ugly" for the customer, who'd like a slicker on-screen keyboard that integrates better with the custom look-and-feel

Which On-Screen Keyboard for Touch Screen Application?

ε祈祈猫儿з 提交于 2020-01-14 12:53:37
问题 I'm developing an application in C++ that's partially driven by touch-screen on Windows XP Embedded. Some text entry will be necessary for the user. So far we've been using the standard Windows On-Screen Keyboard (osk.exe), but there are two main problems: It's rather small on a higher resolution screen which will probably make it hard for users to hit the right keys It's too "ugly" for the customer, who'd like a slicker on-screen keyboard that integrates better with the custom look-and-feel

VS2013 compilation for WinXP, procedure entry point could not be located

余生长醉 提交于 2020-01-14 06:05:15
问题 I had a working VS2010 C++ solution, output of which I could launch on XP and Win7 with no problems. Now I switched to VS2013 and imported the project. From that moment on, the output exe could be launched only on Win7. On XP it would give me " Error Executing Program! (5) ". Well I found this thread Since then the error I get while launching the application on XP is " The procedure entry point K32GetModuleFilenameExA could not be located in the dynamic link library KERNEL32.dll " Does it

Chrome devtools with Android and Windows XP, blank window

梦想与她 提交于 2020-01-14 03:01:10
问题 I'm trying to debug my website using the Chrome Devtools with my Android phone and my computer Windows XP SP3. The installation worked perfectly, ADB extension is installed on Chrome, and I can access the list of pages opened from the "Inspection target". From here, I get an issue. When I click "Inspect" to see the Chrome Devtools for the page, I get a blank page with nothing inside. I tried different websites and I get the same issue. Is anyone already got this issue and know how to fix it?

Can I install IIS 6 or 7 on a Windows XP machine?

假装没事ソ 提交于 2020-01-13 13:47:31
问题 I've heard that this isn't possible because you need to have the Windows Server OS installed, but that seems kind of ridiculous because how would you set up a local development environment? Anyway, curious if this is possible. 回答1: Exlcuding Windows Server OS', IIS6 needs Windows XP Pro 64-bit and IIS7 needs Vista. A thread on the Microsoft IIS website also says you can, as 64-bit WinXP Pro comes with IIS6. 回答2: This page says you cannot. EDIT: Clarification: kernel-wise Windows XP 64-bit is

Can I install IIS 6 or 7 on a Windows XP machine?

安稳与你 提交于 2020-01-13 13:46:41
问题 I've heard that this isn't possible because you need to have the Windows Server OS installed, but that seems kind of ridiculous because how would you set up a local development environment? Anyway, curious if this is possible. 回答1: Exlcuding Windows Server OS', IIS6 needs Windows XP Pro 64-bit and IIS7 needs Vista. A thread on the Microsoft IIS website also says you can, as 64-bit WinXP Pro comes with IIS6. 回答2: This page says you cannot. EDIT: Clarification: kernel-wise Windows XP 64-bit is

Getting output from a command-line program in a Delphi application on Windows XP

笑着哭i 提交于 2020-01-13 07:29:10
问题 I have VCL application written in Delphi XE2 that needs to execute a command-line program (also written in Delphi XE2) and obtain the text output by it. I am currently using the following code, which is based on that found here: Getting output from a shell/dos app into a Delphi app function GetDosOutput(ACommandLine : string; AWorkingDirectory : string): string; var SecurityAttributes : TSecurityAttributes; StartupInfo : TStartupInfo; ProcessInformation: TProcessInformation; StdOutPipeRead,

Hook windows logon/logoff events

Deadly 提交于 2020-01-13 07:22:08
问题 I am having a service which would be running at SYSTEM level. Now, i want to track the logged on user in it. Earlier i was trying to get the logged in user name from GetUserName api but in my case it returns "SYSTEM" every time. Is there anyway to get logged on username in my case? or is there any hook that i can install so that i may get which user logged on? P.S: I am mainly working in Delphi 2007 but these question are specific to the Win32 API. 回答1: I am unfamiliar with Delphi's

how to set the default encoding in windows XP?

拟墨画扇 提交于 2020-01-12 18:50:19
问题 im trying to open a file using StreamReader and ive to set a Encoding, but i want it to take the Default Windows Encoding... how can i change my windows Encoding ??? 回答1: Regional and Language Options Control Panel Item; Advanced tab. Impacts the entire computer. 来源: https://stackoverflow.com/questions/469163/how-to-set-the-default-encoding-in-windows-xp