PDA

نسخه کامل مشاهده نسخه کامل : چند پروژه VB همراه با سورس و فایل EXE ( پروژه های کامل)



صفحه ها : 1 [2] 3

MrGee
20-11-2009, 16:17
textbox
get away to drug


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:18
Text Time By: xChaoSx
Just a simple "time in a text box" example. Look at the Screenshot to see it working. Enjoy!


[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:18
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.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:19
Temperature Converter
it converts fahrenheit temperature into celcius temperature. i applied subroutine in this code and execute it successfully.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:20
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:
برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید '

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:20
Text Effects 1.0
Text Effects 1.0 will show people how to make Text Effects in Visual Basic 6.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:21
Text Animation my way
A really simple Text Animation you can use in your projects

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:22
Text Padding
Text Padding Function. Example included.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:22
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 ...


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:24
Text Box Highlight by given character position
The program function to highlight text box character by given start and end position.



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:24
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

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:25
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!! ^.^

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:25
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.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:26
Text box & FlxGrid
If you want to have a FlxFrid control that can be edited, you can easily achieve it with text box.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:27
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.

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:28
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.).

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:29
Texboxt grid

this code used for create array textbox become grid.....please vote me


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:29
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)

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:31
the circle

a few way to draw circle


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:31
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.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:32
Textwithsound



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:33
TextEditor1.0

This Code is a clone of Notepad. You can write and save text and HTML files. Includes the find feature.



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:34
TextBox XP style

Idea para crear un control TextBox estilo XP. Litle idea for make a TextBox UserControl with XP style.


[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:35
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.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:36
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!

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:36
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


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:37
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 ..



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:37
The Programers Notepad

A Brain Editor for 3Drad
برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:38
The Equation Solver
Easy to solve the equation.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:39
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


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:40
The in-built VB UpDown Control

A simple program to show how to use the UpDown control.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:43
This file makes Icon and Bitmap objects

This code will make icon file from a bitmap file.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:43
The listbox

This code is aimed at newcomers to VB, it aims to show you how the listbox control works and how you can change bits of it at runtime, pretty simple stuff i know, but good for new people to VB


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:44
Text Box Tweaker!

Supports 14 Different Modes!! All with the extended ability to ban or allow a certain set of characters! Control number of Decimal Places for Decimal values. Allow|DisAllow Negative values. Control Character Case and more! All in one little module :) Please Take time to Vote and Comment. Enjoy ;)

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:45
test redes data base

it work data base, people answers, and it has god graphics so yo can learn. ahh. this software has a screen with password if you have problems write: 621579 and ninguno. I will write again codigo ---> 621579 password -----> ninguno el trabaja una base de datos para la evaluacion del estudiante se puede agregar estudiantes y preguntas y da estadisticas el codigo estaba perfecto pero se borro, ademas tiene una buena interfaz grafica. casi lo olvido el programa tiene un password y un codigo. por eso en el campo codigo escribe : 621579 y en el password: ninguno tienem que escribir "ninguno" sin comillas


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:45
Text Editor 1.5

Similar to my last submission but with less bugs and a splash screen and find function. All commented.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:46
Text Browser ( View Text )

Text viewer can open and edit those kind of files doc url pdf txt nfo diz vbp vbw pdm scc bas i try also to fix this program to open compressed files zip files and open txt inside the compressed files and also open nfo files with easy ... now can't open nfo files with good view . i can't make it open nfo files with right way .. but if someone will help i'll try to make it right


[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:47
Text Editor ( Just Like Note Pad)

Text Editor (Just Like Note Pad)


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
20-11-2009, 16:48
Text Copier

This code will let you see how to do some simple programming with text boxes and buttons.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

samadsam
22-11-2009, 23:02
دوست عزیز فکر نمی کنی خیلی پست زدید ؟

MrGee
23-11-2009, 08:16
اولا که اسپم دادم نه پست :31:
در واقع یه جور اسپم دادم که کسی نمی تونه به چرا دادی چون کار مفید هست :31:

البته حالا وقت کنم بازم می زارم. :20::31::5::46::8::21::27:

samadsam
23-11-2009, 10:45
دوست عزیز من عضر می خوام حرفمو پس می گیرم متاسفانه من dial up هستم و سرعتمم خیلی پایینه نمی تونم صفحه بزنم الان که دقت کردم دیدم فایل ها همراه تصاویر .
شرمنده از حرفم لطفا اگه امکانش هست ادامه بدید خیلی مفیدن من که همه رو دانلود کردم و انالیز می کنم
راستی اسپم هم واژه ای هست که بیشتر توی پست الکترونیکی به کار می ره
تشکر دوست عزیز

MrGee
23-11-2009, 12:25
من ناراحت نشدم
چون در واقع اسپم هسنتد
من هم دیال آپی هستم
ایا زیاد به درد نمی خورن اونهایی که sinaaeeni می زاره خوبن
البته من خودم 210 تا پست تو همین تاپیک زدم و اگه حذف شن پست هام می شه 300 تا

sinaaeeni
26-11-2009, 09:15
سلام بر دوستان
عزیزان فایلی که تقدیم میگردد سورس فایلی جالب و کامل بنام PersianName برای همه ایرانیان و ایران دوستان و فارسی زبانان سراسر دنیا بصورت Open Source تقدیم میگردد این فایل توسط برادر و دوست عزیزمان جناب «بهزاد خزاما» تهیه شده و منظور از این امر تکمیل بانک اطلاعاتی این سورس جهت استفاده ایرانیان میباشد لذا از دوستان خواهش میکنم همه عزیزان ضمن دریافت سورس که نکات آموزشی خیلی جالبی داره نسبت به تکمیل این بانک اهتمام بورزند
با تشکر سینا


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:29
SEARCH FILES USING RECURSION

SEARCH FILES USING RECURSION

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:30
Seltext example

Simple Seltext example. Seltext command is easy way to add text to textbox.. this is really easy code.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:30
Set Triple Click Event to any object.

Just a simple way to implement a triple click within your code (to any control). Used two API's (+1) without timers, very lightweight. I added an example for selecting whole text when user triple clicked textbox. Comments and votes appreciated! ;-)

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:31
Skin Editor v1.0

this is a program that lets you load/save skins for programs, and then compile it into a bitmap for display in your vb progs. i believe this is original to this site (if its not plz tell me). and if people like it i will continue with it. please vote and comment!


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:31
Simple Registered Unregistered Programme

registeres a programme i simple and easy way



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:32
Search_Info_open

Simple thing


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:33
ShutDownXP

This is a program i wrote in Visual Basic 6 long time ago, and I decide to put him on psc. There is no any ocx or dll and it is very simply. It look like standard Windows XP ShutDown panel with some modifications (Stand by --> Log off) etc. You may edit the pictures to suit your needs.Sorry for my English and just to know this is my first upload. Adieu :)


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:34
simple screen saver en francais


