|
dynamic text to balloon tip Hi, currently I have a pretty basic balloon tip .exe that I use for my company (computer software design & repairs). Currently I really only use the files for the repair aspect. Basically how it works is, I have a .vbs file that we use after a repair or routine maintenance. and in it has code, that after X amou... 3 Jan 2006 09:50
SetWindowsHookEx hi here we go again with another question about system hooks... I compiled a dll and exported a function using a .DEF file. lets call it lib.dll . Inside my .exe i load the library and i call the exported call StartHook (see code below) Now the question i have is : What do i need to do to get notified fo... 29 Dec 2005 07:19
where is a copy of atlstr.h ?? Where does the header file atlstr.h reside? I can't find it, yet #include <atlstr.h> This line appears at the top of a sample thread program *and* it appears numerous times at the top of MS sample programs. Yet I can't find it anywhere! The lack of this header file, negates any effectiveness of the example ... 1 Jan 2006 14:43
Where can I download MSDN library for Visual C++ 6.0 Hi, My MSDN CD (disk 1 and 2) for Visual Studio 6 was damaged. Where can I download that document disks ? Thanks Tran Hong Quang ... 25 Dec 2005 09:34
free ebook available on VC++.net? Hi I wanted to know if any ebooks available for free on VC++.Net ? Pls suggest. Thanks & Regards tIGER786 ... 18 Jan 2006 14:59
IAccessible ? I am having a problem performing a simple operation such as selectiing an item from a combobox. I can dropdown the list by performing the default action on the dropdown button. I can also highlight the list item by doing an accSelect. But the list item default action does not select the item when the dropdow... 18 Dec 2005 03:50
IHTMLDocument2 Any ideas why IHTMLDocument2::get_anchors doesn't return all the anchors in a page? For instance, if I check http://www.coolgroups.com/desert2/, it says there are none. If I do IHTMLDocument2::get_all, the link is there. Any ideas? ... 8 Dec 2005 05:01
ON_MESSAGE change from VC++ 6.0 to VC++ .net 2003 ? I'm trying to compile a VC++ 6.0 project in my VC++ .net 2003 compiler. I opened the project and told it to convert it when it asked and did a compile. But I get 2 errors both on the same type of line. The errors are: c:\temp\ZipDemo\TextProgressCtrl.cpp(145) : error C2440: 'static_cast' : cannot convert fr... 3 Dec 2005 10:14
Invoking WebBrowser Object from a windowless application Hello, I have a windowless application that runs as a process. This process needs to support HTML printing functionality. What are the possible options to print HTML file from a process? ShellExecute with option "printto" doesn't work for me because it pops up the printer dialog and my process can not have UI.... 7 Dec 2005 10:20
NT service and simulated Keystroke I run into a problem and hope that someone may help me out. Here is the summary of what I am doing: 1. I create a NT service 2. The service is a multi-threaded application that listen on some port (winsock) 3. Whenever a connection is make the service will spin-off a thread to deal with the connection (thro... 4 Nov 2005 05:12 |