-
Teach yourself
This is a zip files that teach dim statement and other example!! Warning, only open in excel or word 97 / 2000!! Or you cannot open it!! Added INFOMATION : See Also Teach Yourself 2 and 3
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=13581&strZipAccessCode=tp%2FC135811121
-
TabStrip
I had always wondered how to change tabs of a tabstrip by Mouse Down Event. Then I came to a solution. Its so easy. You just add a timer to change the tabs. DOWNLOAD the code to see how I do it
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=46918&strZipAccessCode=tp%2FT469186771
-
TabStrip with images
TabScript que cambia las imagenes al pasar el cursor por los items.., cualquier mejora me la envian al correo :))
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=47553&strZipAccessCode=tp%2FT475536868
-
talking e-mail
reads the inbox e-mail
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=33228&strZipAccessCode=tp%2Ft332280833
-
Tab
this is a small process to get red of using tha tab*.ocx file, by this code you could make your own tab seriese.
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=9301&strZipAccessCode=tp%2FC93019562
-
System wide Idle check
Checks for System IDLE, by detecting when and if the mouse or keyboard has been used.
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=13596&strZipAccessCode=tp%2FC135967121
-
System Loop Counter
This program will count the amount of times your PC can loop in a second. It is intended to see which Processors are faster than others for my sake, thats all. Please use the exe file to test(faster), and post a comment with the result that the program creates. BTW it takes 15 seconds to test, of which your pc will prolly be paused
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=11316&strZipAccessCode=tp%2FC113166979
-
T3D V2.0
An updated version of my award winning T3D-function. The former version only worked with grey forms, now it works with ALL colors, even window system-colors. See screenshot. Complete explanation in the program. The syntax is like this: T3D Form, Control, Bevel, [Style], [Filled]. The style and filled values are optional. I'm using this function a lot in my programs, because it gives a nice screen effect. Fixed text - like labels - give the application a prof look.
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=12615&strZipAccessCode=tp%2FC126154211
-
Text, 3D
The most simplest way to make 3d text, just see what you can do with it, Just updated for you "The VB Lovers"
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=25699&strZipAccessCode=tp%2FT256991168
-
This code captures the mouzee posssition
This code capture the mozee posssstion that only uses simple coding that can be easily be comprehended
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=67022&strZipAccessCode=tp%2FT670224711
-
textbox
get away to drug
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=72141&strZipAccessCode=tp%2Ft721413946
-
Text Time By: xChaoSx
Just a simple "time in a text box" example. Look at the Screenshot to see it working. Enjoy!
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=63438&strZipAccessCode=tp%2FT634385113
-
Text Parse
Shows how to parse the text of a text box and generate a response using the user-defined text. Also shows how to recognize text and display a custom response. Really sloppy chat bot, but really neat code. Pyronex showed me this neato parsing technique.
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=42760&strZipAccessCode=tp%2FT427606612
-
Temperature Converter
it converts fahrenheit temperature into celcius temperature. i applied subroutine in this code and execute it successfully.
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=70151&strZipAccessCode=tp%2FT701513822
-
Temperature Converter v1.16 **UPDATED**
Converts Celsius to Fahrenheit and vice-versa. Now with documentation on other formulas. I can add the other formulas in working code maybe in future updates. Feel free to use this code as you wish. Test it and let me know if you have any suggestions via feedback below. Thanks! ------- ' *************************************** ' Program: Temperature Converter ' Made by: Ryan27 ' *************************************** ' '* Celsius temperature conversion formulas: ' ----------------------------------------- ' 'To find: From: Formula ' 'Fahrenheit Celsius °F = (°C × 1.8) + 32 'Celsius Fahrenheit °C = (°F - 32) /1.8 'Kelvin Celsius K = °C + 273.15 'Celsius Kelvin °C = K - 273.15 'Rankine Celsius °R = (°C + 273.15) × 1.8 'Celsius Rankine °C = (°R ÷ 1.8) – 273.15 ' '------------------------------------------------------------ ' 'For temperature intervals rather than specific temperatures, '1 °C = 1 K 'and '1 °C = 1.8 °F ' '------------------------------------------------------------ ' 'Formulas Source:
کد:
http://en.wikipedia.org/wiki/Celsius
'
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=70017&strZipAccessCode=tp%2FT700178913
-
Text Effects 1.0
Text Effects 1.0 will show people how to make Text Effects in Visual Basic 6.
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=40701&strZipAccessCode=tp%2FT407016961
-
Text Animation my way
A really simple Text Animation you can use in your projects
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=26616&strZipAccessCode=tp%2FT266168482
-
Text Padding
Text Padding Function. Example included.
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=66370&strZipAccessCode=tp%2FT663707082
-
Template for Using Icons in Menus ...
Its Only a dummy, like an Template, and shut show, how to use Icons in Menus ... Sorry About my Bad Englisch ...
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=50565&strZipAccessCode=tp%2FT505659122
-
Text Box Highlight by given character position
The program function to highlight text box character by given start and end position.
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=50284&strZipAccessCode=tp%2FT502846112
-
Text Effect's With API Functions
This Is Free Simple Text Effect's 1-Vertical Gradient Text 2-Horizontal Gradient Text 3-Embossed Text Efeect 4-Engraved Text Efeect 5-OutLine Text Efeect 6-3D Text Efeect 7-Vertical Rotated Text 8-Horizontal Rotated Text And More
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=66987&strZipAccessCode=tp%2FT669877811
-
Templates
This code help everybody who work with strings which need lay out by some words, but with some template! ex.: string: my live - is good - template: %what% - %so% - result: what: my live so: is good You can use any symbols what you want. Instead of % you can use * or something else! Use any count of tags, and insert in any object. I use in example Labels! I spend a lot of my time on this code, it very need me for my programs, that works with mp3! I have some problems with it, but now it's works excellent, i think, but if somebody know how it's doing smaller please write me!! If you like it VOTE!! ^.^
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=70306&strZipAccessCode=tp%2FT703068932
-
Textbox to Database
for Mr.Keo Sokha who write some days ago Please help me, i want to save these text file into Microsoft access file with the field included. i want to convert PBX data to mdb file. how can please help me. this is for him.
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=72366&strZipAccessCode=tp%2FT723661681
-
Text box & FlxGrid
If you want to have a FlxFrid control that can be edited, you can easily achieve it with text box.
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=46612&strZipAccessCode=tp%2FT466129127
-
terror Alert
This is just an update to Nicholas (Polar)'s terror alert code. I just downloaded it and thought it was pretty handy, so I decided to add image support back to it. Vote for the orignal author of this code.
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=44126&strZipAccessCode=tp%2Ft441261232
-
sText 2 ASCII-Code
This program allows you to convert a normal text to ASCII-Code. I think, not everybody can find a use for this... I made it for making it harder to see special textes in the EXE in the MS-DOS-Editor (passwords, etc.).
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=27705&strZipAccessCode=tp%2FT277052410
-
Texboxt grid
this code used for create array textbox become grid.....please vote me
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=70724&strZipAccessCode=tp%2FT707244962
-
Textpad
A simple Text Editor provided with inbuilt calculator,picture viewer, searching text,changing text colors,background colors,Uppper case and lower case conversion and much more.(Powerful than Notepad of Windows)
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=33532&strZipAccessCode=tp%2FT335324804
-
the circle
a few way to draw circle
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=56020&strZipAccessCode=tp%2Ft560209859
-
The *Array Login* Method
There's a whole lot of examples on Login forms on Planet Source Code. But half of them are garbage and don't work. And the others are generic and use everyday resource files, and databases. My project uses Arrays to make tables, and uses those arrays as the database intstead of useing up disk space.
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=10582&strZipAccessCode=tp%2FC105822581
-
Textwithsound
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=48458&strZipAccessCode=tp%2FT484588891
-
TextEditor1.0
This Code is a clone of Notepad. You can write and save text and HTML files. Includes the find feature.
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=22352&strZipAccessCode=tp%2FT223528141
-
TextBox XP style
Idea para crear un control TextBox estilo XP. Litle idea for make a TextBox UserControl with XP style.
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=46202&strZipAccessCode=tp%2FT462022061
-
The Simplest Credit Scroller Around for More Than One Name
This is basically a remake of silverx10's "The Most Simple Credit - Scroller" code. In this one, however, you can scroll more than one label. All the labels must be initially placed below PictureBox1 and be named 'Label1'. Update: It now has two styles of scrolls. You also do not have to initially place the labels below the bottom picturebox as the script will do it for you. It will automatically align them to be perfectly centered.
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=67327&strZipAccessCode=tp%2FT673274121
-
The Runner RUN DOS from VB6
TheRunner/ The 4 MOST COMMONLY "LOOKED FOR OPERATIONS" in VB from ONE MODULE!!! A:RUN a DOS based program through VB (then close VB if you want to), B: RUN any WIN32 application from VB (another program say.. Quake?, Duke?, Notepad?) C: (force on program RUN) or OPEN a BROWSER to a specific address (from a command button, text link.. whatever) and D: SEND EMAIL with a programmed BUTTON or LINK!, If you know how to make a DOS batch file The Possibilities are endless!
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=40470&strZipAccessCode=tp%2FT404709711
-
THE REAl HTTP DOWNLOADER OCX Using WINSOCK
THE REAl HTTP DOWNLOADER OCX I have seen many HTTP downloader in PSC all of it has lot of problems, CHeck this supprting HTTP Resuming Events progress,Error etc USing Winscok control not internet transfer control
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=65093&strZipAccessCode=tp%2FT650932442
-
The real way to disable copying from TextBox
Hi all .. this code is very important if you want a TextBox or RichTextBox Protecting Data .. I mean No Copy or Cut .. Please vote form me ..
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=46047&strZipAccessCode=tp%2FT460478396
-
The Programers Notepad
A Brain Editor for 3Drad
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=27206&strZipAccessCode=tp%2FT272067191
-
The Equation Solver
Easy to solve the equation.
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=67047&strZipAccessCode=tp%2FT670474111
-
This is a program that aids in creating a music
This is a program that aids in creating a music. This is simple and not complicated
کد:
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=66906&strZipAccessCode=tp%2FT669065102