Ce petit programme représente un screen saver qui affiche des images au hasard. Rien de compliquer!



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:34
SIMPLE INSTRUCTORS RECORD SYSTEM

TO RECORD ANINSTRUCTORS PROFILE AND KEEP IT IN THE DATABASEUSER CAN ADD A SUBBJECTS AND STUDENTS HANDLED BY THE INSTRUCTOR WITH THEIR GRADE.



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:35
Simple Scrollable Image Viewer

View an Image In PictureBox with Scrolls. You can Zoom In and Out Image too.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:35
Simple IP Detector

This is simple IP detector using the mswinsck.ocx and save in simple text file, it also detect existing IP that you currently use in the file. Hope you like it! Thank you.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:36
Simple time sync server

This is a time sync server. New updated, with much comment!


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:36
simple message changer

a simple message changer that will teach you how to change a messge in a label from a text box, Good for a new Beginner to VB, Code By A2theK.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:37
Simple Text Editor

It's similar notepad or wordpad. Useful for new programer !


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:38
Simple Youtube Downloader

Simple Youtube Downloader


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:38
Simple Write 3

Simple Write 3 is better and has a better look. You can now Undo and Redo. I fixed the open thing and now you can search for anything. I now put that you can add your signature. There are other features. Please vote and send comments.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:39
Simple Shareware Program With Registration Function

It's teaches you how to create a simple shareware program. Very simple and easy to understand. Maybe later, i am going to submit a new version of the code/program that supports the following: Online Serial Checking Online Program CRC Checking If anyone here has a code detecting if the user has an active internet connection or not (must work on DIAL-UP, CABLE, DSL, T1, etc...) please send me an email or post your feedback.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:39
Simple Text to Label.

Just a thing for beginners to learn how to do the simple stuff like transfering text 1 line of coding...


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:40
Simple Tic Tac Toe Game

This is a simple version of tic tac toe made by me in a short period of time. It has simple statements, procedures and techniques.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:41
Simple SMTP proxy

Its a simple multiple thread SMPT Proxy server, which enables sharing internet connection to send email.Client==>Proxy==>SMTP Server


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:41
Simple Splitter

For splitting or resizing controls (usualy TreeView/ListView), like in Windows Explorer


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:42
Simple<>Open Yahoo IM From Icon

This will open a yahoo IM of whatever you name the program (App.EXEName)...


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:43
Simplified: Buttons

This is the simplest possible way to explain graphic techniques for buttons. This is how you change the ugly basic VB button. Shows two method of doing it, easily customizable, and explains things clearly.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:44
Sinusoid_MustSee

Draw's sinusoid, with only one math formula , at the end picture box disapeares but that is not important, this code is for math demonstration,Votes, complains,... are welcome


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:44
Simple Text to Speech Program

This is a text to speech program. It is a very simple code that says what ever you type n the textbox.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:45
Simple WinSock Chat Tutorial

TO Help New Programmers To understand more about winsock and to teach them how to create their own simple client server chat module


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:46
SiteNews

SiteNews is a program i've been working on that allows users to connect to there websites ftp server and upload news and post it onto there website. Its only about 70% done. But it saves the news that you want to post to a .php file and then uploads it to your site and shows it.....thats about it lol


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:46
Simpletron 3.0

This is the third version of Simpletron, with commands such as IF/THEN .


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:47
slider tutorial

This teaches you how to use a slider , a progress bar , and how to shrink a form.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:48
Simply show your IP address and computer name

Show the IP and computer name every second.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:48
SimpleTrial v3 (beta)

Beta release of my upcoming project SimpleTrial v3, this new version has a license file creation system called 'TUX', hardware fingerprint system so a license can only be used on one computer to prevent none buyers to get the full version, also the new version has a cool splash startup dialog, please vote :), v3 (full) will be released next month.. this beta version is only a taster of whats to come..


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:49
Simplest of all VB Marquees

The Simplest of all the Visual Basic Marquees. Just run the project and you will see it moving. Move your mouse over and out to stop and start it.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:49
Simule Combo Multicolumns

This is a small code that simule a combo multicolumns, it's not a OCX but it's my idea of how we can to create it. Its very simple but maybe it can be very useful.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:50
Simpletron 2.0

Simpletron is a Machine Simulator, Program your commands and it will prompt you the way you program it. For now version 2.0 Simpletron will do calculations only, IF/THEN commands will be included in the next version.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 12:50
Simplest way to create a calculator

Simplest way to create a calculator.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 21:40
SkyMaster Code Library

Many source code, sub, function will help you to do many fimalliar and advance things


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 21:41
Skin from Pro v1.1

This is a Simple code for VB form and this is a beautiful Skin for any Windows


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 21:43
Skin Editor v2

a same as before but added features including indivual buttons and file association (which works). please vote and comment!


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 21:45
Simple Open and Close DVD/CD-Rom

Simple Open and Close DVD/CD-Rom. Shows how little code it takes to open and close a cdrom or dvd drive.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 21:46
Simple progressbar... No OCX

This is an example of a progress bar without making a user control... Please rate!


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 21:47
simple rename

How to rename a lot of file name with a single click, without learning winAPI. This code is for the beginners, the programs will create a batch, run the bactch after rename it please vote me as usual, comments and critics are recommended


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 21:48
Simple SCARE

This is a code to scare anyone you want. What it does is turns the whole screen black, then flash's red and black REALLY fast... Just an example of what you can do with timers.... and colors lol



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 21:49
simple keyboard

it is a smart screen keyboard with turkish support


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 21:50
Simple Keygen

