Advertisement

Results for "Author: joshua bussdieker"

ASP_Volume2 #31742
Hotline Protocol Socket (Update 0.5b3)

'************************************************************** ' Hotline Socket v0.5b3 ' Please send feedback / suggestions to ' hotlinesocket@hotmail.com ' ' Required Classes: ' * clshsPrivledges - the protocol's privledges for users ' * clshsPath - the protocol's path format (Unfinished) ' * clshsClientHeader - The layout of client sent tasks ' * clshsServerHeader - The layout of server send tasks ' * clshsFileEntry - The layout of the protocol's user (also ' used for file lists) ' * clshsUserEntry - The layout of the protocol's file (also ' used for user lists) ' * clsUserList - Not required but helpfull when creating a ' user list. ' Required Modules: ' * modhsConversion - Big Edian number conversion routines and ' several other conversion routines ' ' Fixes Since v0.5b2: ' * Changed the order that the TaskComplete and SrvReply* events ' get fired so that special data could be stored in a task buffer ' and be used before the task is told to be deleted. ' * Fixed various bugs and did some optimizing ' * Added support for changing nick/icon ' * Finished support for all unfilled requests ' * Added more objects ' * Added array tools to modhsConversion ' ' Fixes Since v0.5b1: ' * Fixed an error that happend when more than one transaction ' fit into a DataArrival event. ' * Fixed the UserLeave info so it sends the correct event. ' * Added support for a few more requests. ' * Added full UserList support ' * Added more comments ' ' If you find anything that should be added besides more of the ' supported transactions please feel free to e-mail me, and I ' will reply due to the lack of a life :) Happy Coding. '**************************************************************

ASP_Volume2 #31783
Hotline Tracker Socket

This simple control simplifys the hotline tracker protocol so that just a few lines of code can list a tracker.

ASP_Volume2 #32917
ProgressBar in a ListView column

Here you have it the source code for adding a progress bar to a listview control, similar to Napster and iMesh. I have brought the problems down to one and that is the Horizontal Scrollbar so if anyone figures this one lemme know. The code now refreshes of of the WM_PAINT message so it's super effiecient. Happy Coding!

ASP_Volume3 #45980
ProgressBar in a ListView column

Here you have it the source code for adding a progress bar to a listview control, similar to Napster and iMesh. I have brought the problems down to one and that is the Horizontal Scrollbar so if anyone figures this one lemme know. The code now refreshes of of the WM_PAINT message so it's super effiecient. Happy Coding!

ASP_Volume3 #45981
Hotline Tracker Socket

This simple control simplifys the hotline tracker protocol so that just a few lines of code can list a tracker.

ASP_Volume3 #45982
Hotline Protocol Socket (Update 0.5b3)

'************************************************************** ' Hotline Socket v0.5b3 ' Please send feedback / suggestions to ' hotlinesocket@hotmail.com ' ' Required Classes: ' * clshsPrivledges - the protocol's privledges for users ' * clshsPath - the protocol's path format (Unfinished) ' * clshsClientHeader - The layout of client sent tasks ' * clshsServerHeader - The layout of server send tasks ' * clshsFileEntry - The layout of the protocol's user (also ' used for file lists) ' * clshsUserEntry - The layout of the protocol's file (also ' used for user lists) ' * clsUserList - Not required but helpfull when creating a ' user list. ' Required Modules: ' * modhsConversion - Big Edian number conversion routines and ' several other conversion routines ' ' Fixes Since v0.5b2: ' * Changed the order that the TaskComplete and SrvReply* events ' get fired so that special data could be stored in a task buffer ' and be used before the task is told to be deleted. ' * Fixed various bugs and did some optimizing ' * Added support for changing nick/icon ' * Finished support for all unfilled requests ' * Added more objects ' * Added array tools to modhsConversion ' ' Fixes Since v0.5b1: ' * Fixed an error that happend when more than one transaction ' fit into a DataArrival event. ' * Fixed the UserLeave info so it sends the correct event. ' * Added support for a few more requests. ' * Added full UserList support ' * Added more comments ' ' If you find anything that should be added besides more of the ' supported transactions please feel free to e-mail me, and I ' will reply due to the lack of a life :) Happy Coding. '**************************************************************

C_Volume2 #72804
Hotline Protocol Socket (Update 0.5b3)

