I am writing an ftp client using MFC. The particular server that my client is communicating with is A Bulletproof ftp server. I connect to the server by creating an CInternetSession object and...
http://www.rohitab.com/discuss/index.php?showtopic=17456
How would I build this in VS2008? Seems like they left a step or two out?
http://www.codeproject.com/KB/threads/taskex.aspx
Also c...
I am trying to send data from excel to another APP. I can do this using SendKeys, but I want to do the same function but without the other app needing to maintain focus. Is this possible...?
...
I have a client-server system, in which it is important that I am able to fairly accurately block users from the system when necessary. The most apparent way to do so is by user account and th...
I've tried putting ansi.sys into config.nt, but later discovered that this is not relevant to "cmd.exe" (and obviously, ansi escape sequences don't just work without something to handle them)....
Hi,
Could you please let me know how to detect USB device arrival. Am writing a windows 32 application using SDK which would detect arrival of any device at USB port. After detecting the de...
Hi,
I wrote an application (in Delphi) that is used by hundreds of NT users over an internal network. The .exe file is about 2161KB in size, and resides on an NT server that all of the clie...
Hi!
most of the time the following works, but sometimes it doesn't. It is as if Windows XP has a limit on the number of hooks or something like that. Incidentally, when this doesn't work, t...
I want to be able to interecept a function such as BitBlt for all applications currently running and that are consequently run until windows successfully exits. When an application calls BitB...
What internal Windows effect does changing the value, "âÃÂæpath to dll âÃÂæ", of the following key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{8856F961-340A-11D0-A96B-00C0...
I Administrer a Classified network and have a requirement to alter ALL users tools/services/addressing information within their Outlook2000 client.
In our GAL (Global Address List), we have...
Hello Experts!
I need a pretty simple VBScript to do the following 2 tasks:
1.) Delete the following folder and its subfolders: "C:\Program Files\DataMate EBS"
2.) Delete the following r...
This is a follow up on http://www.experts-exchange.com/jsp/qShow.jsp?ta=winprog&qid=10224880
I have a Win32 console program. It is complicated but of old-design full of printf's etc. I n...
Ok, I have been trying to figure this out all week.
I'm using Visual Basic 6 with the ADSI interface to access Active Directory. We have made our own schema extension to AD to include a 'b...
Im writing a DLL and trying to create a window. For some reason when I try the RegisterClass and CreateWindow calls CreateWindow fails with a "The system cannot find the file specified." erro...
Hi,
1) My objective to delete all the shortcuts that automatically gets generated in "My Network Places". I figured out that all those documents exist in DocumentsandSettings\UserName\NetHo...
Hi,
I am trying to change the screen saver settings for the current logged on user in the registry.
Here's what I did:
- use EnumProcesses to pull up all the active processes
- get the...
Hi guys,
Ran into an interesting problem with a client today. She had a windows installation that was pretty corrupted, so we backed up the data files and reinstalled from scratch.
One o...
Hi,
I got an issue with the Windows API function CopyFile which I'm calling from Delphi. Files aren't renamed correctly!
I have this code:
{$IFDEF DEBUG} fDebug.Log( 'D', 'Renaming ''...
Hi,
I would like to build a simple IP packet sniffer (like those under Solaris --snoop) in C++.
So far I have seen this done only with W2K...
Does any one of you know of a place where I...
I run a internet cafe and I need to determine (or another way) to run a different vbs script if the computer name matches ABCWS013 or ABCWS014....see if computer names are ABCWS001-012 we run ...
I'd like to add time stamp to file names like this:
file1.txt -> file1%timestamp%.txt
file2.txt -> file2%timestamp%.txt
How do I do it so that timestamp doesn't come after .txt extensi...
I have an .ico file that I want to use as my icon for a simple Win32API application that I am writing. In essence, the program is just your regular:
int APIENTRY WinMain(HINSTANCE hInsta...
Hey all...
I'm working on a MSI installer that installs a series of services that require a service account. In order to facilitate installation, I am making a MSI custom action to optiona...
I'm in the process of writing an application to create multiple users on an NT server. I'm using the Net Functions (NetUserAdd..etc) and cannot seem to convert a CString parameter (taken at th...