0
votes
2answers
32 views

Can I trigger a method by any event of a certain type

I'm building a simple windows form application. Every time the value of a control is changed the control will trigger an event that sends the new value to an object. The thing is that I want to set a ...
2
votes
1answer
24 views

Is it possible to build WinDBG extensions using Visual Studio?

To build WinDBG debugger extensions, must we use the Build utility that comes with the WDK, or can we use Visual Studio? (In particular, I'd be interested in VS2010 SP1.) According to the ...
0
votes
0answers
10 views

Can I specify codepage of cl.exe by environment variables?

I use Visual Studio 2010. My machine's default codepage is cp932, and cl.exe works on cp932. I'd like to let it work on cp65001 for building makefile of third-party project. I want to set codepage of ...
0
votes
1answer
52 views

Improving accuracy of Windows Sleep()

I understand that the Sleep() function in windows can only ensure that your thread sleeps for at least the specified time. While Sleep() cannot ensure that the thread only sleeps more than the ...
0
votes
0answers
40 views

getopt_long port to windows: __progname redefinition error

I'm using a port of getopt_long for windows which has the following lines: [...] static char * __progname __P((char *)); int getopt_internal __P((int, char * const *, const char *)); static char * ...
0
votes
1answer
18 views

D9024 make unrecognized source file type

If I run this cmd on cmd line using MS cl: cl -c /W3 /Od ioapi.c the object file, ioapi.obj is created as expected. If however I create a makefile with this entry: ioapi.obj: ioapi.c cl -c ...
0
votes
1answer
52 views

Couldn't Debug the Complete Code to Create the Window

As what have said on Creating a Window (Windows): “Congratulations, you've created a window! Right now, the window does not contain any content or interact with the user.” But I couldn't debug ...
0
votes
0answers
23 views

conflicting packages on NuGet, Visual Studio 2010

I am creating a Windows 7 image, for a college dept. It must include: Visual Studio 2010 the lecturers has requested ASP.NET MVC3 with Tools, and would like the image to allow a local ...
1
vote
1answer
29 views

MarkUpExtension in .Net Metro App

I am using C#, XAML in Microsoft Visual Studio. In WPF with the desktop version of the .Net framework, there is a markupextension class under namespace System.Windows.Markup. Saw it from the ...
0
votes
0answers
17 views

/INTEGRITYCHECK linker flag (Microsoft Visual Studio)

I added to additional linker flags /INTEGRITYCHECK options for my application and signed my application but it doesn't work due to system error: "Windows cannot verify the digital signature for this ...
0
votes
2answers
61 views

Control Firefox in C#.net like Microsoft Internet Controls

I want to control Firefox tabs. I have application that dynamically generate parameter of fixed url which I join with url and open on browser. My problem is that on when I open any url from C# ...
-1
votes
2answers
44 views

where to download service pack1 of visual studio 2010 [closed]

I want to download visual studio service pack 1. I have VS 2010 but now I want to download service pack 1. The problem is where i have to install service pack 1, the system is not connected to ...
0
votes
1answer
37 views

WIndows - manifest based ETW provider issue

I have a C/C++ app where I want to use a manifest based ETW solution. I have issues when using tools that open a generated *.etl (like default one on Windows, or any other) in that I cannot see the ...
0
votes
0answers
37 views

Compilation errors when changing from winsock.h to winsock2.h

I am working on a project where I have to support IPv6 addressing scheme. This requires me to replace winsock.h with winsock2.h to make IP-version independent calls. Initially, I faced redefinition ...
0
votes
1answer
172 views

Qt5 Static Build yields Failed to load platform plugin “windows”

I am writing a Qt application on Windows using Visual Studio 2012. Using the Qt Add-in and a custom built static distribution of Qt 5.0.2. I am running into the dreaded "Failed to load platform ...
-5
votes
0answers
37 views

How to have a running database for a c# visual studio windows application?(How does a database work) [closed]

I am planning on building a windows application in c# which would need user authentication. i.e. username and password. The application would need to access the internet to authenticate the user. ...
1
vote
1answer
43 views

How can I invoke CreateFile for something like /dev/null in Windows?

I need to call a function in a Windows library that takes as a parameter a handle to a file created by CreateFile. In my application, I am not interested in the output that the library generates on ...
2
votes
1answer
55 views

how to access namespace “windows”

#include<iostream> #include<string.h> #include<Windows.h> . . . using namespace Windows::Networking::Connectivity; . . . ConnectionProfile^ internetConnectionProfile = ...
3
votes
2answers
108 views

Differences between running an executable with Visual Studio debugger vs without debugger

I'm trying to debug an issue in which an executable produces repeatable output (which I want) when executed directly from Visual Studio, but does not produce repeatable output when executed from the ...
2
votes
1answer
55 views

DirectX SDK project - porting to VS2012

I'm porting to visual studio 2012 a solution with a project which uses some headers from the directX SDK in this path: C:/../Microsoft DirectX SDK (June 2010)/Samples/C++/DXUT11/Core the problem ...
0
votes
1answer
68 views

Converting CUDA .cu file to PTX file

I am having problem converting .cu to .ptx. I am using nvcc as follows: "C:\ Program Files\NVIDIA GPU Computing Toolkit\CUDA\v5.0\bin\nvcc" -ptx -ccbin "C:\ Program Files (x86)\Microsoft Visual ...
0
votes
1answer
34 views

Setting up Qyoto in Visual Studio

I’m trying to develop an application using Qyoto with Visual Studio,but I’m having trouble setting up the IDE.I have downloaded the binary package for windows, but I could not find any documents on ...
1
vote
1answer
83 views

Is Visual Studio 2012 suitable for C (not C++) professional programming? [closed]

I've to develop a service for Windows7 in C. I've to use a few C libraries (GNU Scientific Library among others) and I'm wondering about what IDE to adopt. With C#, I'm used to both Visual Studio ...
1
vote
1answer
33 views

VS2010 how to make output to show counter of projects built

I have solution with very big number of projects in it and would like to see somehow progress of compilation. As you probably know when compiling we see only those strings in Output Window (even if ...
2
votes
3answers
59 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
73 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
48 views

ClickOnce Visual Studio install

I am having an issue with Visual Studio 2012 for Windows Desktop. I accidentally deleted the ClickOnce extension and now I can't deploy with ClickOnce. I searched and could not find it on Google or ...
0
votes
0answers
19 views

issue about connect to team foundation server

I installed Windows 8 Pro, Sql Server 2008, Visual Studio 2010 respectively. I tr to connect Team Foundation Server, but it gives me below error. Server address and user information is true. ...
0
votes
0answers
29 views

Visual Basic - Check To See If Program Can Edit Registry

I am working on a Visual Basic 2008 program that has to edit the computer's registry, but I want to add a way for the program to check to see if it has permission to edit the registry, and if it ...
1
vote
0answers
55 views

How to start building a small digital circuit designer? [closed]

I have to build a small digital circuit designer in C# with Windows Forms (using Visual Studio 2012). I already have some knowledge in C#, but never really did a fully-fletched user interface, so I ...
-4
votes
1answer
57 views

Windows shortcut vs command line behavior

I'm encountering a strange problem which could only really be explained by differences in running a program via the command line or by shortcut. The application in question is a command line C# ...
0
votes
1answer
96 views

Visual Studio Windows Form - pass data from seperate form (not parent) to Child MDI

Ive searched and searched but cannot find the answer to this question. How do I pass data from a form that is not a parent to a child MDI in visual studio windows form. Scenario:- Parent has a menu ...
0
votes
0answers
11 views

Resources for Getting started on Windows Development as a Unix web dev

So skills demanded in my area want a lot of .net. Almost all of my development experience is Python/Ruby/Javascript web development, or C++/Java school assignments. I've used Eclipse for java, and ...
-1
votes
1answer
31 views

Why windows installer shortcut targeting to “application folder” not to “application”

If I include start menu or desktop short with visual studio setup project.The shortcuts target location will be the the application folder not the application (Application.exe). Why specially windows ...
0
votes
0answers
22 views

Executing code on Visual Studio Debugger exit

I have an external input device that I need to turn off on executable exit. Is there a way to execute code in C when Visual Studio Debugger exits so I can turn the device off?
3
votes
1answer
63 views

Opening a web page in a non-elevated browser from an elevated process C#

I've been trying for a couple weeks now to run a non-elevated web browser from an elevated process, I have tried various things, duplicating the explorer token, using the WinSafer Apis mentioned here ...
0
votes
0answers
76 views

Win32_DiskDrive and eSATA

I am trying to detect removable drives using WMI and currently I am filtering by InterfaceType to include only drives with a USB interface. I was wondering if there is a way to detect eSATA drives or ...
1
vote
2answers
47 views

Login SQL from another domain

I am trying to connect to SQL Server 2012 on a separate domain to Visual Studio/ my computer. (It’s my personal machine on a workgroup). I have access to the server and can log in fine with SQL ...
-2
votes
1answer
69 views

running a gui program in the background

i created a windows service that will run another program. but now i want to run a program that has a gui but in the background so i don't want the gui to be visible. this is the code i used for the ...
1
vote
1answer
106 views

how to start a program using a windows service?

I created a windows service in c++ using visual studios and now I want the service to run an exe file. The service is set to start every time the computer starts i know i need to use code to locate ...
1
vote
1answer
80 views

C - how to use vt100 code in windows

i try to move the cursor in console. and i find out that vt100 code could do this. #include<stdio.h> int main() { printf("123456789\n"); printf("\033A"); printf("abcdefghi\n"); ...
0
votes
2answers
256 views

Unable to add reference in Visual Studio 2012 'ReferenceManagerPackage'

Recently i encountered this issue whereby whenever i right-click "Add Reference..." it give me an error as stated below. Package 'ReferenceManagerPackage' failed to load. Attempted to reinstall ...
0
votes
0answers
40 views

CacheInstaller.exe wont start with Azure Emulator

Yesterday my Azure emulator starting playing up and I've no idea why. I've not changed anything in the setup etc so it is quite strange. When I run the project the emulator wont start and eventually ...
2
votes
0answers
110 views

Can't understand why my Window Size math is not working with some particular compiler and OS [duplicate]

I used to do the following to create a window of an 800*600 client area: dwStyle = WS_OVERLAPPED | WS_THICKFRAME | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | WS_MINIMIZEBOX; int nPositionX = 20, ...
0
votes
1answer
42 views

Is it possible to hide the local network traffic of an application from the system and other applications that may be checking?

And oppositely, how much information can an application gather about local network traffic? And how can one restrict such behavior so that any application trying to check it will come up with nothing? ...
0
votes
0answers
49 views

Where Can I Find Virtual Testing Environments? [closed]

I have used Cloudshare in the past, but they recently removed Windows XP, Windows 7, and Windows 8 templates from their environments. Their service is worthless to me now. Yes, I have searched for ...
1
vote
0answers
75 views

How I can show “Local Area Connection” properties dialog

I should show the "Local Area Connection" properties dialog (it is the dialog which has two tabs Networking and Sharing) from my program. How I can do it? Now I use this function: void ...
-1
votes
1answer
47 views

msvcrt mistakes

May be I'm missing something (Surely I do) but I don't understand a thing : Each brand new version of Visual Studio is shipped with a particular msvcrtxx (msvcr100.dll, msvrct.dll, ...) Right. ...
4
votes
3answers
153 views

Is there a memory overhead associated with heap memory allocations (eg markers in the heap)?

Thinking in particular of C++ on Windows using a recent Visual Studio C++ compiler, I am wondering about the heap implementation: Assuming that I'm using the release compiler, and I'm not concerned ...
3
votes
1answer
98 views

Are Visual C++ dynamic runtime libraries part of the Windows OS nowadays?

Are the dynamic runtime libraries for Visual C++ (more specifically 2008) part of the Windows OS nowadays? I noticed that at least on Windows 8 you no longer need to ship these with your application ...

1 2 3 4 5 14