Windows is a family of client, server, and mobile operating systems, developed by Microsoft. If your question has nothing to do with Windows APIs or Windows-specific behaviour then do not use this tag, even if you are running on Windows.
0
votes
0answers
2 views
Office2010 interops are not found in dcomconfig
We have 64 bit windows server 2008 R2 Standard service pack 1 German OS. we have installed MS Office 2010 professional edition. But we are not able to find interop services for MS office ...
0
votes
0answers
4 views
Node : Node.exe crashes on Windows 2008 after about two weeks
Express server, running on Windows 2008, crashes every two weeks or so. The node server is run as a service using nssm- there is no appreciable load on the server and logs dont provide any ...
-1
votes
0answers
5 views
downloading file using webclient issue shows you are not log in
I am using windows web browser control to automatic download files using web client from secured site but it show message
Servlet Response Message
You are not logged on. Please logon first.
here is ...
0
votes
0answers
6 views
How to gray out UI screen when application is running?
I have designed HTA appliaction which contains buttons 'Clear cache' and 'Run App' for clearing previous output and run the application respectively.While running application if the user is clicking ...
0
votes
2answers
19 views
Can I use NotifyIcon in WPF?
I want to minimizing application to system tray using WPF. Is "NotifyIcon" is the only way to achieve this result? If yes, which namespace is required for using "NotifyIcon" in WPF?
If possible with ...
-1
votes
0answers
7 views
Batch command to read end of log file?
Here is my log file contents:
=== Logging started: 16-07-2013 15:27:16 === Action start 15:27:16: INSTALL. Action start 15:27:16: waitextractevent. Action ended
15:27:16: waitextractevent. ...
0
votes
0answers
6 views
Trying to use pkg-config but it not being a registered command
Ok so I've got my whole Go development environment up under Windows 8, also with MinGW. I'm using the LiteIde.
C:/Go/bin/go.exe build [C:/Users/Alyx/Go/Hi]
pkg-config --cflags sdl
exec: ...
0
votes
1answer
18 views
Retrieving the COM class factory for component with CLSID {F196F1DB-D018-45A7-AC78-692BC9CF0987} failed due to the following error: 80040154
I have developed a c# windows project on x86 in which I add a reference of a dll (I have prepared in c#) but the strange with this project is that on some systems it works perfectly but on some ...
0
votes
2answers
42 views
string input from textbox if/else
I am trying to use the input from a textbox as a string. The issue is that I need
it to only use it if the box is populated. My goal is to allow a user to input a username in the box, if the box is ...
0
votes
0answers
10 views
Why does windows START command not work with spaces in arguments AND path?
This command works
START /b /wait "Dummy title" "C:\tmp\test runner2.bat" arg1 arg2
But both of these fails!
START /b /wait "Dummy title" "C:\tmp\test runner2.bat" arg1 arg2 "arg 3" arg4
START /b ...
0
votes
0answers
5 views
cmake: problems with out of tree build
With my current CMakeLists.txt files, I can build my project with:
sourceDir> cmake -G "MinGW Makefiles" .
from the source directory.
However I cannot get an out-of-tree build:
...
1
vote
1answer
12 views
will socket async operation ever complete syncronously?
According to http://support.microsoft.com/kb/156932 there are conditions under which an asynchronous Disk IO operation may complete synchronously. Is this only applicable to Disk IO or can similar ...
0
votes
0answers
5 views
How do I create a Windows portable app including mysql-ODBC, all DLL- and OCX-files?
I have an application, programmed in vb6 that needs some dll-files and ocx-files installed in windows 7.
I already have an installer created with innosetup that includes all needed files and also ...
0
votes
1answer
30 views
Fill a HDD with charcter 0
I am writing a program to fill a HDD with junk and was wondering what might be the best approach at this that will use less computer resources and time.
I have a simple wx interface to chose the ...
0
votes
2answers
24 views
Stop Recording when no one speaks
good afternoon,
I have a Windows application which start recording on pressing start button and stops recording on stop button click and stops recording when we unplug the microphone its working ...