Windows Developer Center Microsoft's developer portal for Windows Application Development MSDN Library Online documentation for the Microsoft Windows platform API and all their other offerings. Download: Visual C# 2010 Express Develop applications for Windows using the free edition of Visual C#. ...

learn more… | top users | synonyms (2)

0
votes
0answers
4 views

Pass extra wParam/lParam parameters?

A standard window procedure function takes this prototype: LRESULT CALLBACK WndProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); When a message such as WM_MOUSEMOVE or WM_CHAR, the WndProc ...
0
votes
0answers
7 views

remove option on booting

I had tried to install windows 8 consumer preview on my latop as a dual boot OS. Now I quit the installation in between and the consumer preview never got installed on my computer, but every time I ...
-3
votes
0answers
12 views

DbgPrint Not Working

While i use DbgPrint in kernel driver program DebugView does not print or log nothing.plz help me to solve this.thank u. While i use DbgPrint in kernel driver program DebugView does not print or log ...
1
vote
1answer
17 views

Creating a new instance of a process at WM_CLOSE

I am trying to write a program which starts itself as a DETACHED_PROCESS when the user hits the close botton in the title bar and following is the code for handling the WM_CLOSE message: case ...
1
vote
1answer
12 views

Incorrect @INC in Activestate Perl in Windows

I am using ActiveState perl with Komodo Edit. I am getting the following error. Can't locate MyGengo.pm in @INC (@INC contains: C:/Perl/site/lib C:/Perl/lib .) at D:\oDesk\MyGengo Integration\sample ...
3
votes
3answers
33 views

What is the difference between closing an application and ending the process from Task Manager?

What is the difference between killing an application using the close button and ending the process from the Task Manager? I am aware of the fact that hitting the close button posts a WM_CLOSE ...
1
vote
2answers
21 views

UTF-16 on cmd.exe

I've created the directory "•◘▬¨ŤlCęół♥☺☻0" and I would like to make it visible with dir /b command. So far, chcp 10000, chcp 10001 and chcp 65000(utf-8) commands failed(the original name was ...
0
votes
1answer
29 views

char[] vs LPCSTR strange behavior

Could you please explain why, in order to convert a char array like this: char strarr[5] = {65,83,67,73,73}; //ASCII Into LPCSTR to be accepted by GetModuleHandleA() and GetProcAddress(), I have to ...
0
votes
1answer
19 views

Binary data storage with layers and eviction policies

I'm looking for a solution for binary data storage and before developing it thought someone might know of something that would fit my needs Windows OS C# API Storage layers which data can be added ...
-1
votes
1answer
17 views

Windows Context Menu Clipboard Editor [closed]

I would like to know if there is a program or process out there or how to edit the windows context menu, in order to paste a preset amount of responses. For example under "Paste Special" there would ...
0
votes
0answers
14 views

Add data to an array and compare to another

I can use cmd to dump a list of wireless networks in range via: netsh wlan show networks > output.txt ::Can I store this to a local variable instead of a text file? Which results in an output ...
1
vote
1answer
21 views

window.bind function causing ie7 to not respond because of a long running script

I'm using the following script for a responsive menu. In IE7 the script makes the page freeze and it says the page "is not responding due to a long running script". I found that the bit causing the ...
0
votes
0answers
16 views

Definitive fool-proof steps for 0MQ / ZeroMQ and Java on Windows 7?

I've been trying to use 0MQ in my Windows dev environment with Java but I'm having a very difficult experience. It appears there are many issues with PATHs being inconsistent and the Visual Studio ...
1
vote
0answers
7 views

Windows App Cert Kit Debug App Check error

When I run the windows app certification kit on my metro app, it passes everything except the Debug App Check. It gives the following error: Failed to extract imported API information for this ...
1
vote
1answer
19 views

Write permission on usb mass storage

I want to make an usb disk write protected, I have found doing this as a solution: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies] "WriteProtect"=dword:00000001 But this ...

1 2 3 4 5 2218
15 30 50 per page