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
3 views
What causes the error that says “Could not find the Service Class” for a service wrapped by WinRun4j
[info] Module Name: C:\Users\User\Documents\NetBeansProjects\NETBEANS 6.9.1\Desktop_apps\Test2\src\com\service\wrapper\ServiceWrapper.exe
[info] Module INI: ...
0
votes
0answers
11 views
Windows Forms c#: Removing user control from a tablelayoutpanel no more works after an event
i have the following crazy situation with a self created user control. I hope sombody can help me.
I have created a main form containing a tabeLayoutPanel with two rows. The under row holds a ...
-2
votes
1answer
33 views
Windows :how to get the current time in milliseconds in c++?
I want to get the current time in milliseconds. I have tried to get systemtime and filetime.
0
votes
0answers
13 views
Using Python to build Windows Phone 8 applications?
I've some stuff written in Python. I would like to implement the code as an app on WP8 platform. Any idea on how I can go about compiling Python for WP8?
I tried Googling, but that turned my brain ...
0
votes
0answers
14 views
Partitioning Issues [closed]
Here's The Deal. I Have 4 HDDs and 1 SSD in my Computer.
So Recently i formated my SSD and Installed again Windows 7. Though
For Some unknown reasons My BOOTMGR was another Partition of one of my HDDs ...
0
votes
0answers
15 views
How to prevent the Overwrite Prompt while saving in custome IFileDialoge - VC++
I don't want to display any overwrite prompt while user enter the file name which is already exist in my custom IFileDialog.
I have already gone throw IFileDialog::SetOptions method but it dint ...
0
votes
2answers
29 views
how the .exe file interact with Windows kernel? same for Linux .bin file
Lets say I have a A.exe file and I'd like to run it on my windows machine X.
I'd like to know how this A.exe file interacts with the Windows kernel functions in X? Does A.exe file already contain all ...
0
votes
2answers
12 views
Want to execute command on each file in directory one at a time through batch file windows
I am currently doing this to execute a single command on a particular type of files in directory.
COPY *.prn /B \\\\{$PC}\\{$PRINTER}
The PC And Printer Part is redundant no need to understand that
...
1
vote
2answers
22 views
making exe or msi file of windows service
I have made a windows service that reads an excel sheet and updates the values in database.
The service just works fine when I install it from the visual studio command prompt.
I have also made an ...
0
votes
2answers
34 views
A windows service for tasks [duplicate]
Is there some sort of service in the windows operating system that tracks all processes that have run on a computer throughout the day? Task manager tells you what is currently happening, but I want ...
-1
votes
1answer
31 views
How to avoid thrid party lib(no source codes) to allocate memory from physical memory?
Suppose this scenario: I refer to a third party lib in my C++ app, but I don't want the third party lib to use my physical memory at all. Instead, I want it to only allocate memory from hard disk. I ...
0
votes
3answers
49 views
What does this construct “:------------------------” mean in a bat file
I am doing some batch programming and found this useful script for elevating permissions
https://sites.google.com/site/eneerge/scripts/batchgotadmin
I am fairly well versed with bat file programming ...
0
votes
0answers
4 views
Save webpage displayed in webbrowser control
It is possible to save the content displayed on a webbrowser control in a Windows application, giving that there's no access to the source code? The webpage is downloaded in a proprietary format from ...
0
votes
1answer
15 views
can i compile and run cuda program in windows 7 without visual studio?
Currently I am new to CUDA I have NVIDIA tesla c2075 card I install CUDA toolkit for windows. Now I don't have visual studio. I want to run and test CUDA programs without using visual studio.
0
votes
0answers
6 views
Process System (PID 4) writes $mft
I have computer with windows server 2012. There is 4 hard disk in it, and one system SSD drive. I want hadr drives, to power off, if nobody access it. So i've set "power off after 3 minutes" in power ...