First  |  Prev |  Next  |  Last
Pages: 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
《樂在工作》作者Denis Waitley真心推薦在家工作系統
´xÁn¬O¬O§O¤Hµ¹¦Û¤vªº¤@ºØªÖ©w °·±d¬O¦Û¤vµ¹¦Û¤vªº¤@ºØªÖ©w ·í´xÁn»P°·±d¤£¥i­Ý±oªº®É­Ô ¹ç¥i¿ï°·±d¦Ó±Ë´xÁn ¦]¬°´xÁn·|®ø¥¢ ¦Ó¾Ö¦³¤F°·±d¤]¦P®É¾Ö¦³¤FÀò±o¨ä¥L´xÁnªº¾÷·| ¦pªG¤@¥¹¥¢¥h¤F°·±d¡A¨ä¹ê¤]´N¥¢¥h¤F¤@¤Á¡I ±z´÷±æ¤£¥Î¥Xªù¤u§@¡A´N¯à¦P®ÉÁȱo°·±d©M°]´I¶Ü¡H http://msi-team.com/juiyenhuang http://whymsi.com/juiyenhuang ... 24 Jun 2008 05:08
Can't load Wow64DisableWow64FsRedirection
Any one have any idea why a Win32 program would fail on loading Wow64DisableWow64FsRedirection on Windows 2003 Server x64? Thanks. ... 23 Jun 2008 15:49
Explicit Linking Problem
Hello; I am trying to understand the concept of "Explicit Linking" but the following code gives the error: error C2365: 'GetLogicalDrives' : redefinition; previous definition was 'function' Other API functions such as FindFirstVolume, FindNextVolume, FindVolumeClose etc works properly. Any ideas ? ---- ... 23 Jun 2008 07:35
Minimal group of required environment variables for CreateProcess?
Is there any minimal group of required environment variables which must be set for CreateProcess to work? The MSDN documentation at http://msdn.microsoft.com/en-us/library/ms682425(VS.85).aspx mentions that a variable (whose name is "") must be set to the current working directory. However this seems only t... 24 Jun 2008 19:32
Enable printer sharing in windows XP.
I am trying to enable the printer sharing in windows XP programmatically. The operation i am trying to imitate is: 1. right click on a local printer (in printers and faxes window). 2. choose sharing from menu. 3. press on the "I understand the security risk..." hyper link. 4. choose just enable printer sharing. ... 22 Jun 2008 15:16
Replace unnamed pipe with named pipe
I'm trying to replace an unnamed pipe with a named pipe in order to use asynchronous I/O (overlapped I/O). The code to create the unnamed pipe is: HANDLE hs[2]; CreatePipe(&hs[0], &hs[1], NULL, 0); After browsing the MSDN documentation for named pipes I think I need something like this: HANDLE hs[2]; h... 22 Jun 2008 07:06
Writing to a HEX file doesn't work's
Hi I am trying to write to hex file , this is my first time writing to file in windows vista, So first i will let the user to create it by the "CFileDialog" and then save it, and Then i want to write to the file some data, here is the code i used: //to save the file CFileDialog dialog(FALSE,_T("hex"), FilePath... 22 Jun 2008 07:06
@ALL - [SOLUTION],...
Hi, i was about to going nuts and then i found the solution for this: The Tips with the Filter Driver and Registry lead me to a right way and also the hint with the Nirsoft USB Viewer showed the right way to this. Here are the Steps. First i searched the Web for something like a Filter Driver Viewer, then it c... 23 Jun 2008 03:30
Protecting global Shared Memory Object
Hi, I'm writing a Win32 service which uses Shared memory (File Mapping) for communication with other process. I would like to protect this memory object by giving it full access for the Service process and Read-only access for any other process. I'm not familiar with security (ACL, DACL, SACL). Looks like i ... 23 Jun 2008 18:55
WritePwrScheme under Vista
I've got an application that a requires that the power scheme be changed (and later restored). The application runs fine under XP and under Vista when "Run as Administrator". It doesn't work properly when run under Vista without setting that feature. Strangely enough, it partially runs correctly with ReadPwrScheme(... 21 Jun 2008 09:42
First  |  Prev |  Next  |  Last
Pages: 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35