Windows is a family of client, server, and mobile operating systems, developed by Microsoft.
-3
votes
0answers
20 views
How to draw 4 tables in C using graphics.h?(2 tables at the top and 2 at the bottom) [closed]
My question is: how to draw 4 tables in C using graphics.h?(2 tables at the top and 2 at the bottom).
What functions should i use to do this?
0
votes
0answers
9 views
How to get finish silent installation status?
Lets assume I have N applications (7zip, opera, skype). I have silent installations commands for them. I can install them separately using .bat files via command line. But I want to make a program ...
0
votes
1answer
10 views
Using OpenSSL with Windows
How to use OpenSSL with Windows 8?
I have installed OpenSSL 64 and ran the following command:
openssl genrsa -out subdomain.domain.com.key 1024
But I have got the error:
WARNING: can't open config ...
1
vote
2answers
95 views
Windows 8: Unable to allocate 2GB with 3GB User Address Space
I'm trying to create a Windows 8, 32-bit program for testing. Testing includes a large allocation, and I'm having trouble. The OS was booted with /3GB, the machine has 8GB and a page file, and the ...
1
vote
0answers
30 views
Fail to load DLL in Windows 2008 R2 having full permissions control
I have developed an C# application that run very well in local.
But there is a problem when i put on the server.
The application uses a DLL library in his references (A.dll) and in a point of the ...
1
vote
0answers
35 views
VBScript not fully working [closed]
I have an issue with a VBScript that only works sometimes. I execute the VBScript from a batch file that is being run every 6 hours from Task Scheduler. Here's the VBScript itself:
Set objFS = ...
-2
votes
2answers
29 views
Clearing backgroundimage of panel
Using c# windows forms.
I'm using the backgroundImage of a panel to draw. I want to remove all drawings from the panel.
How can I simply do this?
2
votes
4answers
29 views
How to programmatically add a folder to Favorites in Windows File Explorer
I am aware of the solutions answered here. Basically the idea is to create a link to folder in the %USERPROFILE%\Favoriates folder.
However it doesn't work for me. I'm using Windows8 (don't know if ...
1
vote
1answer
19 views
How do I set the timezone from command line ?
How can I set the timezone in Windows from command line or from a batch file?
Do I need to use powershell or cscript?
0
votes
0answers
19 views
Jenkins : Invalid gitTool selection Git
i've setup my own jenkins buildserver today on my windows PC to build commits to my bitbucket.org-repository automatically.
Sadly i'm deep in trouble with the conenction between jenkins and git.
...
0
votes
1answer
6 views
Install ImageMagick for paperclip gem in windows
I follow this guide for use paperclip http://railscasts.com/episodes/134-paperclip?language=en&view=asciicast
all is ok but note that to enable resizing you’ll need to have ImageMagick installed ...
0
votes
0answers
21 views
Python pip installation easy_install not recognized
i installed setuptools from here:
pypi.python.org/pypi/setuptools
i go to my command line and enter easy_install but it says easy_install is not recognized,
anyone knows what is happening here? ...
-1
votes
1answer
17 views
virtual host in apache zend [closed]
I'd like to ask you if anyone can tell me why I can't get vhost in apache to work.
My vhostconf looks like:
NameVirtualHost *:80
<VirtualHost _default_:80>
ServerAdmin ...
0
votes
1answer
33 views
ClassNotFound exception on missing built in java api
i have a GUI software that also uses the built in java apple API,
the problem is that i want it to run both on windows and OSX, but on the function where i use it, like this:
import ...
2
votes
0answers
45 views
Write a driver for touch pad
I have a dell vostro 1510 laptop and it only has 32 bit drivers. I installed 64 bit windows 7 and now scroll function is not working. I want to write a device driver for it.
Where should I begin?
...
-1
votes
0answers
17 views
Windows 8 activation issues in VMWare Fusion [closed]
I recently purchased a boxed copy of Windows 8 Professional (full install, not upgrade). I then installed it in VMWare Fusion running on my Mac. The installation was successful, and I activated ...
-1
votes
2answers
38 views
How to read binary file from OpenVMS?
I got .bin file from OpenVMS encoded. How can i open or read it with c# or in windows?
Thanks already.
http://rapidshare.com/files/43983533/06975.BIN
http://rapidshare.com/files/146375685/06976.BIN
...
0
votes
3answers
38 views
Call a simple web service
I have a web service I need to call using cmd or Powershell (so the script can be saved and scheduled) which is located at a particular URI. Simply sending a GET request to this URI will trigger the ...
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
29 views
Method may be called on a type for which type.IsGenericparameter is true [closed]
I am accessing third party dll
Assembly a1=assembly.loadfile(str); // str = dll path
Type t = a1.gettype(classname); //Get Error : InnerException : t.Declaring method throw an exception of ...
0
votes
1answer
14 views
Strange behavior while dividing i w tagach windows phone
When I run the following code, it doesn't work (it's not dividing), but return 0 Math.Pow() works.
{
suma = 1;
foreach (var liczba in Lista_liczb)
{
suma = suma*liczba;
...
0
votes
1answer
27 views
Windows azure publish fails
I followed the instructions here to set up crendentails for Windows Azure deployment
but I keep getting this error :
authentication failed verify that your credentials are valid or download them ...
0
votes
0answers
26 views
mtrand file not loading while importing numpy
i am installing scikit tool . for this i need numpy.
i have download numpy for python 2.7 . my windows is 64 bit.
when i tried to import numpy it shows me error
:
File ...
1
vote
0answers
26 views
Windows Workflow and Webapps [closed]
I am more than likely not illustrating my problem correctly (I'm going to fully admit my lack of knowledge and though I have found some guidance in terms of videos and articles, I thought I'd ask ...
0
votes
2answers
26 views
Increase number in string in bat file?
How can I increment the value of an int in a string ?
Say I have foo-815-bar. I'd like to have foo-815-bar.
foo and bar can be constants (although if bar can be an unknown variable, it would be ...
1
vote
2answers
17 views
Amazon EC2 - Windows 2008R2 instance not reachable
I just set up my first Amazon EC2 instance (Windows 2008 R2 server) and istalled a jetty 9 on it. But i can not reach it with it's public IP (as shown on the desktop of that system) on port 8080.
I ...
0
votes
1answer
33 views
Python: How can I test my package if it runs on Linux, Mac and Windows
I need to test my Python package if it works properly on different systems. I found Tox for different Python versions, but what about different operating systems like Windows, Linux and Mac.
Can you ...
0
votes
0answers
14 views
Windows Azure VM not allowing RDP from local machine when encryption on ports is ON [closed]
I have created a VM on Windows Azure using a SQL Server 2012 image.
Have configured two endpoints on the same-one for SQL Server(1433) and another for RDP(3389).
Now, if I don't enable any encryption ...
-1
votes
1answer
38 views
Error with calling variable from a class [closed]
class Vars{
public:
char *appData = getenv("AppData");
string dir = strcat(appData, "\\Adam");
};
This is my class
And this is how I'm trying to use it:
void write(string data){
...
1
vote
1answer
16 views
Hosting dns nameserver on windows azure (VM)
I'd like to host my own DNS name server to have total control on the DNS settings.
Is it a good idea to create a Windows 2012 VM (Iaas) on Windows Azure and use it as a DNS name server?
Problems I ...
-2
votes
0answers
27 views
passing a command line parameters
I wanted to get all the parameters entered in the unix environment in executing a unload_rows package. For example:
echo unload_rows fmr_communication_long auto ${SD_L} -d ${TMP}/extracts/mdb/ -2 -l ...
0
votes
1answer
24 views
Convert a Winform user control to WPF user control
I have a project with a lot of User Controls developed in Windows Forms. All the controls are drawn in the UserControl_Paint() function. I would like to take the advantage of WPF vector graphics and ...
0
votes
0answers
30 views
link to boost:asio in windows 7, NetBeans
i'm trying to build a test case async_tcp_echo_server.cpp in NetBeans, but I did not go.
Code: http://www.boost.org/doc/libs/1_53_0/doc/html/boost_asio/example/echo/async_tcp_echo_server.cpp
My ...
0
votes
0answers
21 views
creating rebar control and introduction a band with toolbar into the rebar
I use this code to create a rebar control, and introduction a band with toolbar into the rebar.
But when I check the height of the rebar, in this line of code: int height = wp.rcNormalPosition.bottom ...
0
votes
1answer
13 views
Windows8 Store app doesnt support onhashchange
I am trying to make an WIN8 app out of my html5 project.
Unfortunately I have been using hashes and especially the event onhashchange which is not supported by Windows8 apps.
This event is not ...
-2
votes
0answers
15 views
IBM Rational Functional Tester is a desktop application testing tool or web based? [closed]
I'm looking for automation testing tools for desktop / windows based applications.
Please provide the list desktop / windows based automation testings tools either open source or license based.
...
-1
votes
1answer
25 views
Is there a multi-devices mobile prototyping software? [closed]
Almost everything is in the title.
Is there a multi devices mobile prototyping, layout, templating software for Windows ?
I found many softwares for prototyping, designing UI, but i didn't find ...
1
vote
1answer
56 views
How do I allow dragging files for specific control(s) in Delphi
I would like to accept files as soon as someone drops a file to a specific control (e.g. TMemo). I started with this example: http://delphi.about.com/od/windowsshellapi/a/accept-filedrop.htm and ...
0
votes
1answer
27 views
Hide Windows start orb in python (3.2)
I am creating a program that will replace the windows start menu in Python. I have managed to find a way to hide the taskbar as shown below but i can't find a way to hide the start orb(Windows ...
0
votes
0answers
17 views
Add windows service in a Class Library(Output Type)
I have created a windows service and Installer in Windows application. It works well.
For some reasons I need to create that service and Installer in another Class Library. But For this case after ...
0
votes
1answer
41 views
php-cgi not executing for google app engine under windows
OS: windows XP
I am getting above error message:
C:\Documents and Settings\ramesh.d\google_appengine>dev_appserver.py --php_executable_path="c:\php\php-cgi.exe" helloworld/
INFO 2013-05-20 ...
0
votes
0answers
41 views
get data from USB using python
I am not understanding the USB protocol properly and so getting confused with my code to get data about the USB when i add it.
I cant figure out where i am going wrong.
My system is windows 8 64 bit.
...
0
votes
0answers
32 views
C++ Windows Unicode REGEX (standard)
I wrote a piece of code that does REGEX matching of some strings. All well with regular ASCII code but not Unicode.
std::string buffer;
/* snip */
const std::tr1::regex rx("([3-9]{1})");
...
0
votes
1answer
27 views
Latest versions of mysql2 and mysql gems requires mysql 6.0. How to use it with 5.x? [duplicate]
I've got a clean install of Ruby+Gems+DevKit+Rails. I've installed both mysql and mysql2. When i'm trying to start a development server i've got an error:
...
0
votes
1answer
22 views
How to record commands executed by processes (on MS Windows)?
I'm wondering if there is a way to capture/record shell commands being executed by any given process, e.g. if I have some GUI app with menu items that execute shell commands when I click them and I ...
0
votes
0answers
19 views
How to protect a windows application help file
I have a requirement to "protect the help file from copying [to competitors]". I can't find anything online that does this and am a little surprised. In certain niche markets (e.g. banking) I would ...
0
votes
1answer
24 views
ShellExecute failing with access denied
I am using psexec to start an executable in a remote system. The remote system is 64 bit while the exe pushed using psexec is 32 bit.
While running "psexec", I am providing the admin credentials of ...
0
votes
1answer
47 views
API or SDK for generating an AVI from bitmaps
I have an C++ VS2010 Windows MFC/GDI application, and I'd like to be able generate an AVI to create an animation from a series of bitmaps. Any recommendations for an appropriate API or SDK?
edit: ...
0
votes
1answer
28 views
Getting an exception when working with directoryInfo in C# / XNA
Think I have a problem with my windows phone application.
In my application I have a static method that returns me a collection of textures located in specific folder. When I launch my application on ...
1
vote
2answers
42 views
Execute .exe on java, who require some library
I have a little problem today,I want to use this tool http://freecode.com/projects/jpegoptim on my java program. But on windows it's only work with Cygwin after install jpeg library.
So my question ...