This code was designed to provide a simple keygen utility. It works by you entering your name. Then, calculate the number of seconds it took to enter your name by the license key to get your code. It is basically a registration/keygen utility. I would appreciate it if you took just a minute of your time to have a look at this and rate it as well. Many thanks Robin McKay


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 21:51
Simple Label flash

Simple label flashing... simple but nice..


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 21:51
Simple Machines Calculator

This is a simple VB program that does the math on simple machines for people. It is a good program for begginers, to show them some of the very basic elements that makes Visual Basic so much fun. If you like what you see, please vote for the program.



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 21:52
Simple Cronometer

This is just a simple cronometer


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 21:53
Simple DB example with IIS Application

This is a VERY SIMPLE IIS application which main purpose is to display that how to use web items, HTML template and database. If you people think that you need to know more about this fantastic but less talked feature of VB then please RATE THIS CODE and give me reviews. These applications are basicly designed to run on windows NT IIS(Internet Information Server) 3.0 or later. But if you want to run them on windows 98 then browse your windows CD for the PWS(Personal Web Server) and install it. Remember don't expect PROFFESIONALITY in this project, although can be achieved easily

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 21:54
Simple Dice Roller

This code is for teaching the roll of a die, and a start on the Split function, and working with string conversion.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 21:54
simple digit to binary and hex

Enter digit to find it's binary form and hex form


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 21:55
Simple Drawing Program

This is my first submition. It is one of the ways to create a drawing program. I created this in 10 minutes, and it worked, so i felt like sharing it with the PSC community :), keep in mind, this is probably not the best way to do this. I don't really care if you vote, because it is very unlikely that something like this will get top votes anyways.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 21:56
Simple Google Searcher

Searches google. Simple code with simple techniques and coding.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 21:57
Simple Guest Book Generator

This Is For Create a Guestbook in ASP (Without Admin Managment) but really easy to use... This is Not My Code I Found The Original Version In 'VBDiamond' I edit some 's h i t' now works fine.... PD: Sorry for my bad English I'm Puertorrican...


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 21:57
Simple Image Resizer Program

Resize and Save Images in Diffrent Scales for Width and Height


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 21:58
Simple Bouncing Ball

A simple bouncing ball that bounce if it reaches the corner... Very simple code...


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
26-11-2009, 21:59
Simple Calculater

This program do the simple operation (+,*,-,/)


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 13:58
Simple Calculator

It can add multiply dvide find the avrage between two numbers, and has two memeory functions, not much but good lening for people w/ only two days experiance w/ VB

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 13:59
Simple Calculator

I just want to help my co student, studying visual basic....hope this will help you....


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 13:59
Simple code for beginners to learn from

10 small programs for beginners, including gradient fills and change wallpaper.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:00
Simple Convert VB6-VB5

Converts VB6 projects to VB5 in a matter of seconds. Great for

beginners to learn from or just for people that get bored with

editing from Notepad. Unbelievably simple to use and demonstrates

loading and saving using the Listbox control. Please vote/leave

feedback.



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:01
simple countdown

This code show how to see a message, after ten seconds elapsed.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:01
Shutdown Picture Maker !!!!

This cool Shutdown Picture Maker , will put a realy hot picture

on your computer when it shutdown. Thank You for your votes.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:02
Shutdown Computer on win98 network

This code can shutdown computers on win98 network no bondage for

winNT or 2000. Please first read reame.txt


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:03
Simple and cool Sendkeys App

Simple sendkeys app. You can input your own phase ie. 'Hello and

Goodbye' and it outputs it at 1 char at time on textbox with

random interval.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

191537335.jpg


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:04
Simple Clock With Help Menu

It is a simple clock. If you like it vote for me, please!


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:04
Simple Anonymailer

This is a simple anonymailer. It has abrely any code to make the

process quick and cloaked. This is very simple and needs many

improvements though the code still works. Please vote. Don't

judge my code on how much code there is, judge it by how good it

works and PLEEEZ VOTE FOR ME!!!


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:05
Simple ASCII shift encryption

this is very simple and easy to understand example of ascii

shift. if anyone could, please can u help me move onto the next

level of encryption :)



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:05
Simple Backcolor Changer,

Okay this is another one that is like way beginner. ALl it does

it change the form backcolor with the command buttons Really

simple for people with probably...15-30 min experience lol



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:06
Show all running files on my system (exe files)

this example just makes a sort of screenshot of your kernel32 and

tells you what EXE files are running on your system included

location, nice to see what c_r_a_p you have running on your

system


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:07
Show Connected Networks

This program shows the networks connected to your computer and

lists them quite handy ! Please vote if you like !


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:08
SIM (Sh¦fty Instant Messenger) ;)

it's an instant messaging program with skinning support and you

can make your own skin, has an xp like menu and an mp3

player,there are more colours than shown and 6 skins come as

standard.i have done most controls i just need someone to help me

with the connecting to the server and the data to send to the

other person hope you can help as you can see there is alot of

work been put in please rate it and the buzz function works

aswell just try it d;-) to get those ocx's go to
برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

basic.com.ar - ubskpro2.ocx
برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید - for smartmenu.ocx


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید - for ccrpp6.ocx that should sort that out and

i have now added frmSignin.frm sorry about that and again hope

you like it. PLEASE RATE IT! as seen as i have put alot of work

into this program i know it's not finished but some people can

learn from this. and i know that you like it just from some of

the feedback.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

552139875.gif


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:10
Show all chars in a font

This program will show you all chars in a selected font. You can

also click on the chars list to zoom


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

1347244712.gif


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:11
Show me the Day

This code displays you the way to show the weekday of give date

WITHOUT using any VB Date Functions. I used my MAGIC find day

logic.. Please also see my related work "TWIN CALENDER" that

shows you the comparison between both ways - using VB date

functions & without using VB Date functions.... - please send

youyr comments/suggestions. - Abhishek Gupta,

abhitimes@rediffmail.com,
برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:11
Show Pics

Do you need a preview of gif, bmp and jgp without opening

them...... Easy just download this program and learn how to code

it. ******************* *-Gaetano Caruana-*


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:12
Show The Basic Calculation

To make clearly about the local and module declaration variable.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:13
show text in form

this code show text in form after few moments and repeat message


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:13
ShareADD

this program add folder in localip and remoteip,for tcp/ip

