coding

  1. kemical

    Microsoft invents a new language

    SOFTWARE BEHEMOTH Microsoft has lifted the kimono on a prototype of an experimental programming language for creating interactive infographics, data visualizations and computational art. Dubbed "Vedea" after a river in Romania, the language has come out of the Volish research labs in Cambridge...
  2. E

    Windows 7 What's wrong with PAGE_NOCACHE in VirtualAlloc/VirtualFree

    Hi, I have this code: // AllocTest.cpp : Defines the entry point for the console application. // #include <windows.h> #include <stdio.h> int main(int argc, char * argv[]) { if ( ! SetProcessWorkingSetSize( GetCurrentProcess(), 1024 * 1024 * 1024 * 1.2, 1024 * 1024 * 1024 * 1.2 ) ) {...
  3. T

    Windows 7 Device Stage Coding Help

    I am trying to create a Device Stage for my cell phone that is not supported. I only want basic features but would love free space and battery information if possible. I have followed tutorials and everything I can find from Microsoft as well as an old tutorial I found online but I am unable to...
  4. E

    Windows 7 Taskbar Enhancement - Open all program windows

    It's frustrating to me that clicking on a taskbar item does exactly the same thing as hovering over it for a second. I argue that clicking should be more functional. Does anybody know how to code a little program that will open all windows of a particular program when clicking on that...
  5. J

    Windows 7 storage of code on WHS

    I'm using Visual Basic Express and trying to store code, templates etc on a folder on Windows Home Server. It appears that a "//server/...." URL is 'not trusted' by vb.net. I don't seem to be able to access any of the quoted .NET Access/Security tools from Windows 7 beta. Any ideas?
  6. U

    Windows Vista vista execution problem

    The code is written in linux, now I am porting to vista-machine. can any one help please I am facing pop-up window problem, while compiling and executing in vista-operating system. Regards Siddharoodh I D siddharoodh@gmail.com
  7. J

    Windows 7 Microsoft Help Workshop 4.03.0002 (.CNT) Buffer Overflow Exploit

    // PoC exploit for .cnt files buffer overflow vulnerability in // Microsoft Help Workshop v4.03.0002 // The tool is standard component of MS Visual Studio v6.0, 2003 (.NET) Code: Link Removed due to 404 Error Need I say more? josh_rain
Back
Top