Advertisement

Results for "Author: josh bussdieker"

2002ASP #1309
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!

2002ASP #1310
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. '**************************************************************

2002C #9913
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!

2002C #9914
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. '**************************************************************

2002VB #18517
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!

2002VB #18518
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. '**************************************************************

1_2002 #105271
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!

1_2002 #105272
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. '**************************************************************

Languages
Top Categories
Global Discovery