netbios,it use function netshareadd,nethsaredel.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

925233133.jpg



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:14
Shell Control Panel applications

this code will show you how to shell anything from Control Panel,

its easy and simple, please vote.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

1751369.JPG


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:15
ShellExecute

Hi everybody , this is the whole -I guess- the ShellExecute

function capabilities , The whole project depend upon the

ShellExecute illustration in the API-Guide

(
برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید special in my project & no need

to download it if you know how to detect if the ShellExecute

function succeeded in its work or not & if not why , Regards


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:16
ShellNew

Add a document type new entry to the "New" shell context menu,

and associate your app with the new document type.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:17
Shortcut Maker (Very Simple Way To Use Shortcut Keys)

I think many people have overlooked this way of adding shortcut

keys to your app. It's not the most challenging way but it is one

way of doing it.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:19
Shortcut Runner Program

This Prgram lets You Run All formats of files by opening in a

text and allows you to save it in memory. It has many features.



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:19
Set object properties w/ CallByName

Uses CallByName to set properties of objects. Could be used in a

scripting engine.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

10841113.jpg


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:20
Setup Backcolor

This program produces a gradient from black to blue making it

looks like setup background


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:21
Setup Classes

If you want to create an installation, this is what you need!

These classes contain useful functions such as finding special

directories (Desktop, Windows...), Unpacking RAR files with

RarLabs' unrar.dll, ShutDown windows (even XP),Shell and wait,

Build Paths, Use FTP's...Well commented with readme files.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:21
Setup Classes **UPDATED** no more dll's and scripting support

added.

If you're creating an installation for software you developed

this is what you need. Scriptable setup engine with FTP

support,Shell and Wait,Path Builder,UnPacking feature, Special

Folders and more!!


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:22
Setup Classes - Updated Again!!

** UPDATE ** : as I've been asked to, now the setup can be run

without installing and registering any runtime, even not

msvbvm600.dll. It uses a vary little batch script to do it, and i

also added a c++ program to run the batch script hidden! Minor:

can now pass the script as an argument. Now it also features a

program to register dll's and ocx's. From the 1st version:

Special Folder, File Exists, Create Links, Shell and Wait, Build

Path, Unpack files, Shut down-reboot...also Xp, FTP's. |wrong zip

fixed|



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:24
SETUP DO VB6 EM PORTUGUÊS

SETUP DO VB6 EM PORTUGUÊS (BRASIL/BRAZIL)


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:25
ShortestCode for Label tricks and other controls

Got the shortest Label Trick, this can also be done on other

controls.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:25
Shape Button

Shape Button 12 Shape's >> Rectangle-RoundedRectangle-Round-

Diamond. Top_Triangle-Left_Triangle-Right_Triangle-Down_Triangle.

top_Arrow-Left_Arrow-Right_Arrow-Down_Arrow. -------------------

--- 8 Style's Button >> Visual- Flat-OverFlat-Java-XPOffice-

WinXp-Vista-Glass. ----------------------- 3 Caption Effect >>

Raised-Sunken-Outline. ----------------------- 2 Caption Style >>

GradinetFil Horizontal-Vertical And More ... Please See It.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

2345173558.JPG

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:26
Seltext example

Simple Seltext example. Seltext command is easy way to add text

to textbox.. this is really easy code.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

633148325.jpg


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:27
Serial Key Generator

This code generate serial key from your computer depend on your

hard Drive and this key stored in Database and Registry


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

01313518019.GIF


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:27
Send SMS Text Message

Sends SMS text messages to AT&T wireless phones thru the

interntet. Works ONLY with AT&T Wireless.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:28
SERVERLESS LAN INTRANET WINSOCK MESSAGING VERSION 2!!!

SERVERLESS LAN INTRANET WINSOCK MESSAGING VERSION 2!!! NOW WITH

SMILEYS!! TRAYBAR!! POPUP MESSAGE!!! AUTO SELECTION OF LAN

COMPUTERS!! Send messages to any computer without a winsock

server with smileys. Really!!! just execute this app on the

computers you want to message. Only win2000 & XP


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

38297077.jpg

برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:29
Search_Info_openfile

Simple thing


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:30
Searching in a Listview

This code try to find an item in a listview. if found, the item

will be selected and autoscrolling the scrolbar (if doesn't

appear). enjoy it and rate it.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

140114358.JPG


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:30
SECRET MESSAGE

Cool way of sending messages to people, this program will collect

user input and then generate an exe using properbag functions and

will then create an exe.. this is a only a small piece of code, I

cant really explain it, please download and vote :)



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 14:31
Serial Number Typer

Original code by Armin Niki,
برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

code.com/vb/scripts/ShowCode.asp?txtCodeId=67201&lngWId=1 I was

fix that problem it cannot paste in 1 by 1 fields, and now can

auto TAB.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

9192237898.jpg


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 22:57
Secret Undocument way of textbox tricks (draging and change case and copy formate))

secret undocument trick to deal with textbox see it and look


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 22:58
Self Extract Exes SC

This is a class that create Self-Extract Exes, this is the source code without the exe, to work well you have to build it. Please comment or vote. :)


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 22:58
Selection Tool

This is just an example of how to make a selection tool you know when you click and drag the selection box comes up and whatever is selected will be selected well this is just that


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 22:59
ScreenLock

Ok, I've seen quite a few 'screen locking' programs here, but none have seemed to work to full potential. So, I figured I'd code one that did everything i wanted. It has ctrl alt del run in the beginning, then hidden, has alt tab disabled, ctrl esc, windows key, the whole 9 yards. This is my first uploaded code to the site . Enjoy ;)


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 22:59
Screen Saver Tutorial By MM

Learn How To Make A Screen Saver.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 23:00
SelectCase Example 2

This is my second attempt to make a good SelectCase Example. Im sure most of you know how to do this, and some of you have already seen examples like this, but I wanted to give my shot at it too. In my opinion, I heavily commented this little amount of code, which for some users is good. I also included a form wwhich you can run and get an example. No votes or comments are needed, just enjoy.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 23:00
Scroll a Form

