First  |  Prev |  Next  |  Last
Pages: 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
Is directory shared?
On 11 juin, 00:01, JRB <j...(a)jrbsoftware.com> wrote: Thanks! Do you have a prototype for GetNetResourceFromLocalPathW()? I've found one for IsPathSharedW() but a google search on GetNetResourceFromLocalPath produces only one valid hit which just lists the functions in ntshrui.dll. For example => typ... 19 Jun 2008 01:18
CPU Usage Limit
Manish <manishsnghl(a)gmail.com> wrote in news:cdc9c95b-75bf-4ec1-ba5f-ce1143fcb28a(a)n19g2000prg.googlegroups.com: On Jun 11, 11:04�am, Christian ASTOR <casto...(a)club-internet.fr> wrote: Manish wrote: Hi, I am new to win32 programming. I want to create an application in such a way that we can lim... 19 Jun 2008 01:18
[ANN] Idle Scripting Language 0.3.0 beta
New beta version released ------------------------- I've uploaded a new beta (version 0.3.0) of Idle. Changes to the previous version include: + added support for textual macros and source code preprocessing. Module macro adds facilities to Idle similar to macro handling in the C preprocessor. It allows t... 7 May 2008 11:47
assigning bitmap to button
Hi I am trying the following line of code ButtonIcon = LoadImage(IntPtr.Zero, @"D:\connectBeam.bmp", ImageType.Bitmap, LR_DEFAULTSIZE, LR_DEFAULTSIZE, LoadImageFlags.LoadFromFile); SendMessage(_childwindow, (uint)BM_SETIMAGE, IMAGE_BITMAP | IMAGE_ICON, (int)ButtonIcon); I get the handle after L... 7 May 2008 13:25
How to implement a "resident" application
What would be the best way to implement an application that is running all the time, does not have a visible window (maybe an icon on the system tray), is invoked by pressing special keyboard-mouse sequence and when invoked, looks at the selected text in a currently active window and displays a tool tip based on th... 7 May 2008 14:14
IWebBrowser2->Navigate() Failure...
Hi guys, I use IWebBrowser2 in a console application WITHOUT MFC, but met a problem: I can start the IE, but Navigate() always return failure... My code: // browser.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "mshtml.h" #include <Exdisp.h> //for IWebBrowser2 ... 7 May 2008 10:08
DeviceIoControl (Drive serial name OFFSET -> CHAR) [C++ | WINAPI]
Hi all! When I'm using DeviceIoControl with IOCTL_STORAGE_QUERY_PROPERTY and SerialNumberOffset i can't put this serial name(SerialNumberOffset) into the char buffer for exemple. help me please ... 7 May 2008 08:31
Problem with DialogBox() returning -1
Hi! I'm having problems where SOME of my users fail to run my program, because DialogBox() returns -1. I've set up a MessageBox() that shows the value of GetLastError(), and it returns 0 (The operation completed successfully.) Anyone have any suggestions as to what could cause this? This is the relevant par... 7 May 2008 08:31
_WIN32_WINNT define WTS function
I should use WTS function in my code. To use this function, I need to define _WIN32_WINNT as 0x501. However, my app should also work on win 2k which is older than the specified minimum version. On 2k, my code won't call that function. How should I write my code? 1. Even though the app should work on 2k, speci... 7 May 2008 10:08
GetFileTime on usb driver return 0 and does not fail
Hello, I'm trying to obtain the last write time on a usb drive (example e:\) with a FAT file system, i'm using the GetFileTime(...) function, example: FILETIME ftCreate, ftAccess, ftWrite; //reset the default return value: ftWrite.dwHighDateTime=0; ftWrite.dwLowDateTime=0; HANDLE hFi... 6 May 2008 23:26
First  |  Prev |  Next  |  Last
Pages: 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58