Windows is a family of client, server, and mobile operating systems, developed by Microsoft.

learn more… | top users | synonyms (2)

-1
votes
0answers
8 views

Creating Transparent background logo using MS paint [closed]

I currently have a logo with white background. I am trying to make the white background of the logo to transparent so it fits nicely with my page color. How would i do with MS paint on windows 7.
0
votes
1answer
21 views

Perl select returning undef on sysread when using Windows, IPC::Open3, and IO::Socket->socketpair()

I found this example (posted by @ikegami) of a way to use IPC::Open3 on windows using sockets. The problem is that, when I run it, I get an error An existing connection was forcibly closed by the ...
0
votes
0answers
18 views

Best python GUI, IDE kit for windows for a file-organization app? [closed]

I'm aware of the similar threads, but I'm hoping for more specific advice. I've been reading into this for the past month and I'm still at a complete loss at where to start. I'm writing a program ...
0
votes
2answers
50 views

Command to find default program related to file(.pdf) using command line in windows OS

Is there any command through which I can find that user has selected a particular program (e.g. Adobe reader/Adobe acrobat) as default program for a particular file extension (e.g. .pdf) in Windows? ...
0
votes
1answer
27 views

Application.StartupPath is changed after app is added to msconfig startup [duplicate]

and thank you for taking your time to help me. I have an app that I'm adding to startup in registry with the code: RegistryKey setRunAtStartup = Registry.LocalMachine.OpenSubKey ...
-2
votes
0answers
17 views

Windows binary files corrupted when copied from Linux [closed]

As my Windows 7 was not working properly, I booted from Ubuntu live CD and backed up the binary executables, RAR, ZIP etc from my Hard Disk to an external USB( wiht NTFS). But later on when I try to ...
0
votes
0answers
9 views

How do you make a multi-line registry entry?

I am trying to create my first shell extension. The instructions say: "ecause Shell extension handlers are in-process servers, you also must create an InprocServer32 subkey under that GUID subkey ...
0
votes
1answer
20 views

gnu emacs on windows - how to maximize without mouse?

GNU Emacs on windows: I have discovered that my usual way of maximizing a window without the mouse does not work. I usually (in other apps/editors this works, gvim for instance) would press ...
0
votes
0answers
22 views

Set filesystem name for drive

Is there a way to trick Windows into reporting a different FS type for a drive letter instead of a real one (NTFS)? The drive itself is virtual, created by subst.exe Obvious solution would be to make ...
0
votes
0answers
19 views

Is there some ways to change windows 7 shortcut keys? [closed]

I have been using Mac for a while, I recently got Win machine for work. The shortcut keys make me not very comfortable, I would like to keep both OS have same general shortcut keys, I'd like to swap ...
0
votes
1answer
62 views

hang shutting down our Java 6 application, due to WToolkit.shutdown() not completing?

The automated crash reporter in our application sometimes reports hangs when shutting the application down. We have not observed this in house. The swing thread hangs in ...
0
votes
4answers
1k views

“Dont let cmd window to close automaticaly” -how can i do this?

see i have compile one c program and prepare one a.exe Now when ever i click on a.exe cmd windows opens a.exe run and automaticaly close that windows. What should i do in program or anywhere so ...
0
votes
1answer
38 views

Qt unit-test: why “qmake” is not recognized

I managed to follow this tutorial in order to write my first unit-test. However, when opening a "cmd-console" from inside my project folder and try to rum qmake, i get the following error: 'qmake' ...
6
votes
1answer
122 views

Creating a virtual monitor/virtual display device [closed]

I'm trying to create a "virtual monitor" in Windows (XP & newer). For example, let's say my desktop looks like this: I want to add a monitor virtually so it looks like this without any change ...
0
votes
0answers
5 views

windows phone: Can MediaPlayerLauncher play video clip located in Camera Roll?

I don't want to use MediaElement in XAML, but instead to use MediaPlayLauncher. But I was wondering if MediaPlayerLauncher can play video clips directly from Data/users/public/Pictures/Camera roll/? ...
0
votes
0answers
32 views

How to wait while parent window is not closing

I have the following code: Parent Window: SendingWindow sendingWindow = new SendingWindow(filename, txtDescription.Text, size, 5); sendingWindow.Show(); Close(); Child Window: ...
12
votes
7answers
33k views

