NetManager V1.1
Posted
by Petr Stejskal
on January 28th, 1999
In the source code are included some parts from MFC Programmers Sourcebook.

The version 1.0 contains:
- Ping
- Finger
- Network browser
- People and WWW monitoring
- E-mail Client (SMTP)
- Updating WWW
- File opening and executing
The 277 KB of source code contains:
- WinSock
- WinInet
- INI file manipulations
- PropertySheet, TabControl, ComboBox, ListBox, ListControl, TreeControl, Menu, Popup-Menu, StatusBar, Animate
- Arrays
- Multithreading, Timer
- Drag & Drop
- Splash screen

Comments
Is there any new version??
Posted by Legacy on 10/09/2001 12:00amOriginally posted by: zhan yan
it's post in 1999,
Replyi want to know if there is any new version
I can't download the source code completely! Who can send it to my email box? Thanks
Posted by Legacy on 08/13/2000 12:00amOriginally posted by: Bright
I can't download the source code completely! I only can download 67k bytes. Who can send it to my email box? Thanks a lot!
Replywonderful
Posted by Legacy on 08/06/2000 12:00amOriginally posted by: ervion
Petr Stejskal,The program is wonderful,thank you
ReplyError Message : "Winctrl2.cpp Line 670"
Posted by Legacy on 05/17/2000 12:00amOriginally posted by: C.Y. Liu
If the number of Server Item recorded in NETMANAG.INI
is equal to zero, there would be a bug message like
"Winctrl2.cpp Line 670".
It seems the first "do-while" loop in CPagePeople::IfCanCheckAll()
should be changed into the type of "while" loop.
Replybool CPagePeople::IfCanCheckAll()
{
......
HTREEITEM hServerItem = m_ServerTree.GetRootItem();
......
while(hServerItem!=NULL) // <-- do by CY Liu 2000/5/17
{
bServer = FALSE;
.......................
hServerItem = m_ServerTree.GetNextSiblingItem(hServerItem);
}
// <-- while(hServerItem); by CY Liu 2000/5/17
.............
........
}
Don't work POP3...
Posted by Legacy on 05/09/2000 12:00amOriginally posted by: Young pyo,Hong
Nice job, but I can't get mail...
ReplyMaybe...Pop3 Don't work...
Can't run...
Posted by Legacy on 02/07/2000 12:00amOriginally posted by: race lee
ReplyI need help...
Posted by Legacy on 10/04/1999 12:00amOriginally posted by: Joe Broughton
I am in need of ws2_32.dll if someone could please send it to me. It would be greatly appriciated. Thanks...
ReplyERROR in OleMainThreadWndName under Win98!
Posted by Legacy on 08/05/1999 12:00amOriginally posted by: Yves Jeanrenaud
It doesn't work on all machines with Win98 that I've got.
I aint't got other OS to try with.
Norton CrashGuard tells following reasons:
ERROR in OleMainThreadWndName
Windows 98 Version 4.10.1998
NETMANAGER.EXE hat den Fehler #c0000005 in MFC42D.DLL bei Adresse 0177:5f450e5f verursacht.
Register:
EAX=00000000 CS=0177 EIP=5f450e5f EFLGS=00010246
EBX=0068aec6 SS=017f ESP=0068ac20 EBP=0068ac50
ECX=00000000 DS=017f ESI=00560d5c FS=127f
EDX=00000000 ES=017f EDI=0068ae08 GS=0000
Bytes bei CS:EIP:
8b 42 0c 83 e0 01 85 c0 75 38 83 7d 0c 00 75 0f
Stapelwerte:
0068ae08 00560d5c 0068aec6 0068ac38 0068f9a0 0068ac68 0068ac58 00000000 0068ac20 0068ac6c 5f49df76 ffffffff 0068ac78 00407c6b 00000000 009c6cac
If anybody could fix that problem, I would be generous.
Yves
ReplyCan You Get Remote Pc Share Disk by IP address?
Posted by Legacy on 06/29/1999 12:00amOriginally posted by: Ading Wang
I see some software can get remote PC share disk
Replyby it IP address,can you do that?
Don't run on my system also. Windows98 PII 450
Posted by Legacy on 05/07/1999 12:00amOriginally posted by: John Owens
The program looks cool, but i can't get it to run on my system. I got it all to build ok, but keeps locking up on run time.
ReplyLoading, Please Wait ...