'************************************************************** ' Hotline Socket v0.5b3 ' Please send feedback / suggestions to ' hotlinesocket@hotmail.com ' ' Required Classes: ' * clshsPrivledges - the protocol's privledges for users ' * clshsPath - the protocol's path format (Unfinished) ' * clshsClientHeader - The layout of client sent tasks ' * clshsServerHeader - The layout of server send tasks ' * clshsFileEntry - The layout of the protocol's user (also ' used for file lists) ' * clshsUserEntry - The layout of the protocol's file (also ' used for user lists) ' * clsUserList - Not required but helpfull when creating a ' user list. ' Required Modules: ' * modhsConversion - Big Edian number conversion routines and ' several other conversion routines ' ' Fixes Since v0.5b2: ' * Changed the order that the TaskComplete and SrvReply* events ' get fired so that special data could be stored in a task buffer ' and be used before the task is told to be deleted. ' * Fixed various bugs and did some optimizing ' * Added support for changing nick/icon ' * Finished support for all unfilled requests ' * Added more objects ' * Added array tools to modhsConversion ' ' Fixes Since v0.5b1: ' * Fixed an error that happend when more than one transaction ' fit into a DataArrival event. ' * Fixed the UserLeave info so it sends the correct event. ' * Added support for a few more requests. ' * Added full UserList support ' * Added more comments ' ' If you find anything that should be added besides more of the ' supported transactions please feel free to e-mail me, and I ' will reply due to the lack of a life :) Happy Coding. '**************************************************************

C_Volume2 #72845
Hotline Tracker Socket

This simple control simplifys the hotline tracker protocol so that just a few lines of code can list a tracker.

C_Volume2 #73979
ProgressBar in a ListView column

Here you have it the source code for adding a progress bar to a listview control, similar to Napster and iMesh. I have brought the problems down to one and that is the Horizontal Scrollbar so if anyone figures this one lemme know. The code now refreshes of of the WM_PAINT message so it's super effiecient. Happy Coding!

Java_Volume1 #91348
Hotline Protocol Socket (Update 0.5b3)

'************************************************************** ' Hotline Socket v0.5b3 ' Please send feedback / suggestions to ' hotlinesocket@hotmail.com ' ' Required Classes: ' * clshsPrivledges - the protocol's privledges for users ' * clshsPath - the protocol's path format (Unfinished) ' * clshsClientHeader - The layout of client sent tasks ' * clshsServerHeader - The layout of server send tasks ' * clshsFileEntry - The layout of the protocol's user (also ' used for file lists) ' * clshsUserEntry - The layout of the protocol's file (also ' used for user lists) ' * clsUserList - Not required but helpfull when creating a ' user list. ' Required Modules: ' * modhsConversion - Big Edian number conversion routines and ' several other conversion routines ' ' Fixes Since v0.5b2: ' * Changed the order that the TaskComplete and SrvReply* events ' get fired so that special data could be stored in a task buffer ' and be used before the task is told to be deleted. ' * Fixed various bugs and did some optimizing ' * Added support for changing nick/icon ' * Finished support for all unfilled requests ' * Added more objects ' * Added array tools to modhsConversion ' ' Fixes Since v0.5b1: ' * Fixed an error that happend when more than one transaction ' fit into a DataArrival event. ' * Fixed the UserLeave info so it sends the correct event. ' * Added support for a few more requests. ' * Added full UserList support ' * Added more comments ' ' If you find anything that should be added besides more of the ' supported transactions please feel free to e-mail me, and I ' will reply due to the lack of a life :) Happy Coding. '**************************************************************

Java_Volume1 #91389
Hotline Tracker Socket

This simple control simplifys the hotline tracker protocol so that just a few lines of code can list a tracker.

Java_Volume1 #92523
ProgressBar in a ListView column

Here you have it the source code for adding a progress bar to a listview control, similar to Napster and iMesh. I have brought the problems down to one and that is the Horizontal Scrollbar so if anyone figures this one lemme know. The code now refreshes of of the WM_PAINT message so it's super effiecient. Happy Coding!

2_2002-2004 #118495
Hotline Protocol Socket (Update 0.5b3)