Find out who is locking a file on a network share

I want to known who is locking a file on a network share. Here is the problem : the network share is on a NAS, so I can't log on. I need a tool to find out remotely who is locking the file. It is not ...
1
vote
2answers
28 views

Bypass windows session isolation, display warning message in user session from system service, windows 7+

I am looking to implement a feature when an application running as a windows service (as localsystem) will display a modal warning, something similar to a shutdown screen or UAC warning screen. ...
0
votes
0answers
13 views

Windows NDIS Driver: Concurrent Read/Write on a single device (IRP_MJ_READ/WRITE)

Starting with the ndisprot sample from Microsoft I try to write a NDIS protocol driver. From User space I try to read and write to the device simultaneous (out of two threads). Since I don't receive ...
1
vote
0answers
34 views

Java App as desktop background (or C++)

after some searching a lot of stuff about 3rd party softwares for active desktop backgrounds with HTML etc (not interested), I was wondering if it is at all possible to create a java program that ...
0
votes
0answers
19 views

Remote mousepad iphone app control pc mouse via UDP socket on a java server

i'm building an ios 5/6 app (that uses nibs and not storyboard). In my app i'm tracking the user finger as it panning on a rectangulare Uiview with uipangesturerecognizer which send the user's finger ...
5
votes
3answers
4k views

How to open a file in Eclipse AND jump to a specific line?

I can open a file in exclipse, but is there any syntax to jump to a specific line? VI can do this by vi -c LINE filename
17
votes
5answers
6k views

Retrieve system uptime using C#

Is there a simple way to get a system's uptime using C#?
-6
votes
0answers
34 views

know the position of the finger in the magic trackpad under Windows [closed]

I want to build a Numpad with the Magic Trackpad that is working in windows. Is there a framework to use or any workaround how to track the position of the finger?
1
vote
3answers
562 views

How can I get pyflakes to run on Windows?

Having trouble getting pyflakes to run on windows. On Windows there is no apt install , so... what to do?
0
votes
0answers
5 views

No adds shown in my windows 8 app in local environment

I am using windows 8 Enterprise 90 days evaluation edition and visual studio 2012 express for building a store app. I am trying to inclucde some ads in my app using windows 8 ads sdk. The problem is ...
0
votes
0answers
7 views

Ink writing performance over RDS 2012

I have a winforms application that uses Microsoft.Ink libraries heavily and runs on windows tablets (not the surface, regular tablets with the full windows OS either W7 or W8). We want to move this to ...
2
votes
2answers
862 views

Is it possible to run APC on PHP 5.3.6/IIS/Windows 2008?

The problem is that no binary I could find worked, the APC section never appears in the info display and the apc monitor states that APC is not running. Is there a way to make APC + PHP + IIS work? ...
0
votes
1answer
21 views

How do I schedule an update query in PostgreSQL for Windows?

Is it possible to create some sort of function or trigger in PostgreSQL to update a columns field in regards to the time? For instance today I want the field to equal 1, in 10 hours I want it to ...
0
votes
0answers
48 views

How (best) to post WM_QUIT to a running process?

Goal: Shut down a running 32 bit GUI process under windows I have access to the executable pathname. There are potentially more than one copy of this software running, but only one started from a ...
-3
votes
0answers
17 views

Install Windows 8 on Asus Eee pad Transformer TF300 [closed]

How can I install windows 8 on my Asus Eee pad Transformer TF300 ?
0
votes
1answer
23 views

Retrieve commandLine value from a Window Service

I am looking for a way, if any exists, to view the value of CommandLine argument with which a Windows service was created. Although, this is possible for viewing from Windows Registry, recommending ...
2
votes
5answers
1k views

Intercept mouse input

I was wondering if there is a way to intercept and modify mouse input before it gets to windows? What I'm wanting to do is intercept mouse motion events, apply some custom scaling and acceleration to ...
0
votes
2answers
45 views

windows 7 batch script- if statement not working

cd C:\Users\user1\Desktop if "%time:~0,1%" == " " ren 85.txt %time:~1,1%.txt else ren 85.txt %time:~o,1%.txt pause The script above is not working, but if I put the following line into file: ...
0
votes
0answers
37 views

