0
votes
1answer
16 views
Set window icon does not apply in task bar when app has windows shortcut
I have observed strange case. I build WPF app and I tried to change Window.Icon dynamically during runtime so that the icon is being changed in task bar (not only in window title). I change it ...
0
votes
2answers
43 views
When can two .NET processes share DLL memory?
I have two ASP.NET websites that reference the same class llibrary. Currently we publish the site with two copies of the class library. Does this waste memory? Does the OS know the two copies of ...
2
votes
2answers
45 views
Grey out winform app except open dialog
I would like to "grey out" my winform app all except the currently open dialog, is this possible?
0
votes
1answer
14 views
plug in .net 4.0 into .net 2.0 testing
I have a plug in developed with .net 4.0, using WPF. I now have to plug this into to my customers app which is running .net 2.0. I believe I can do this using COM.
Is there another way to plug this ...
0
votes
0answers
8 views
Ink writing performance over RDS 2012
I have a winforms application that uses Microsoft.Ink libraries heavily and runs on windows tablets (not the surface, regular tablets with the full windows OS either W7 or W8). We want to move this to ...
0
votes
0answers
29 views
Windows project deployment (with WIX, InstallShield etc.) - Easy solutions? [closed]
Recently, I had to learn the hard way that Microsoft removed the famous Installer project from Visual Studio 2012. Even though they announced a few years ago that support will be discontinued, like ...
-1
votes
0answers
16 views
sn.exe .net in windows xp embedded
I'm trying to use .NET's sn.exe on Windows XP embedded with the command -Vu, but keep getting the following error:
Failed to open registry key - The system cannot find the file specified.
Looking ...
2
votes
0answers
71 views
+150
How to create passable from C# into C++ delegate that takes a IEnumerable as argument with SWIG?
So I have next C++ code:
#ifdef WIN32
# undef CALLBACK
# define CALLBACK __stdcall
#else
# define CALLBACK
#endif
#include <iostream>
#include <vector>
namespace OdeProxy {
...
-3
votes
0answers
30 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 ...
-1
votes
0answers
35 views
Files: how to distinguish file lock and permission denied cases?
How to distinguish cases when file operation failed due to file lock and lack of permissions?
-2
votes
0answers
13 views
Register com dll using WIX per user install [closed]
How should I register .Net COM dll using per user wix installer because. It does not ask for elevated permission prompt.
1
vote
1answer
17 views
How to remove the speech event handler?
Please have a look at the following code
SpeechRecognizer sr2 = new SpeechRecognizer();
...
sr2.SpeechRecognized += new EventHandler<SpeechRecognizedEventArgs>(sr2_SpeechRecognized);
...
...
0
votes
0answers
73 views
Intermittent 'Could not find a part of the path' error upon file stream initialization
I've just moved some software to a new Windows 2012 server. The problem I'm troubleshooting relates to a Windows service that does background processing when it finds jobs to run.
In the first week ...
1
vote
1answer
37 views
Stop responding to windows commands
Please have a look at the following code
private void button2_Click(object sender, EventArgs e)
{
SpeechRecognizer sr = new SpeechRecognizer();
Choices colors = new ...
1
vote
3answers
50 views
App busy but not responding : how to check what it's doing?
We have a .NET app.
On some specific machines, the application doesn't respond anymore. However, in task manager, the app is listed as 'active' (instead of 'not responding'). We can also see in task ...
0
votes
1answer
20 views
Recommended registry key or value locations
I will be writing some sensitive information into the registry under HKLM\Software and HKCU\Software. This information is managed by a shared/common library and is not specific to a particular ...
0
votes
3answers
34 views
I want a selected item in combobox on formlogin to be automatically changed in Main form
I Have 2 form,
first the login form which is contain combobox1 that user will select...
and then the Main form which will be display the selected item in combobox1 on the label1 in loginform...
i ...
-2
votes
0answers
38 views
Alternative Software-Virtualizer for .NET applications [closed]
I'm on the search to a good Software-Virtualizer application to pack/virtualize my .NET applications.
I'm searching for alternatives to "BoxedAppPacker" Virtualizer application.
The requisites I ...
-3
votes
2answers
33 views
How to know wich Framework requires a external application? [closed]
How can I know which version of Framework requires to be installed in the PC to execute a application which is developed in .NET but not developed by myself?
How to know which version of FW needs that ...
0
votes
0answers
41 views
NETDOM returns “Access is denied” when run remotely on XP machine
I have about 600 Windows 7 and XP computers in about 20 facilities across two states to migrate to a new domain. Of course, automation is key here. In order to better collect and analyze output, I ...
2
votes
3answers
52 views
Using a font that a user doesn't have installed
can't believe I don't know the answer to this already, but what happens if I use a font that a user then doesn't have installed.
So if I set a label to use Segoe UI and then a user on Win XP (who ...
0
votes
2answers
57 views
Windows Application That Displays Pop-Ups While Other Programs Are Running
Firstly, I have zero experience programming with .NET so this could be a pretty nooby question...
I'm wondering if it's possible to build an application like xFire - which displays pop-ups in-game to ...
0
votes
0answers
45 views
How to disable shortcut keys in windows form [duplicate]
I have a windows form in full screen mode, I want to disable all shortcut keys. I found some codes from the net and it is working if I press ALT+TAB, etc. the only problem is the ALT+CTRL+TAB (It has ...
0
votes
0answers
39 views
Fastest way to scale SlimDX surface
I'm doing screencasts on Windows by DirectX using SlimDX. I'm getting a surface object.
My question is what is fastest way to scale (resize) this surface.
The performance issue is very important to me ...
0
votes
0answers
31 views
Workflow Manager - Request response workflow
Is there any way to implement request response workflows using Workflow Manager 1.0?
"Workflow Manager 1.0 does not currently support direct SOAP messaging, including two-way (request-response) ...
0
votes
1answer
58 views
VPN Connectivity exist after disconnects from internet. How can i detect internet connectivity state on this situation via C#?
I am working on a offline mode for a project in C#.
After disconnecting from internet also VPN Client is being alive for sometime for reconnecting attempt. In this situation all c# method says ...
-3
votes
1answer
28 views
Want to copy screenesaver file in System32 folder instead of SysWow64 on 64bit Machine
I am creating Setup and deployment project in which i have one screensaver file and Framework 4.0 file. I am installing this setup using Setup created by project. The system in which i am installing ...
1
vote
3answers
49 views
Windows Service application in c#
I have created a Windows Service application using c#. I have followed the steps from this msdn documentation but the service is not listing in the services section in Computer -> Manage -> ...
0
votes
0answers
27 views
where to get the .net 3.5 bootstrapper? [duplicate]
I have a windows 7 machine, already have .net 4.5 and it's sdk installed as well as VS2012.
I have a .net 3.5 project that I need to publish but I get the following error:
...
1
vote
3answers
88 views
Async two-way communication with Windows Named Pipes (.Net)
I have a windows service and a GUI that need to communicate with each other. Either can send messages at any time.
I'm looking at using NamedPipes, but it seems that you cant read & write to the ...
0
votes
0answers
62 views
Losing events using IOCP Sockets on high load
For work, I need to write a server able to handle up to 8000/10000 active connections using TCP as protocol.
I've used IOCP before, but I'm getting a weird situation where the server starts to lose ...
3
votes
1answer
75 views
Cross Process Event - Release all waiters reliably
I have created a cross process event via ManualResetEvent. When this event does occur potentially n threads in n different processes should be unblocked and start running to fetch the new data. The ...
0
votes
1answer
49 views
Set Window almost Topmost
I code an editor, that should have a fullscreen-mode (editor covers 100% of the screen, taskbar is not visible). "Set the Window Topmost" you would say, but here´s the problem: my editor runs external ...
0
votes
1answer
57 views
(Windows 8 store app) Refresh current page if 5 minutes passed from entering suspended state till next running state
As mentioned in the title, I want the current page's content to refresh when turning from suspended state to running state, but only if 5 minutes passed from when I entered the suspended state.
How ...
0
votes
1answer
77 views
I'm making a torch app in Win Phone 8 but i cant turn off the led, how can i do that?
i have read another post in other to make a torch App for mi Nokia Lumia 820, i successfully turn on the led but when i try to turn it off ... i can't, i use this code in order to turn it on.
var ...
1
vote
0answers
50 views
gdi+ generic error when drawing image on Graphics object
Consider the following code running in a windows service.
Graphics g = Graphics.FromImage(printImage);
for (int rows = 1; rows <= thumbRows; rows++) {
for (int cols = 1; cols <= ...
-4
votes
0answers
39 views
Windows 8 RT Zip Freeware Library [closed]
I'm looking for a free Zip Handling library for Windows8 / Windows RT application.. The only I can find on the web aren't free.
This library must handle:
Password zip
Folder / subfolder
2
votes
2answers
66 views
How to stop Windows service programmaticaly
Good day!
I have a question about programming Windows services: how to stop my windows service?
Here is a very simplified example code(C#):
// Here is my service class (MyTestService.cs).
public ...
0
votes
2answers
35 views
Deny user permissions to reg value?
I'm trying to make a basic trial period method to my application adding a invisible reg key and also denying the user to delete that value but I don't know how to deny user permission like ...
-3
votes
0answers
50 views
Microsoft Bits versus WCF [closed]
I am totally new to Microsoft Bits.dll Not sure if I have done enough research on Microsoft bits.dll
" Background Intelligent Transfer Service (BITS) is a component of Microsoft Windows XP and later ...
3
votes
1answer
67 views
How to copy both - html and text to the clipboard?
I'm trying to put in the clipoard piece of html and plain text at the same time, so that html-capable editors could paste html, and other editors could use plain text.
...
0
votes
0answers
38 views
.NET: Updating a serialized object
I am dealing with a huge object in .NET.
It is a udt/struct.
Because creating this object is really time consuming (several hours), I create the object only once.
Then I serialize it, and I ...
0
votes
2answers
54 views
Open a dialog window from a windows service
I have created a windows service application in C# to popup a dialog window at particular intervals. While debugging in Visual studio, it is working well. Then I created an installation setup. But ...
0
votes
2answers
42 views
Convert Windows version number to double
I'm having a problem with this:
Private Function Get_NT_Version()
Dim NT As Decimal = CDec(System.Environment.OSVersion.Version.ToString.Substring(0, 3))
MsgBox(NT)
Return NT
End ...
0
votes
1answer
56 views
Get list of installed Aero themes
I want to get a list of information (with filename and real theme name) of the installed AERO themes in a Windows 7 OS.
Also I need to change the current theme to one of the installed themes, but ...
0
votes
0answers
45 views
Windows store app:What are the .pdb folders
In my project folder i see that there is a lot of .pdb folders as shown in the picture below:
What are these folders? and is there anyway i can remove or hide them?
0
votes
0answers
41 views
How do I Implement Text to Speech with net-framework in Common Lisp using Emacs\SBCL in Windows 8?
When I start Emacs I can enter this into the REPL successfully:
(load "D:\\Program Files (x86)\\Steel Bank Common Lisp\\1.1.4\\site\\rdnzl\\load.lisp")
so I have RDNZL installed and loaded so ...
1
vote
1answer
103 views
Check for device change (add/remove) events
I'd like to know if there's a way to trigger an event when a device is added or removed from the system. I want to be able to detect if say, a USB flash drive has been added, or a mouse, or whatever ...
0
votes
1answer
40 views
Can't connect to Windows ServiceBus via HTTPS
I'm trying to connect to a windows service bus using HTTPS. Here is my app config setting:
<appSettings>
<add key="Microsoft.ServiceBus.ConnectionString" ...
0
votes
4answers
71 views
c# compile in old framework
I made an app in C# framework .NET 4.0 for Windows 7 x64. I have now been asked to install this app on Windows XP x86 that has only framework 3.0 and some apparently might have only 2.0. Updating to ...