'************************************************************** ' Hotline Socket v0.5b3 ' Please send feedback / suggestions to ' hotlinesocket@hotmail.com ' ' Required Classes: ' * clshsPrivledges - the protocol's privledges for users ' * clshsPath - the protocol's path format (Unfinished) ' * clshsClientHeader - The layout of client sent tasks ' * clshsServerHeader - The layout of server send tasks ' * clshsFileEntry - The layout of the protocol's user (also ' used for file lists) ' * clshsUserEntry - The layout of the protocol's file (also ' used for user lists) ' * clsUserList - Not required but helpfull when creating a ' user list. ' Required Modules: ' * modhsConversion - Big Edian number conversion routines and ' several other conversion routines ' ' Fixes Since v0.5b2: ' * Changed the order that the TaskComplete and SrvReply* events ' get fired so that special data could be stored in a task buffer ' and be used before the task is told to be deleted. ' * Fixed various bugs and did some optimizing ' * Added support for changing nick/icon ' * Finished support for all unfilled requests ' * Added more objects ' * Added array tools to modhsConversion ' ' Fixes Since v0.5b1: ' * Fixed an error that happend when more than one transaction ' fit into a DataArrival event. ' * Fixed the UserLeave info so it sends the correct event. ' * Added support for a few more requests. ' * Added full UserList support ' * Added more comments ' ' If you find anything that should be added besides more of the ' supported transactions please feel free to e-mail me, and I ' will reply due to the lack of a life :) Happy Coding. '**************************************************************

2_2002-2004 #118536
Hotline Tracker Socket

This simple control simplifys the hotline tracker protocol so that just a few lines of code can list a tracker.

2_2002-2004 #119670
ProgressBar in a ListView column

Here you have it the source code for adding a progress bar to a listview control, similar to Napster and iMesh. I have brought the problems down to one and that is the Horizontal Scrollbar so if anyone figures this one lemme know. The code now refreshes of of the WM_PAINT message so it's super effiecient. Happy Coding!

3_2004-2005 #137039
Hotline Protocol Socket (Update 0.5b3)

'************************************************************** ' Hotline Socket v0.5b3 ' Please send feedback / suggestions to ' hotlinesocket@hotmail.com ' ' Required Classes: ' * clshsPrivledges - the protocol's privledges for users ' * clshsPath - the protocol's path format (Unfinished) ' * clshsClientHeader - The layout of client sent tasks ' * clshsServerHeader - The layout of server send tasks ' * clshsFileEntry - The layout of the protocol's user (also ' used for file lists) ' * clshsUserEntry - The layout of the protocol's file (also ' used for user lists) ' * clsUserList - Not required but helpfull when creating a ' user list. ' Required Modules: ' * modhsConversion - Big Edian number conversion routines and ' several other conversion routines ' ' Fixes Since v0.5b2: ' * Changed the order that the TaskComplete and SrvReply* events ' get fired so that special data could be stored in a task buffer ' and be used before the task is told to be deleted. ' * Fixed various bugs and did some optimizing ' * Added support for changing nick/icon ' * Finished support for all unfilled requests ' * Added more objects ' * Added array tools to modhsConversion ' ' Fixes Since v0.5b1: ' * Fixed an error that happend when more than one transaction ' fit into a DataArrival event. ' * Fixed the UserLeave info so it sends the correct event. ' * Added support for a few more requests. ' * Added full UserList support ' * Added more comments ' ' If you find anything that should be added besides more of the ' supported transactions please feel free to e-mail me, and I ' will reply due to the lack of a life :) Happy Coding. '**************************************************************

3_2004-2005 #137080
Hotline Tracker Socket

This simple control simplifys the hotline tracker protocol so that just a few lines of code can list a tracker.

3_2004-2005 #138214
ProgressBar in a ListView column

Here you have it the source code for adding a progress bar to a listview control, similar to Napster and iMesh. I have brought the problems down to one and that is the Horizontal Scrollbar so if anyone figures this one lemme know. The code now refreshes of of the WM_PAINT message so it's super effiecient. Happy Coding!

4_2005-2006 #151277
ProgressBar in a ListView column

Here you have it the source code for adding a progress bar to a listview control, similar to Napster and iMesh. I have brought the problems down to one and that is the Horizontal Scrollbar so if anyone figures this one lemme know. The code now refreshes of of the WM_PAINT message so it's super effiecient. Happy Coding!

4_2005-2006 #151278
Hotline Tracker Socket

This simple control simplifys the hotline tracker protocol so that just a few lines of code can list a tracker.

Languages
Top Categories
Global Discovery