Advertisement

Results for "Author: russell sanders"

ASP_Volume2 #27111
Coloring VB Code Fast

Although the main purpous for this submission is to color VB code for viewing in a richtextbox. What you will learn can help with fast string manipulation. And you also get alot of information on the RichText standard. Read the cod comments for a full understanding. Just so you know! I'm sick of getting several hundred downloads and no comments I could give a s@@t about code of the month as i dont think im a good enough coder; however, I do want comments. Comments about how to code better or about the inventiveness of my submission or even how crappy it is. You can keep the spelling and grammer comments to yourself. This isn't PSC the online english school is it? So if your worried you may not get code of the month don't vote. But please comment! god or bad. This is by far the fastest way to color vb code without an outside dll or control Its done in pure vb and can color 300kb in less than a second. This time was attained on a 3 ghz processor with a gig of ram. It does key words, Quoated strings And comments. The user has the option to alse include web addresses, which would be underlined. The only problem I can find with the current code is it want color itself without error. I want go into an explination here; but, if you must color this programs code or just want more details on what is wrong jusy drop me a note. You can reach me through PSC. The code seems to handle all exceptions within the code. Odd quoats and if a comment char is inside a quoat it will be ignored, things such as these are handled. At present the compare method is binary and will only catch proper case words The same case structure used in vb, EndIf, ElseIf, exc... Changing to a text compare would allow you to ignore case but would also slow down the function a bit. If your source is derived from the VB IDE all should work well; however, if you are makeing your own editor you will want to use the text compare method at least during the editing process. NOTE: THIS CODE HAS ONLY BEEN TESTED ON WINDOWS XP WITH VISUAL BASIC 6 HAVEING THE LATEST UPDATE!

ASP_Volume2 #29076
New Code And Procedure Injection

Read On.

ASP_Volume2 #38794
Auto Search File List Box

Uses a text box as the search field the letters you enter are the changes represented in the FileList Box. There are a number of code snipets included for testing. Haven't seen this around I made it cause i needed a way to quickly search the long list of code snipets i was getting and had stored in a single folder.Could also be used with the dirListBox to search as you clicked on a new directory.

ASP_Volume2 #39336
RichText UNDO (update)

This is a good undo function in a mod. Only keeps up with the changes to the text, not entire copies of it. Uses very little memory for unlimited undos.

ASP_Volume3 #60438
Image File List

update 07-17-08 Fixed a bug I caused fixing the last bug.Sorry for the bad upload. update 07-16-08 fixed a bug with path property pointed out by Ed Wilk and Rodger Gilchrist. Thanks. update 07-13-08 A few changes addressed in the ucThumbs code, most notable is saving the thumb image in an array for faster drawing. update 03-03-08 Added auto size and maintain ratio to the thumbs. also changed the way text is writen. I'm working on unicode. Update 02-27-08 fixed a few bugs in the code and added some key events along with keyboard shortcuts. You cna find info on the changes at the top of the UC code module. This is an image file list box. It has a lot of the same properties of the file list. It also has a few properties of its own. A built in right click menu with (Copy, Delete, Move, Rename, Browse for folder, and a File Properties option). Update: found a few problems I fixed. And also I thought since I wrote the code it would be easier for me to update it to do different size thumbs. I couldn't decide on user defined or optional set sizes so I did both.I also added them to the menu so you can change the size at runtime. I'm working on comments and cleaning the code. This may take a few days as I'm quite busy these days. Please let me know if you find any errors in the code or need something added. Thanks! 02-22-08 fixed some problems pointed out by users, credit an reports given in uc code. Thanks for the comments. added runtime resizeability to the Usercontrol

ASP_Volume3 #61128
PSC code downloader

The renaming zip file code uses the unzip32.dll version 1.1.0.0 Info-ZIP's UnZip DLL for Win32. It also uses web browser control and the msinet control. It will download every file on the psc servers but that isn't its' best feature nor is it recomended. It will also list and download the last 50 files posted to the planet. you can also search psc by author and download all there files. Although; I have only tested this with vb and c++ it should work with all PSC listings. It saves its' download progress in the registry. I have updated the downloader with a new option "Download All Results" and added a simple help file.

ASP_Volume3 #61129
Menu Bar