This simple snippet was requested by a fellow developer and I decide to post it here. It scrolls a form both horizontally and vertically. Therefore it is great for projects where run-time added controls can only be seen partially. The scrollbars will enable users to scroll to see the full view of run-time added controls. The base codes for this snippet was given to me by Megatron (Dont know his real name) I furthur tweak it to enable the controls to be able to scrolled both ways. Please DONT vote for it. Comments will be nice. Thank You


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 23:01
Scrollbars A++ Example

This is my first submission to PSC so be nice :). I decided to make this example because all of the other examples were too hard for new coders to understand, or they were all part of something bigger (full programs). Click the picture to load up another one. Also there is some help with the commondialog (for new coders). Hope you all get what you need from this, please vote :D.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید




برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 23:02
Scrolling Title Bar

This code will scroll any text accross the top of your program, really simple and cool effect for your apps. it's fast. Please vote :)


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 23:02
Self Killer

make the exe file and run it.



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 23:03
ScreenSaverShower

Here is a code to show the screen saver. Sorry I'm submitting all this, I'm just getting board...


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 23:03
Scroll Bars

This is a sample how to use scroll bars in visual basic. It shows you how to move a shape using scroll bars. It is very easy and good for beginners. Please comment and vote. :0)


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
28-11-2009, 23:04
Select Language

This sample demonstration how to use more languages in your program.Sample to contain two example files with ".lng" ending and you easily translate this file for eny language.If want in order your program proffesional functioning then this is proper salvation for you.


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید



برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

Armink36
30-11-2009, 18:08
خیلی ممنون.:10:
خیلی مفید بود.

naser13
02-12-2009, 13:37
بابا سینا جان ایول خیلی خیلی ایول دمت گرم

sinaaeeni
02-12-2009, 19:46
سلام عزیزان
دوستان بعضی وقتها لازم است رو برناممون یه کیبورد مجازی هم داشته باشیم لذا سورس فایل کیبرد مجازی تقدیم دوستان میگردد


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

karbon2010
03-12-2009, 00:39
سلام دوست عزیز و گرامی


سورس کیبرد مجازی

از زحمتی که کشیدی ممنونم ولی متاسفانه برنامه شما قابل بهره برداری نیست یعنی اصلا کار نمی کنه بر فرض اینکه عیبش رفع بشه و به کار بیافته باز هم نمیشه ازش استفاده کرد شما برنامه صفحه کلید ویندوز را نگاه کرده اید که به چه روشی کار می کند
منظور اینجانب این بود که بتوان از این برنامه در تمامی نقاط ویندوز همانند صفحه کلید مجازی ویندوز و یا خود صفحه کلید (سخت افزار) استفاده نمود باز هم تاکید می کنم در تمام نقاط ویندوز نه مختص خود برنامه
بازهم ممنون از شما
منتظر جوابتون هستم

sinaaeeni
05-12-2009, 10:11
سلام
یه کیبرد مجازی دیگه تقدیم میگردد امیدوارم مورد استفاده قرار گیرد


برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید

MrGee
05-12-2009, 12:29
Sample CD Key Generator, Based Off Name

This code will create a CD Key To Register your Program, Based off the Name Used to Register This Software. I.E. Buy Program Online, As the User “Jo Bogs” then the producer of the software can Email Jo a Cd-key Based off His Name… “sJo Bogs7” or “734A6F20426F6737” would be the Output. Code is very, very simple, but I decided to upload it, to help new bees, as it took me a long time, to figure out how to do it when I first started.


[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

MrGee
05-12-2009, 13:38
Santa

Have you ever wondered how the SMTP protocol works ? (Simple Mail Transfer Protocol). Well here it is, using a basic Winsock control and text boxes.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

MrGee
05-12-2009, 22:52
Save a Boolean Array to Disk or just Convert your Boolean Array to a String

Easily convert a Boolean Array to a BINARY STRING and SAVE it to Disk. Or LOAD your Boolean Array from a previously saved file. Typically 32000 True/False items can be stored in a string (and saved) using just 4000 bytes! Very useful for the data uploads to your IIS processor if required. You will probably find many more uses for this easy-to-use code. Neat way to process bits to bytes and back again. Enjo


[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 22:53
@#@

Save and load data


Easy,easy, easy way to save and load data in/from registry with "SaveSetting" and "GetSetting". Easy,easy,easy way to save and load data from file (like *.INI) with API


[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 22:54
@#@

Scolling text

Scroll the text you want to scroll !

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 22:55
@#@

SaveSettings For Your Applications

This Will Show you how to Save Your Settings without any API Calls and wihout INI Files or any files.With use of INBUILT Function Savesettings and Getsettings

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 22:55
@#@

SaveSetting and GetSetting example - Using the registry

This is a example of how to use the registry to Save a setting, and how to Get it the next time your app starts.<br> I use the registry all the time (like all other apps out there, just snoop in your registry and you will see).<br><br> In my example I save the forms position when unloading, and get the forms saved position when starting my app.<br> VERY SIMPLE AND SMALL CODE<br><br> This is a way to 'remember' the last position. I think many authors find this usefull. Please send feedback. Questions are welcome too. :)

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 22:56
@#@

Save, Retrieve Image from Database (MSSQL)

1 - Using ADODB 2 - Save image file to MSSQL (column type = image) 3 - Includes a function to resize the image. Download also the VB.NET version [ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:38
Save a Boolean Array to Disk or just Convert your Boolean Array to a String

Easily convert a Boolean Array to a BINARY STRING and SAVE it to Disk. Or LOAD your Boolean Array from a previously saved file. Typically 32000 True/False items can be stored in a string (and saved) using just 4000 bytes! Very useful for the data uploads to your IIS processor if required. You will probably find many more uses for this easy-to-use code. Neat way to process bits to bytes and back again. Enjo


[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:39
@#@

Save and load data


Easy,easy, easy way to save and load data in/from registry with "SaveSetting" and "GetSetting". Easy,easy,easy way to save and load data from file (like *.INI) with API


[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:39
@#@

Save File without CommonDialog1

Saves text files without using CommonDialog1 theres 2 examples... First I've been programming for 1 year now.. so my level is Intermediate... HOWEVER this is a Beginner project... its basically for anyone its easy and simple

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:40
@#@

Scolling text

Scroll the text you want to scroll !

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:40
@#@

SaveSettings For Your Applications

This Will Show you how to Save Your Settings without any API Calls and wihout INI Files or any files.With use of INBUILT Function Savesettings and Getsettings

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:41
@#@

SaveSetting and GetSetting example - Using the registry

This is a example of how to use the registry to Save a setting, and how to Get it the next time your app starts.<br> I use the registry all the time (like all other apps out there, just snoop in your registry and you will see).<br><br> In my example I save the forms position when unloading, and get the forms saved position when starting my app.<br> VERY SIMPLE AND SMALL CODE<br><br> This is a way to 'remember' the last position. I think many authors find this usefull. Please send feedback. Questions are welcome too. :)

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:41
@#@

Save/Load in Binary Text

Shows the basic save/load procedure in Binary

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:42
@#@

Save, Retrieve Image from Database (MSSQL)

1 - Using ADODB 2 - Save image file to MSSQL (column type = image) 3 - Includes a function to resize the image. Download also the VB.NET version [ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:43
@#@

Screen Lock v1

you can stop people from using the computer by using screenlock you just type the password and confirm it and then the program will quit.you can also change the picture of the background. Please Rate it d;)

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:43
@#@

Screen distorted

How to distort the screen. This code is a good example for demostrating Bitblt api and capturing the screen

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:44
@#@

Screen browser

Shows websites!

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:44
@#@

Says Bot

my code lets you fool people by saying something with somother nickname

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:45
@#@

sayIpRange

sayIpRange("192.168.0.1","192.168.0.100") This function will display all IPs between above defined range.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:46
@#@

Saving CheckBox Values

This is a demo of a small class which simplifies saving, loading and using checkbox settings. To demonstrate the class I have created a form which allows you to manipulate QB and RGB colours. If you're interested I have added this to the latest version of my 'Code Fixer' upload. Oops was saving in wrong spot in registry, fixed.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:46
@#@

Robot Control Updated
Use to control robot using the numeric pad. Put a led on the parallel port of your PC to see the effect.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:47
@#@

Room Scheduling W/ Mapping System

The system is a thesis project that is capable of so many things such as: a) Integrate the Add and Edit Buttons. b) Automatic recalculation of inventory, available slots and more. c) Visually map the school laboratories. d) Graphically display the available, no schedule and w/ schedule computer laboraties. e) Disable taskbar tray and hide desktop icons to take full control of the computer. f) Much much more... Some of my friends submitted this project and it was nominated as one of the best thesis for its useability and functionality. Please vote if you learned something from it. Thank you so much!

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:47
@#@

