Tagged Questions

2
votes
2answers
44 views

Taking use of laptop custom buttons

I have a Lenovo Y550 laptop which has a nice looking touch sensitive strip with led lights on top of keyboard. The usage for this is however quite useless (it can be used to start …
2
votes
1answer
63 views

Banishing the Command Prompt Window (WinForms)

Hi All, I have a problem over here. You see, I wanted to create my own sample application in C# but without Visual Studio creating the files automatically for me. So I figured tha …
2
votes
1answer
56 views

How do I keep my C# Windows Form Responsive while it churns loops?

I have this massive nested loop scenario that is calling the DB and making HTTP requests to Basecamp API. At first it was a web app but it took much time to run the app so the user …
0
votes
1answer
16 views

Get started with QPID

Hello Could anyone share some links on how to get started using QPID? I have checked out http://qpid.apache.org/ and I have managed to start the Java QPID broker, but I don't kno …
1
vote
1answer
14 views

Windows Service setup project - run service as administrator

Hi, I've got a setup project for a Windows Service (.net 3.5, visual studio 2008). The Windows Service needs to be run under the Administrator account, does anyone know how I can …
0
votes
2answers
68 views

Windows Command What does /s means?

Hi, Waht does /s means in %SystemRoot%\system32\services.msc /s? Where can I find the complete reference? Thanks.
0
votes
2answers
33 views

Make a Powershell function/task run in the background.

I have a function that lets me write the file-path of files to a text file, depending on your input. That sounds confusing, but I don't know of a better way to put it, so here's th …
1
vote
8answers
119 views

Development Environment in Windows

What are your recommendations for setting up a development environment in Windows, especially when not using an IDE. I am attempting to familiarize myself with Windows, and I feel …
6
votes
4answers
59 views

What makes a process appear as Not responding in Windows?

What is it exactly that "triggers" Windows to mark a process as Not responding in the Task Manager and Resource Monitor?
1
vote
0answers
88 views

Do something every 10 seconds batch file. [closed]

I have a batch file: arp -s 192.168.1.254 xx-xx-xx-xx-xx-xx ipconfig /flushdns How can I do these two commands on Windows XP, every 10 seconds?
0
votes
5answers
108 views

State of the art platforms for desktop programming

I'm considering experimenting programming desktop programs on various platforms. What are the current state of the art programming platforms (programming languages, IDEs, libraries …
0
votes
1answer
17 views

freopen_s on stdout causes problems with GetConsoleScreenBufferInfo on Windows

To temporarily redirect stdout to a file, I'm doing: printf("Before"); freopen_s(&stream, "test.txt", "w", stdout); printf("During"); freopen_s(&stream, "CONOUT$", "w", st …
5
votes
3answers
130 views

How can I test my applications against the popular virus scanners?

I need to find out whether my apps are being flagged as viruses by the most popular anti-virus packages (not best, but biggest by user base). I therefore would like to know how oth …
2
votes
5answers
125 views

Heap fragmentation and windows memory manager

Hi, I'm having trouble with memory fragmentation in my program and not being able to allocate very large memory blocks after a while. I've read the related posts on this forum - m …
2
votes
5answers
120 views

Is it possible to get the output of a program while it’s running?

If I have a windows console program written with c++, is it possible to retrieve that program's standard output, while the program is running? And if not, what would be the best w …

1 2 3 4 5 451 next
15 30 50 per page