'Welcome to The new and improved Menu Control. 'Created By Russell Sanders 12/2006 ' 2/21/07 I said in the last update that it would be the last but I have fixed a few things that just had to be published. After all the time I put in to the code I left out something as simple as, changing the caption on the fly, out. So I fixed that and also got the tool tips working. a few other small things. ' In the past two months I have put close to 300 hours in this control. I thank you all for looking ' at it and welcome any comment good or bad. ' This works well for small apps. ' 'credits: ' PSC for a place to get help and code on anything. And to all the dedicated users of PSC ' who post there thoughts there advice and criticisms on code, Thanks. ' other credits are with the relative code. ' ' This uses Pauls' safe subclass Code Found At: ' http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=42918&lngWId=1 ' read the readme in the zip to understand usage. read the code to see how Update:2-14-2007 this will be the last update for this control. Unless I find a bad problem with it. I have started to work on an MDI version of this control and will be replacing this one with it when it is done.

ASP_Volume3 #61130
Picture Grid

1-07-08 Some serious problems fixed: Read the readme. Thanks for your support and sorry for the bad upload. 1-04-08 This update finishes this editors features. and includes error handlers. NOTE:This includes a fix for the resize code that caused the app to crash. The readme has also been updated. 12-25 here is another update for the program i wasn't going to update again. Speed boost, a few more options and a little cleaner interface. still not using copy memory; however, It s still fast. Enjoy the code, thanks for the votes, and have a happy new year. Updated 12-17-07 : I wasn't going to update this again until I had it working with "copymemory" API but it seems that at least a few people like the ideas here so I didn’t feel good about having a known error in the posted source. Also, the help was a little vague so I also wanted to improve it. A few notes first however, this is only a test app for the functions presented in the source. The UI leaves a lot to be desired when it comes to looks and usability but the ideas work. Note: I am working on another version using copyMemory and hoping to spruce up the UI a little but I wouldn't look for to much, I do like everything handy and cramped. Marry Christmas to you all, and God bless you. Read the readme for the new help.

C_Volume2 #68173
Coloring VB Code Fast

Although the main purpous for this submission is to color VB code for viewing in a richtextbox. What you will learn can help with fast string manipulation. And you also get alot of information on the RichText standard. Read the cod comments for a full understanding. Just so you know! I'm sick of getting several hundred downloads and no comments I could give a s@@t about code of the month as i dont think im a good enough coder; however, I do want comments. Comments about how to code better or about the inventiveness of my submission or even how crappy it is. You can keep the spelling and grammer comments to yourself. This isn't PSC the online english school is it? So if your worried you may not get code of the month don't vote. But please comment! god or bad. This is by far the fastest way to color vb code without an outside dll or control Its done in pure vb and can color 300kb in less than a second. This time was attained on a 3 ghz processor with a gig of ram. It does key words, Quoated strings And comments. The user has the option to alse include web addresses, which would be underlined. The only problem I can find with the current code is it want color itself without error. I want go into an explination here; but, if you must color this programs code or just want more details on what is wrong jusy drop me a note. You can reach me through PSC. The code seems to handle all exceptions within the code. Odd quoats and if a comment char is inside a quoat it will be ignored, things such as these are handled. At present the compare method is binary and will only catch proper case words The same case structure used in vb, EndIf, ElseIf, exc... Changing to a text compare would allow you to ignore case but would also slow down the function a bit. If your source is derived from the VB IDE all should work well; however, if you are makeing your own editor you will want to use the text compare method at least during the editing process. NOTE: THIS CODE HAS ONLY BEEN TESTED ON WINDOWS XP WITH VISUAL BASIC 6 HAVEING THE LATEST UPDATE!

C_Volume2 #70138
New Code And Procedure Injection

Read On.

C_Volume2 #79856
Auto Search File List Box

Uses a text box as the search field the letters you enter are the changes represented in the FileList Box. There are a number of code snipets included for testing. Haven't seen this around I made it cause i needed a way to quickly search the long list of code snipets i was getting and had stored in a single folder.Could also be used with the dirListBox to search as you clicked on a new directory.

C_Volume2 #80398
RichText UNDO (update)

This is a good undo function in a mod. Only keeps up with the changes to the text, not entire copies of it. Uses very little memory for unlimited undos.

Java_Volume1 #86717
Coloring VB Code Fast