Rotate Text 2.0

With this application you can rotate text 360 degrees with a push of a button :) Please vote for my code!

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:48
@#@

Rotating n Bouncing Ball_53_1

Learning Purpose

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:48
@#@

rotating text

A simple way to make your text on the form rotate and spin all around. Nothing much here, just thought you might want it.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:49
@#@

round robin schedule

A simulation of Operating Systems on Burst Time.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:50
@#@

Run ANI Files Using Image And Timer Controls ! VERY EASY CODES :D

Fully tested codes to run ANI files using Image and Timer control along with an example project. All binary data processing interaction and commented codes. Now you may create a control to run ANI files !!! If you like it PASE VOTE FOR ME :)

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:50
@#@

Running Application

waz

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:51
@#@

RGB Viewer

This is a simple program that changes the label colour to a RGB value.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:51
@#@

Richtextbox Wordover

Will tell you on what word your moving with the mouse in a richtextbox control

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:52
@#@

ridimensionare immagini

if ou wont to put an image in your form, this somoll code permet you to redimensioned an image ad save it in bmpt format ......

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:53
@#@

Right Click Test

~Right Click Test~ This is just a code i figured out so that if you are a beginner like me you will know how to make it that if you click click on something, something happens.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:53
@#@

Right or left click on form/label shows your menu *EASY! for beginners*

This is a simple code here for beginners. It shows how to right click or left click on a form or label which in re-turn drops down your menu. *.exe included*

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:54
@#@

RightToLeft ProgressBar

This code will change the direction of the ProgessBar from Left to Right to Right To Left.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:54
@#@

Restart program by code

This program demonstrates how to restart the programe follow code but not external .

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:55
@#@

Retrieve RichTextBox Scroll Event w/ Subclassing [UPDATED!]

This is an example of using subclassing to capture a RichTextBox's scroll event. Keep your intermediate window open to see the debug status of the "scrolling" occur. I saw a submission on Planet Source Code using another method so decided to post this method. I now updated the code so it can retrieve scroll position, arrow click events and such. Thanks LaVolpe for the suggestions. This is my first real try at subclassing so be gentle!

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:56
@#@

ReUMessenger

Its Still Wrok in progress its gonna be a messenger looka like (yahoo mess) but ive skinned an put office XP like menus in there you can see if you want to help me make this messenger go ahread an email me. thanks vote if you like., YOU'LL NEED TO DOWNLOAD VBSKINNERPRO ([ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ] AN VBSMARTMENUXP ([ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]) SMART MENU XP SHOULD COME WITH VBSKINNER PRO BUT NOT SURE THANKS VOTE IF YOU LIKE HEHE

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:56
@#@

RGB Helper

It is a very useful tool for these persons that work with colors in different formats (web, hex and RGB). Here you can also know the exact color value for system color constants. It is just a compilations of different jobs posted to PSC.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:57
@#@

RGB to HEX and LONG Converter

This code converts any RGB number to HEX and Long numbers!

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:57
@#@

Removing Illegal Characters

Demo of routine to generate legal filenames, control names and variable names from any piece of text. Nothing original but check out the support procedures RStrip, LStrip and IsCharIntl for useful bits. Thanks Robert bug bixed

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:58
@#@

Replacent Frame Control for XP Style (manifest)

Replacent Frame control. Small code !

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:58
@#@

Resize Control at Runtime Gold

Now you can Resize Controls at runtime. The simpelst Way to Resize a Control.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
05-12-2009, 23:59
@#@

Resource Compile

Hi this is a little pice of code that can Compile a text file into a .RES resource file with out the use of using the Visual Basic Resource editor. At the moment it will only compile Custom types. I also had problums compileing more than one file. anyway if you fix it let us know. Hope the code is usfull to someone out there.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:00
@#@

Restart App

Just a simple example how to restart your app.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:00
@#@

Play Wav from res file (without extacting it).

