I'm facing a problem with the use of UDP sockets running on a Windows Server 2008 R2 Standard 64 bits (processor is Dual-Core).
Two different software modules, one writen in VC++ 6.0, the...
I'm writting an MFC VC++ 6.0 application and it needs to retrieve the network interface status.
I mean, for example: When you first connect your laptop to a WiFi network you get...
The compiler attempts to use a precompiled header generated by a C++ compiler on a C source file. This can happen when "Per-File Use of Precompiled Headers" is...
You may find interesting some more information about that el pointer:
As I told you it is a pointer to a CClientThread object (CEventListener interface).
Here you have the code where it is declared...
I'm stress-testing an application of mine.
This application is a service, so it has to be able to support quite a heavy loan of work.
It is installed and working fine at several...
In short: :)
Sending WM_COPY message from my app to Word, Excel or Notepad works. But sending it to Internet Explorer, Firefox or Outlook Express does not work: the clipboard...
Something weird is happening with an application of mine:
It works OK on any computer but on one (I have nearly one hundred installations made, up and running) :confused:
The...
Hi mmalling!
If you finally solved the problem, could you please post it? I'm trying to use this function, and though I program on Win2k, I need it working on Win9x too.
Thank you!
Thank you for your interest.
This is all about auto-configuration of the IP address of a device made by the company I work for: When you first connect it to a subnet, that device has...
My problem is that I want a socket in my application to receive an UDP packet whose source address is 255.255.255.255 or 192.168.0.255 (subnet mask 255.255.255.0). I've tried both with the MFC...
If you select a computer with the code supplied SHGetPathFromIDList (pidl,szDir) will return FALSE.
So, to get the computer name selected you will have to look at pszDisplayName parameter of...
If you ask for browsing computers it makes no sense to start browsing at the SHBrowseForFolder default path, which is <user name>\Desktop. It would be much more elegant to start...
I got to do a similar thing to what you are trying, but the dialog I opened while a main window was hidden ( ShowWindow(SW_HIDE) ) was non-modal ( instead of calling CDialog::DoModal() you call the...
I've written a resident chat app similar to microsoft messeger, so that its icon is at system tray and if you ask the app to close, it just fades out to that icon.
To get that fading I've used a...
I'm first trying to use ADO.NET and C#. I try to connect a simple mdb Daba Base to a DataGrid control, and everything works OK, but any change I make to the table I see is not upodated into the...