Although the main purpous for this submission is to color VB code for viewing in a richtextbox. What you will learn can help with fast string manipulation. And you also get alot of information on the RichText standard. Read the cod comments for a full understanding. Just so you know! I'm sick of getting several hundred downloads and no comments I could give a s@@t about code of the month as i dont think im a good enough coder; however, I do want comments. Comments about how to code better or about the inventiveness of my submission or even how crappy it is. You can keep the spelling and grammer comments to yourself. This isn't PSC the online english school is it? So if your worried you may not get code of the month don't vote. But please comment! god or bad. This is by far the fastest way to color vb code without an outside dll or control Its done in pure vb and can color 300kb in less than a second. This time was attained on a 3 ghz processor with a gig of ram. It does key words, Quoated strings And comments. The user has the option to alse include web addresses, which would be underlined. The only problem I can find with the current code is it want color itself without error. I want go into an explination here; but, if you must color this programs code or just want more details on what is wrong jusy drop me a note. You can reach me through PSC. The code seems to handle all exceptions within the code. Odd quoats and if a comment char is inside a quoat it will be ignored, things such as these are handled. At present the compare method is binary and will only catch proper case words The same case structure used in vb, EndIf, ElseIf, exc... Changing to a text compare would allow you to ignore case but would also slow down the function a bit. If your source is derived from the VB IDE all should work well; however, if you are makeing your own editor you will want to use the text compare method at least during the editing process. NOTE: THIS CODE HAS ONLY BEEN TESTED ON WINDOWS XP WITH VISUAL BASIC 6 HAVEING THE LATEST UPDATE!

Java_Volume1 #88682
New Code And Procedure Injection

Read On.

Java_Volume1 #98400
Auto Search File List Box

Uses a text box as the search field the letters you enter are the changes represented in the FileList Box. There are a number of code snipets included for testing. Haven't seen this around I made it cause i needed a way to quickly search the long list of code snipets i was getting and had stored in a single folder.Could also be used with the dirListBox to search as you clicked on a new directory.

Java_Volume1 #98941
RichText UNDO (update)

This is a good undo function in a mod. Only keeps up with the changes to the text, not entire copies of it. Uses very little memory for unlimited undos.

2_2002-2004 #113865
Coloring VB Code Fast

Although the main purpous for this submission is to color VB code for viewing in a richtextbox. What you will learn can help with fast string manipulation. And you also get alot of information on the RichText standard. Read the cod comments for a full understanding. Just so you know! I'm sick of getting several hundred downloads and no comments I could give a s@@t about code of the month as i dont think im a good enough coder; however, I do want comments. Comments about how to code better or about the inventiveness of my submission or even how crappy it is. You can keep the spelling and grammer comments to yourself. This isn't PSC the online english school is it? So if your worried you may not get code of the month don't vote. But please comment! god or bad. This is by far the fastest way to color vb code without an outside dll or control Its done in pure vb and can color 300kb in less than a second. This time was attained on a 3 ghz processor with a gig of ram. It does key words, Quoated strings And comments. The user has the option to alse include web addresses, which would be underlined. The only problem I can find with the current code is it want color itself without error. I want go into an explination here; but, if you must color this programs code or just want more details on what is wrong jusy drop me a note. You can reach me through PSC. The code seems to handle all exceptions within the code. Odd quoats and if a comment char is inside a quoat it will be ignored, things such as these are handled. At present the compare method is binary and will only catch proper case words The same case structure used in vb, EndIf, ElseIf, exc... Changing to a text compare would allow you to ignore case but would also slow down the function a bit. If your source is derived from the VB IDE all should work well; however, if you are makeing your own editor you will want to use the text compare method at least during the editing process. NOTE: THIS CODE HAS ONLY BEEN TESTED ON WINDOWS XP WITH VISUAL BASIC 6 HAVEING THE LATEST UPDATE!

2_2002-2004 #115829
New Code And Procedure Injection

Read On.

2_2002-2004 #125547
Auto Search File List Box

Uses a text box as the search field the letters you enter are the changes represented in the FileList Box. There are a number of code snipets included for testing. Haven't seen this around I made it cause i needed a way to quickly search the long list of code snipets i was getting and had stored in a single folder.Could also be used with the dirListBox to search as you clicked on a new directory.

2_2002-2004 #126089
RichText UNDO (update)

This is a good undo function in a mod. Only keeps up with the changes to the text, not entire copies of it. Uses very little memory for unlimited undos.

Languages
Top Categories
Global Discovery