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.

learn more… | top users | synonyms (2)

0
votes
1answer
23 views

Static string using File.ReadAllText

I am attempting to use File.ReadAllText as a static readonly string. My issue is I am compiling it with .NETz and when my program starts it looks for my string and if it is not found i get a nasty ...
0
votes
1answer
9 views

How to stop running tomcat using batch file?

I have installed tomcat 6 using tomcat6.exe file. From the location, am able to run tomcat by double clicking on Tomcat6.exe C:\Program Files\Apache Software Foundation\Tomcat 6.0\bin I just ...
1
vote
1answer
53 views

c# execute system command

My program must be executed immediately after windows's Login screen. For this purpose, I have changed some registry values and now this program launches on start-up instead of Explorer.exe. In my ...
0
votes
0answers
8 views

Load balancing app

I'm an engineering student and for my final year project, I've decided to create a Load Balancing application for Windows. By load balancing, I mean an application not unlike Connectifiy Dispatch, ...
0
votes
2answers
15 views

Why do I get java.lang.UnsatisfiedLinkError: Unable to load library?

I am trying to call a .dll file from my Java app using JNA. I am getting the following exception: Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library ...
1
vote
1answer
9 views

Windows Azure trial account [on hold]

How do I get a free trial of a windows azure account without providing my credit card info? I want to host my own server on cloud. I've tried azure pass and similar websites but none of the redeemable ...
0
votes
1answer
11 views

CreateWindowEx isn't return NULL but GetLastError returns 126 (Error:126)

Before calling CreateWindowEx(..) there isn't any error. And CreateWindowEx isn't return NULL. And interestingly window is show up after calling ShowWindow. In code as you can see there is 2 ...
0
votes
2answers
16 views

How to retrieve substring from a string in Windows batch file?

How do I retrieve the string "C:\Program Files (x86)\Stupid\MS\" from the following input? HKEY_CURRENT_USER\Software\Stupid\MS` installpath REG_SZ C:\Program Files (x86)\Stupid\MS\` ...
0
votes
0answers
9 views

How to create a hyperlink to shared network directory or file?

I've checked the following two related discussions: 1. How do I make a hyperlink to a local executable? 2. An URL to a Windows shared folder The following links work when I visited the website on ...
0
votes
1answer
32 views

Difference in files on windows and linux

I have a very peculiar problem. I need to send some signed XML to a web service. I've implemented the signing, that takes the XML, signs it and then sends it to the service. It all worked ok on my pc, ...
0
votes
0answers
8 views

Silent Installation and configuration of tomcat 6?

How to install tomcat silently without user interaction using batch file? Got the below link for this, but do not know how to proceed with it. silent tomcat installation can anyone help me please
1
vote
1answer
31 views

Libcurl.dll error with Git push

Recently I installed Git (Using Bit bucket for repository). I configured everything according to different guides I found on the net, but whenever I use the command git push -u origin --all I get the ...
1
vote
1answer
12 views

Protobuf in windows 8 app serialization or generating code not working

I need use protobuf in my windows store app and I use this Protobuf port but when I generate classes from proto file seen like not full because I dont have access to .newBuilder()... nad if I use ...
0
votes
0answers
5 views

C# MVVM cross Windows Phone 8 onNavigateTo and Init

i've got a question. I got a project in C# , Windows Phone 8 MVVM cross. I got a ViewModel and View off course. In the ViewModel I have an Init method to getting parameter from another ViewModel. In ...
2
votes
0answers
23 views

Lua for windows https

I've got a question about Lua and https. I'm developing some software for a router which supports Lua. The bad thing is that this router doesn't support debugging. So I was looking for an IDE for Lua. ...

1 2 3 4 5 3425
15 30 50 per page