This plays wav files from inside the app it doesnt extact them or anything just plays it only 30 lines. vote

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:01
@#@

Popup Balloon - UPDATED! (1.0.2)

This is another Update of my Popup Balloon! It Now Supports: Different Icons, Finds Computer Name, External IP, Local IP.. and pops it up in Balloon. Main Purpose: Sends the program to the system tray and when you click on the command button it will show a popup balloon. - (See Screenshot)

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:01
@#@

purbinary addition

it show how to add using only this d = ((a Xor b) And (Not c)) Or (Not (a Xor b) And c) e = ((a And b) And (Not c)) Or ((a Or b) And c)

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:02
@#@

Psychiatrist

Its like, you have a Psychiatrist in your computer to talk to you. and its really cool

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:03
@#@

Prototype for File Copier

I try to read large files with both using API's and without them and i found nominal differences between them. I uploaded both of the projects into PCS so users can see them and suggest the better idea's on this topic. Plz give me ur better solution. waiting...... Need help (advise,comment,idea) on given topics. 1. Read large files (any size) into memory and work on them. Like, Encryption, Compression etc. 2. Should be fast enough. {in vb :) how? :(} 3. Took less resources 4. How i calculate Estimated time for a given operation. 5. How i calculate Elapsed time for a given operation. 6. If i miss something plz include here... ***********DONT VOTE ON THIS TOPIC************* But do comments on this topic.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:03
@#@

Protect digital signature your bmp file

we have to protect or put digital sign in our files

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:04
@#@

propertychange

this would be good to send to a friend because if they press a button it will say hi and bye

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:04
@#@

Property List (List Input version 2)

A UserControl which simulates the ListBox selectable members of VB's Properties window. modified from 'VB6 PropertyList' by Octoni at txtCodeId=55807. ---------------------------------------------------- Posted to obtain help ---------------------------------------------------- Partial key board access; you can scroll, select and open listboxes with arrow keys and enter but you can only select one up or down in the list from the keyboard and have to leave the row and re-enter to reopen the list. If you can help please let me know.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:05
@#@

Property Bag Compile

This lets you compile data into an exe. Keep in mind it wont be how you compile visual basics programs but it gives you the ability to do similar. This requires that you make a exe to be the layout and load the data compiled to it at program startup. Also you then must make a compiler that will add the data to the layout exe. I have included examples and a easy to use module. This does use the property bag to hold all the data then it is written to the end of the compiled layout exe. When you run that exe it checks for this code at the end and loads it, if its not found you can decide what to have it do. Right now it says No data has been saved into this exe yet. Hope this helps anyone looking to be able to compile data to a exe easily. Also it tells you how big the exe is with and without the data, and also how big the data itself is! Thanks and please vote!

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:05
@#@

Queue class

Implements the Queue data structure (FIFO) using an array.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:06
@#@

QuatRo WAYS to auto drop down combobox

4 ways to make the combobox drop down

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:07
@#@

Q Explorer - open programs faster

You will be able to insert your programs into this program and put this program into the Start Up folder. The next time you start your computer this program will open and you will just have to double click on a program in th list and it will open.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:07
@#@

puzzle Cube 2002 (working example)

This is Simple i know . But i made it because i wanted to Give people a challage ....

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:08
@#@

Put Pic In your text

hi now you can put any pic in your text or Icon try it and see another code's for me like WATER and play Viedo and a*2x*2y and PLS VOTE

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:08
@#@

Put Mouse Pointer any Control w/o hWnd

Very simple few lines code to put the mouse pointer over any control without use hWnd. Two subroutines, one for Centered other for near Left positioning. Supports all Screen resolutions and Controls resizeing.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:09
@#@

Put a directory into a List or Combo Box

With this code you can put all the folders in a directory into a ListBox or ComboBox, this was a code i really needed at one stage, it's quite a usefull tool :)

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:10
@#@

Pure VB SoftWare 3D Engine programming series part 1:Matrix and transformations

This code shows how to begin software 3D Renderer using pure Visual Basic NO DirectX or OpenGL, this code is for educationnal Purpose. It shows how to Do Matrix computations and transformation. -How to project a 3D point to the screen -How to do DoubleBuffering -How to Design and Use First Person shooter Camera All the rendering pipeline is coded in Pure VB. Note that all the code is documented. So leave feedbacks If you want to use ready to Use 3D engine built over DirectX or OpenGl in Visual basic, i advide you NemoX 3D engine. here is a link [ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:10
@#@

Random Digits Generator

Random digits

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:11
@#@

Radio Buttons Example

Very simple Radio Button Example, but can be very powerful. Displays what state the Radio Buttons are in.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:11
@#@

Racoon

find folders and keep memory-(default paths)

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:12
@#@

Quick Sender

Last updated on 30/03/2005 (GMT+7), without confusing subroutine. This program is sending message over LAN (Local Area Network) by using NET SEND command. It's very simple work. It's create a batch file with NET VIEW command and waiting until it's done. Then list all computer that returned. Just double click on the computer's name and type the message and send it!

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:12
@#@

Quick Class Creator

This is a little utility that I made up to simplify creating the shells for Class Modules. Instead of having to spend you time writing boring, repetative code for you Class's interface, this utility will do it for you! Please vote and leave some feedback please!

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:13
@#@

Queues And Priority Queues

In my computer science (java) class, one of the projects that I had to do required queues and priority queues. They turned out to be really helpful. Queues are used in everything from CPU scheduling to emergency-room programs with patients at different priorities. I use Visual Basic a lot more than I use Java, and queues can be very helpful in applications. So I decided to implement them into Visual Basic. This is all VB code with 2 class modules included (clsQueue and clsPriorityQueue). The test program (included in zip) shows you how to use the two class modules. Please leave comments and vote. Hope you like it :)

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:14
@#@

Read attribute tags and values from AutoCAD 14.01

You can read the Tags and their Values from any drawing into a textbox! If you want you can write them to Exel or Access etc... Please vote!!!

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:14
@#@

Read Output from Command Prompt v2.0 With Cancel Command! No External Files!

