Source Code (Windows)
Files
|
|
Search for Files
This source code provides a class responsible to carry out quick searches
in the file system. The class supports multiple extensions separated with common
delimiters.
Details...
|
|
Replace File Name in Path
A function that takes a string containing a path and a file name and replaces
it with a file name passed as a parameter. A very handy functions to use in
your Win32 SDK or MFC projects.
Details...
|
|
Sockets
|
|
Rudimentary UDP with Sockets
This source code demostrates the user of Sockets to set up a simple UDP
communication. The code compiles on VC++ 6.0 in a console based projrect.
Details...
|
|
System
|
|
Remote Process Viewer
This source code primarily demostrates the use of pure C++ COM (neither
MFC nor ATL) to build a process viewer server using the 'Tool Help' library.
A simple test client written in Visual Basic 6.0 uses the server for simple
socket based client-server communication.
Details...
|
|
|
|
|
User Interface
|
|
Altering Window Opacity
Use these two functions to change a (layered) window's opacity. The code only
works only Windows 2000 and XP. Use it in your Win32 SDK or MFC projects.
Details...
|
|
Center Dialog Box
A simple function that you can call from your Win32 SDK or MFC projects centers
a dialog box with respect to its owner. The source code takes into account screen
resolution and borders.
Details...
|
|
| Copyright © Sachin Sharma. All rights reserved. |
|