Advertisement

Results for "Author: infra"

5_2007-2008 #173099
Coolest Fader

This is the source code to (my) not-so well known Coolest Fader. It can fade text with colors in HTML, ANSI, and Yahoo! Chat Color Coding. It is written in VB5, and there is no use of the rich text or mswinsock control (for you VB5 users who haven't fixed that problem).

6_2008-2009 #195611
Cyclone ScreenSaver (CSS)

Need a nice screensaver? Want to be hypnotized by spinning dots and circles? Trying to learn how to use PSet? Trying to learn how to make a class module? Need to know how to use Sine and Cosine to make a circle? Or do you just want to see something cool!? Well, this is the answer to all of those questions, and more! CSS (Cyclone ScreenSaver) creates multiple circles of spinning dots that move around your screen, like a cyclone. It also has a tutorial (included in the source) explaining the use of Sine and Cosine in creating circles! CSS is fully commented, and is a ready to go screensaver. If you want some neat effects, and a great screensaver... Check out CSS!!

6_2008-2009 #195612
Finding points on a circle using only degrees (Sine/Cosine)!

This tutorial shows how to find a point on a circle (with any radius), using only the degree of the point. It teaches the use of Sine and Cosine in doing so. A great tutorial if you are going to be manipulating circles!

6_2008-2009 #195613
Misc. Coding (Hot!)

This code is made for newbies and veterans alike who need lots of different codes fast. It has: FileSave, FileOpen, ListSave, ListOpen, MakeDir, DeleteDir, DelFilesInDir, MoveFile, CopyFile, DeleteFile, ExecuteFile, Encrypt, Decrypt, BitEncrypt, BitDecrypt, DisableCtrlAltDel, EnableCtrlAltDel, HideCtrlAltDel, ShowCtrlAltDel, OpenCD, CloseCD, PrintBlankPage, PrintText (prints Text out of the default printer) MakeStartupReg, AddToStartupDir, MakeRegFile, Ontop, Notontop, InvisibleForm, HoleInForm, ClipboardCopy, ClipboardGet, ClearClipboard, Ping (ICMP), ConvertIPAddressToLong, Add, Subtract, Divide, Multiply, ToPower, ToRoot, FractionToDecimal, DecimalToPercentage, AreaOfCircle, Circumference, AreaOfSquare, PerimeterOfSquare, PerimeterOfRectangle, AreaOfRectangle, AreaOfTriangle, PerimeterOfTriangle, PerimeterOf4SidedPolygon, VolumeOfCube, VolumeOfPrism, VolumeOfSphere, VolumeOfPyramid, VolumeOfCone, VolumeOfCylinder, 2 and 3 color HTML, Yahoo! Chat Color Coding, and ANSI fades, AltCaps (Alternating Caps, example: cOoL), BackwardsText (example: looC), EliteType (Screwed Text, example: c00|_), SpaceCharacters (example: C o o l), DoubleCharacters (example: CCooooll), EchoText (example: Cool ool ol l or l ol ool Cool), Scramble (Example: oCol), TwistText (example: oClo), GetAppVersion, GetAppName, GetAppPath, GetAppDescription, GetAppCopyRight, GetAppComment, GetAppTitle, GetAppCompanyName, GetAppProductName, DrawSquareOnForm, DrawLineOnForm, DrawSquareOnPictureBox, DrawLineOnPictureBox, ConvertRGBToHex, RGBToHex, ConvertHexToRGB, HexToRGB, (goto) WebPage, MoveMouse, MousePosition, MouseShow, MouseHide, MakeInputBox, LengthOfString, FindAsciiOfChr, MakeChrFromAscii, MakeRndChrString, DoSendKeys, GetTextFromListBox, GetTextFromComboBox, PasswordLock, ChangeDefaultDir, ChangeDefaultDrive, MakeRegistrySetting, varius different mouse clicks, a random number generator, and a 'secret agent' coder (there are 2 different coder types, and decoders for both of them) that turns characters into words.. Over 120 (127) subs , organized in sections (20 sections), with a 'table of contents' in the code and in a text file, a description and error handling with EVERY sub, NONE of them need any extra .ocx files, and there are NO forms; it is ALL source!! Please visit my webpage at: http://hfubb.cjb.net/

6_2008-2009 #195614
Cool Talker

Cool Talker is one of the most interesting programs for altering text. Just check it out, even if you aren't interested, it's a MUST SEE!

6_2008-2009 #195615
Text Utilities (Hot!)

Welcome to the new generation of text editing! TU (Text Utilities) is a full featured text editor (like word) that includes TONS of extra features!! Some of the features are: Font Bold/Italic/Underline/Color/Size/Name at selectable areas (like a real text editor), Alternating Caps (to give you a better idea of what these functions do, I will put in examples of what happens to the string 'Test' when put through them: tEsT), Backwards Text (tseT), Screwed Text (¯|¯ë_/¯-|-), Spaced Text (T e s t), Doubled Text (TTeesstt), Echoed Text (Test est st t), Scrambled Text (tTse), Twisted Text (eTts), Mixed Text (sTte), Encrypt (the MOST advanced encryption on planet source code, to have the encryption alone in a project, look for UE: h÷4y), Decrypt (h÷4y -> Test, duh), Basic Encryption/Decryption (¨š³¸ or ¨š³¸ -> Test), Basic Code (xTWGeuesUetS), Basic Decode (xTWGeuesUetS -> Test), Code 1 (one itself slow medium), Code 2 (AN NA AT AN), Decode 1 (one itself slow medium -> test, NOTE: Code 1 converts to lower case), Decode 2 (AN NA AT AN -> test, NOTE: Code 2 converts to lower case), Code Binary (01010100011001010111001101110100), Decode Binary (01010100011001010111001101110100 -> Test), tons of options, 3 games, saving/opening ability, encryption key saving/opening/printing ability, toolbar with runtime customization, and MUCH MUCH MORE!!! A must have for ANY programmer!!!! Compiled version also included in .zip file. Please visit my webpage at: http://hfubb.cjb.net/

6_2008-2009 #195616
Base Changing

Lately, I've seen a couple binary convertion functions. I decided to "up" how powerful the converters are. I've created a base convertion that can convert 2 (2 is used to create binary) to 9. There is also a converter to convert everything back to normal. So, let's say you want to convert 150 to binary, and put it in the string Binary: Binary$ = Base(2, 150, True) And if you want to convert it back: Binary$ = Dec(2, Binary$) Simple as that. You can also convert to other bases, which could be useful in an encryption (if you really want to confuse crackers). There are also comments on virtually EVERY line. All in all, this is a must see!

6_2008-2009 #195617
Coolest Fader

This is the source code to (my) not-so well known Coolest Fader. It can fade text with colors in HTML, ANSI, and Yahoo! Chat Color Coding. It is written in VB5, and there is no use of the rich text or mswinsock control (for you VB5 users who haven't fixed that problem).

7_2009-2012 #218129
Cyclone ScreenSaver (CSS)

Need a nice screensaver? Want to be hypnotized by spinning dots and circles? Trying to learn how to use PSet? Trying to learn how to make a class module? Need to know how to use Sine and Cosine to make a circle? Or do you just want to see something cool!? Well, this is the answer to all of those questions, and more! CSS (Cyclone ScreenSaver) creates multiple circles of spinning dots that move around your screen, like a cyclone. It also has a tutorial (included in the source) explaining the use of Sine and Cosine in creating circles! CSS is fully commented, and is a ready to go screensaver. If you want some neat effects, and a great screensaver... Check out CSS!!

7_2009-2012 #218130
Finding points on a circle using only degrees (Sine/Cosine)!

This tutorial shows how to find a point on a circle (with any radius), using only the degree of the point. It teaches the use of Sine and Cosine in doing so. A great tutorial if you are going to be manipulating circles!

7_2009-2012 #218131
Misc. Coding (Hot!)

This code is made for newbies and veterans alike who need lots of different codes fast. It has: FileSave, FileOpen, ListSave, ListOpen, MakeDir, DeleteDir, DelFilesInDir, MoveFile, CopyFile, DeleteFile, ExecuteFile, Encrypt, Decrypt, BitEncrypt, BitDecrypt, DisableCtrlAltDel, EnableCtrlAltDel, HideCtrlAltDel, ShowCtrlAltDel, OpenCD, CloseCD, PrintBlankPage, PrintText (prints Text out of the default printer) MakeStartupReg, AddToStartupDir, MakeRegFile, Ontop, Notontop, InvisibleForm, HoleInForm, ClipboardCopy, ClipboardGet, ClearClipboard, Ping (ICMP), ConvertIPAddressToLong, Add, Subtract, Divide, Multiply, ToPower, ToRoot, FractionToDecimal, DecimalToPercentage, AreaOfCircle, Circumference, AreaOfSquare, PerimeterOfSquare, PerimeterOfRectangle, AreaOfRectangle, AreaOfTriangle, PerimeterOfTriangle, PerimeterOf4SidedPolygon, VolumeOfCube, VolumeOfPrism, VolumeOfSphere, VolumeOfPyramid, VolumeOfCone, VolumeOfCylinder, 2 and 3 color HTML, Yahoo! Chat Color Coding, and ANSI fades, AltCaps (Alternating Caps, example: cOoL), BackwardsText (example: looC), EliteType (Screwed Text, example: c00|_), SpaceCharacters (example: C o o l), DoubleCharacters (example: CCooooll), EchoText (example: Cool ool ol l or l ol ool Cool), Scramble (Example: oCol), TwistText (example: oClo), GetAppVersion, GetAppName, GetAppPath, GetAppDescription, GetAppCopyRight, GetAppComment, GetAppTitle, GetAppCompanyName, GetAppProductName, DrawSquareOnForm, DrawLineOnForm, DrawSquareOnPictureBox, DrawLineOnPictureBox, ConvertRGBToHex, RGBToHex, ConvertHexToRGB, HexToRGB, (goto) WebPage, MoveMouse, MousePosition, MouseShow, MouseHide, MakeInputBox, LengthOfString, FindAsciiOfChr, MakeChrFromAscii, MakeRndChrString, DoSendKeys, GetTextFromListBox, GetTextFromComboBox, PasswordLock, ChangeDefaultDir, ChangeDefaultDrive, MakeRegistrySetting, varius different mouse clicks, a random number generator, and a 'secret agent' coder (there are 2 different coder types, and decoders for both of them) that turns characters into words.. Over 120 (127) subs , organized in sections (20 sections), with a 'table of contents' in the code and in a text file, a description and error handling with EVERY sub, NONE of them need any extra .ocx files, and there are NO forms; it is ALL source!! Please visit my webpage at: http://hfubb.cjb.net/

7_2009-2012 #218132
Cool Talker

Cool Talker is one of the most interesting programs for altering text. Just check it out, even if you aren't interested, it's a MUST SEE!

7_2009-2012 #218133
Text Utilities (Hot!)

Welcome to the new generation of text editing! TU (Text Utilities) is a full featured text editor (like word) that includes TONS of extra features!! Some of the features are: Font Bold/Italic/Underline/Color/Size/Name at selectable areas (like a real text editor), Alternating Caps (to give you a better idea of what these functions do, I will put in examples of what happens to the string 'Test' when put through them: tEsT), Backwards Text (tseT), Screwed Text (¯|¯ë_/¯-|-), Spaced Text (T e s t), Doubled Text (TTeesstt), Echoed Text (Test est st t), Scrambled Text (tTse), Twisted Text (eTts), Mixed Text (sTte), Encrypt (the MOST advanced encryption on planet source code, to have the encryption alone in a project, look for UE: h÷4y), Decrypt (h÷4y -> Test, duh), Basic Encryption/Decryption (¨š³¸ or ¨š³¸ -> Test), Basic Code (xTWGeuesUetS), Basic Decode (xTWGeuesUetS -> Test), Code 1 (one itself slow medium), Code 2 (AN NA AT AN), Decode 1 (one itself slow medium -> test, NOTE: Code 1 converts to lower case), Decode 2 (AN NA AT AN -> test, NOTE: Code 2 converts to lower case), Code Binary (01010100011001010111001101110100), Decode Binary (01010100011001010111001101110100 -> Test), tons of options, 3 games, saving/opening ability, encryption key saving/opening/printing ability, toolbar with runtime customization, and MUCH MUCH MORE!!! A must have for ANY programmer!!!! Compiled version also included in .zip file. Please visit my webpage at: http://hfubb.cjb.net/

7_2009-2012 #218134
Base Changing

Lately, I've seen a couple binary convertion functions. I decided to "up" how powerful the converters are. I've created a base convertion that can convert 2 (2 is used to create binary) to 9. There is also a converter to convert everything back to normal. So, let's say you want to convert 150 to binary, and put it in the string Binary: Binary$ = Base(2, 150, True) And if you want to convert it back: Binary$ = Dec(2, Binary$) Simple as that. You can also convert to other bases, which could be useful in an encryption (if you really want to confuse crackers). There are also comments on virtually EVERY line. All in all, this is a must see!

7_2009-2012 #218135
Coolest Fader

This is the source code to (my) not-so well known Coolest Fader. It can fade text with colors in HTML, ANSI, and Yahoo! Chat Color Coding. It is written in VB5, and there is no use of the rich text or mswinsock control (for you VB5 users who haven't fixed that problem).

Languages
Top Categories
Global Discovery