This program grabs the output from the Command Prompt (CMD.EXE or COMMAND.COM) and reads the output from whatever command you give it. NO EXTERNAL FILES! Really good for lots of programs, I really needed this so decided to share. This also kills the PID (ProcessID) when you cancel (thanks to Nick Campbeln for his PID Killing Function). This is also compatible with C/CPP programs (\n bug fixed). If you like this program please vote ;) Have fun!

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:15
@#@

Read Output from Command Prompt [Cpu/User-Friendly Control]

This program reads the output of CLI (Command Line Interface) Applications. Examples of CLI Applications are: -PING -NETSTAT -TRACERT This program will grab the output and call events so that you can process the commands. For example, if you ping a person, the output that is usely returned to the screen by the command prompt is captured and called into an event! This isnt a cheap method, it doesnt use any file input/output. Please vote if you like, would like to hear complaints about bugs if you find any, but I also appreciate comments ;) Thanks again -Endra

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:15
@#@

Random number picker (Football Pool)

his will random pick 0 - 9 across and 0 - 9 Down for the office football(or any sports)pool. Just a way of using the random in VB.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:16
@#@

RashidImageViewer:v:1.02

i think this is the best source code for image viewer becoz i add in this code how to CUT,COPY,PAST,EDITBACKCOLOR,SAVE,OPEN,VSCROLLE,HSC ROLLE,POPUPMENU,helpcommand i think it is best for image viewer if u hope it is best plz vote me i wil wait

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:17
@#@

Random Generator

this is the actual source code of Random Generator. the article that i have passed recently was a total mess so i decided to delete it and resend the source instead. this is the best for Q and A games... Have fun!

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:17
@#@

Reg Key ocx

==============================================

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:18
@#@

ReadMe Writer Plus(+)

Hey People, i made at littel program to show people how to work with dynamisk variables. This program could have been made with like half of the codes. I could just have used a ComboBox more. Then i would have had no need og the Type lib. But this way i can save the file and edit it at anytime. It show alot of you people out there how to work with dynamisk variables.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:18
@#@

Readonly Textbox

Here i am atteched Module which its done your textbox readonly.. if you like than vote me... not forgot vote me.........

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:19
@#@

Real 3D Text

A ver simple yet interesting Real 3D text. I noticed a programmer who posted a 3d text sample but was somehow a poor sample. This one took me only 2 minutes to make. enjoy !!!

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:20
@#@

reate music from pictures - 6 different midi songs from a single picture

Create music from pictures - 6 different midi songs from a single picture This code creates music from any picture, although you can implement it to create midi music from files too. You can change the existing picture to any picture of your choice. This can be pretty useful in encryption. But there may be other uses of it also What is technique behind this? This program does nothing but takes a pixel splits it into R, G & B and then uses the facility provided by free OCX "FreeLib" to create midi music. I have zipped that OCX. The value of R, G & B can be Instrument, Volume or Note. Thus creating 6 different types of music. However, the music produced is not much interesting. I coded this when I was bored and I wrote the code. Please give comments, critics and Please VOTE!!! Made By Paras Chopra CEO, NaramCheez paraschopra@lycos.com [ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:20
@#@

REAL Text

Sorry for the lack of code for the past 5 days... Anyhow I want to make it up to you guys so here is a really cool effect for those people who want to make a fancy splash screen. See screenshot!

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:21
@#@

Real Assembler

This program illustrates the function of a assembler with limited error handling and debugging. It shows how different mnemonics are translated into computer codes. There is one instruction compiled for every assembly key word. This assembler is in initial stage and supports a few op codes. There are a few interesting examples included. The project is the result of hours of my work. So plz comment and vote even if it is 1 *. It will encourage me to prepare a full fledged compiler.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:21
@#@

ReadOutput v2.1 - New Look like DOS!

Just like the previous versions except with a much better DOS like environment! For new users, this grabs output of CLI programs like PING, NETSTAT, etc. Some changes were made but none to the control! 'NEW IN V2.1: ' -Nice more DOS like environment ' -Replaced TextBox with Rich Text Format Box (More then 65535 chars allowed) ' -Added support to the DOS 'CLS' command (Clear Screen) ' -Replaced output of DOS 'CD' command to be C:\ ' -Made it show default path as C:\> ' -Colors changed ' -Added KeyPress event so you can press ENTER instead of clicking Execute

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:22
@#@

register ocx or dll 100

copy ocx or dll to windows\system32 then register using regsvr32 /s

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:22
@#@

Register Dll and OCX with two line of code

it is simplest code ever to register your .ocx, .dll files.Just two line of code will does for you....

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:23
@#@

REDONDEAR, REDONDEO, ROUND

RUTINA PARA REDONDEAR CUALQUIER NUMERO A CENTESIMAS Y TAMBIEN PARA REDONDEAR <5 CENTECIMAS A CERO Y >5 SUMA 1 DECIMA, MANEJA SIGNO DE PESOS Y COMAS EN MILES, IDEAL PARA PROGRAMAS DE FACTURACION, CHEQUES, MONEDAS ETC.

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:24
@#@

Recursive one folder down

This code will help you look into all files and folders 1 level deeper inside correct folder. this code will work with no forms, using 1 module as the start module, and returns a string of files and folders

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:24
@#@

Recursive All Sub Folders to do some work (Upx for example)

if you need only 1 level deep file& folders recorsive, look planetsourcecode for my first "Recursive one folder down" project. This code will help you look into all files and folders all levels inside correct folder. this is done using recursive calls (Simple!) that grab files and folder's names and tries to get into deeper level in any existing folder. this code will work with no forms, using 1 module as the start module, and returns a string of files and folders

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:25
@#@

record and play cursor position

Record and play your cursor position(using listbox!!!).

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@

MrGee
06-12-2009, 00:25
@#@

Remove TextBox Popup

This code does some useful things. First ,it replaces the default textbox context menu(the menu which pops up when u right click the textbox or press context menu key on the keyboard) with menu of ur choice. Secondly it shows how u can create ur own Edit Menu. Thirdly it shows how u can restrict user from pasting into textbox(it may be desired in some cases). Users can't paste into textbox by any means.I found some codes on the site where u could replace the textbox default popup menu but all failed when user pressed context menu key/application key on keyboard(the key immediate to Right Windows Key). I hope u find it of some use ;-).

[ برای مشاهده لینک ، لطفا با نام کاربری خود وارد شوید یا ثبت نام کنید ]

@#@