regex.h causes exception in VisualStudio 2010

I wanted to show my students how to use regular expresions. As they are learn programming in C, I thought it would be the best to use regex.h from GnuWin32 ...
0
votes
0answers
51 views

Check network activity in C++

Is there any way to check if there is a network activity in the system. I don't want to send or receive the data but only want to know if there is any type of network activity going on. I know socket ...
0
votes
2answers
472 views

Delete CVS folder from all subfolder in windows

I m new to bat file. I have folder suppose "A" and this folder has subfolder as "B", "C", "D" these folder again has there own subfolders. my problem is that each subfolders and parent folder have CVS ...
18
votes
2answers
5k views

What are the technical differences between the Thread Safe and Non Thread safe PHP Windows Installation Packages? [closed]

I'm currently about to install PHP for an Apache/Windows-based development environment, but it seems I'm about to fall at the first hurdle: Choosing a package to install. PHP is available in no less ...
0
votes
1answer
18 views

Command to paste the Clipboard content into Notepad

I have scenario where I can use only command line operations to do my things. I have some file which is already opened. I want to copy the content from this file and save it to notepad. I am able ...
4
votes
4answers
3k views

Making CreateProcess inherit the console of the calling process

When I call CreateProcess in Windows, the new process doesn't seem to inherit the console of the calling process. I made a test program that runs "ruby xtest", xtest being a script that writes ...
0
votes
0answers
14 views

Impersonate windows user in apche

I have wamp server 64 bit installed on my windows server 2008 with Apache version 2.42 along with PHP, now my question is I am using ODBC_connect function to connect to the oracle database now in ...
1
vote
2answers
18 views

Windows Batch script tp process flat files

I want some help in writing Windows Batch Script. I have a Delimeted Text file with data as shown below: 1|2|3|4|5|6 1|2|3|4|5|6 1|2|3|4|5|6 1|2|3|4|5|6 1|2|3|4|5|6 1|2|3|4|5|6. I want to write a ...
0
votes
1answer
34 views

Do we need mahout and hadoop on same machine?

I am trying to build a recommendation engine using mahout, hadoop and java. It is my first time working with hadoop, I am getting my data sets from a server where hadoop is already installed which is ...
-5
votes
1answer
44 views

How to rename the Windows Guest Account using C# code?

static void Main(string[] args) { DirectoryEntry localMachine = new DirectoryEntry("WinNT://" + Environment.MachineName + ",Computer"); DirectoryEntry admGroup = ...
1
vote
1answer
90 views

Apache Pig for Windows

Is there any build or Git branch of Apache Pig that runs on Windows without Cygwin? Hortonworks bundle version 0.9.3 in their Windows-friendly HDP distribution, but this is as-yet unreleased in ...
1
vote
1answer
18 views

How to configure to use the trusted certificate from the windows certificate?

Currently I have the following entry in my .gitconfig in my user directory. ... [http] sslCAInfo=C:\\Users\\julian.lettner\\.ssh\\git-test.pem ... This sets the certificate to use when ...
0
votes
1answer
15 views

What is needed to design on windows a driver for bluetooth mouse?

What is needed to design on windows a driver for bluetooth mouse? Do I need to use .NET framework for that? and do I need to create my own code from scratch is there an existing windows-based api for ...
1
vote
1answer
47 views

Visual Studio post-build: keep console open?

My post-build event works, but in some situations I am quite sure it is showing an error in the console window. However, because the window closes immediately, I'm not able to read any of it. This is ...
0
votes
1answer
42 views

compiling BUTT with mingw64 cannot convert 'char*' to ' LPWSTR {aka wchar_t*}' in assignment

I'm trying to compile BUTT (http://butt.sourceforge.net/) on windows with MingwW64. I seem to be running into errors of the type error: cannot convert 'char*' to 'LPCWSTR {aka const wchar_t*}' the ...
0
votes
1answer
67 views

how to detect multiple USB ports and read data from USB using python

I have been able to detect whenever a flash drive is inserted. However, (silly as it sounds) having trouble to detect if multiple USB be inserted. Also, i am having difficulty in writing the code to ...

1 2 3 4 5 983