تبلیغات :
آکوستیک ، فوم شانه تخم مرغی، صداگیر ماینر ، یونولیت
دستگاه جوجه کشی حرفه ای
فروش آنلاین لباس کودک
خرید فالوور ایرانی
خرید فالوور اینستاگرام
خرید ممبر تلگرام

[ + افزودن آگهی متنی جدید ]




صفحه 51 از 70 اولاول ... 4147484950515253545561 ... آخرآخر
نمايش نتايج 501 به 510 از 696

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

  1. #501
    حـــــرفـه ای MrGee's Avatar
    تاريخ عضويت
    May 2008
    محل سكونت
    کرج
    پست ها
    3,693

    پيش فرض

    @#@

    Reminders

    This code will remind you about something at a time. this code is designed for beginners.please comment or vote

    http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=59071&strZipAccessC ode=tp%2FR590719522

    @#@

  2. #502
    حـــــرفـه ای MrGee's Avatar
    تاريخ عضويت
    May 2008
    محل سكونت
    کرج
    پست ها
    3,693

    پيش فرض

    @#@

    Reminder

    **REMINDER** Not something special but usefull This is a programm that reminds you something to do(you have insert before) by playing a mid file!(You can change the file of course!) IF you liked it please vote for me! Thanx JBK

    http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=31042&strZipAccessC ode=tp%2FR310427012

    @#@

  3. #503
    حـــــرفـه ای MrGee's Avatar
    تاريخ عضويت
    May 2008
    محل سكونت
    کرج
    پست ها
    3,693

    پيش فرض

    @#@

    regx vowel counter

    Another example of a vowel and number counter using regular expressions - with a regular expression tutorial. Again the regx is many times faster than the usual method. I have posted several examples of how to do common matches using regular expressions and now have a standard benchmark template so expect more. Each time I do this I usually have to edit the vb-code so that it doesn't break on large files like changing interger declarations to long. The regx is always so much simpler and error free. In this example both the rex and non regx functions count any digit as a number so 12345 matches 5 times. What if we wantedd to consider any series of digits a single match. With the regx you simply change "\d" to "\d*" literally that is it. To make this same modification to the non-regx method would take a while. Now what if we wanted to consider 1,000 or 1.00 a number or only match dates. Again with the regx it is a simple change. After looking at this example click on the learn regular expressions menu item. Read the tutorial and download FileTextExtractor. This program includes several prebuilt regular expressions and lets you craft your own and run them on files. All of the matches and the count show up in a listbox. With regular expresions every match is available through the matches collection. You can even define submatches wich is usefull when you want to remember different parts of a match for things like searching for double typed words. Anyway, please read the tutorial and No I am not just trying to sell books. I havn't sold one yet anyway. The links are just there because I am not a master of regular expressions. I did however learn everything I know about them from Mastering Regular Expressions. And I did write an html/xml syntax highlighter that uses 2 regular expressions. Anyway, if you want to learn them well you will have to buy a book sometime. Might as well be from someone you know and maybee even vote for - hint.

    http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=34924&strZipAccessC ode=tp%2Fr349246351

    @#@

  4. #504
    حـــــرفـه ای MrGee's Avatar
    تاريخ عضويت
    May 2008
    محل سكونت
    کرج
    پست ها
    3,693

    پيش فرض

    @#@

    Registration Example

    A good example of registration, includes keygen and nag screen. =)

    http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=33458&strZipAccessC ode=tp%2FR334589864

    @#@

  5. #505
    حـــــرفـه ای MrGee's Avatar
    تاريخ عضويت
    May 2008
    محل سكونت
    کرج
    پست ها
    3,693

    پيش فرض

    @#@

    register ocx or dll 101

    little update from previous version repair command button exit code, error if the bat file no exist

    http://www.planetsourcecode.com/Upload_PSC/ScreenShots/PIC200810241149484510.GIF

    http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=71286&strZipAccessC ode=tp%2Fr712860102

    @#@

  6. #506
    حـــــرفـه ای MrGee's Avatar
    تاريخ عضويت
    May 2008
    محل سكونت
    کرج
    پست ها
    3,693

    پيش فرض

    @#@

    Random Stars

    This is a star thingy. I didnt spend too much time on it but it is a great alternative to large amounts of code. About 10 lines and you have a thingy with 22 stars and they randomly change spots every second. I was inspired by the dude who made somthing earlier. I didnt think it would work but it did! I dont expect votes or anything but some nice feedback would be great.

    http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=41027&strZipAccessC ode=tp%2FR410279112

    @#@

  7. #507
    حـــــرفـه ای MrGee's Avatar
    تاريخ عضويت
    May 2008
    محل سكونت
    کرج
    پست ها
    3,693

    پيش فرض

    @#@

    ProgressBar without OCX's - only a few lines of code!

    The Visual Basic Progressbar requires the huge comctrl32.ocx to be distributed with your program - not any more! this is the classic method with the familiar dark-Blue on white background. I have been asked this over and over again, so here it is. It is actually 2 labels stuck together with a bit of arithmetic used to animate them.

    http://www.planetsourcecode.com/upload_PSC/screenshots/PIC20001182142486602.jpg

    http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=12657&strZipAccessC ode=tp%2FC126579311

    @#@

  8. #508
    حـــــرفـه ای MrGee's Avatar
    تاريخ عضويت
    May 2008
    محل سكونت
    کرج
    پست ها
    3,693

    پيش فرض

    @#@

    ProgressXp (Standalone Usercontrol)

    ProgressXp is a Progressbar in the windowsXp style. It has a behavior like the Progressbar in "Mozilla Firefox". NO OTHER CONTROLS are used !!! NO API!!! VB ONLY!!! And I think it just look better than the xp progressbar...

    http://www.planetsourcecode.com/Upload_PSC/ScreenShots/PIC20048201046286989.gif

    http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=55694&strZipAccessC ode=tp%2FP556943682

    @#@

  9. #509
    حـــــرفـه ای MrGee's Avatar
    تاريخ عضويت
    May 2008
    محل سكونت
    کرج
    پست ها
    3,693

    پيش فرض

    @#@

    Project Beginner

    this is a visual basic program that teaches visual basic beginners how to program please comment or vote

    http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=59784&strZipAccessC ode=tp%2FP597840644

    @#@

  10. #510
    حـــــرفـه ای MrGee's Avatar
    تاريخ عضويت
    May 2008
    محل سكونت
    کرج
    پست ها
    3,693

    پيش فرض

    @#@

    Project+Database Password Security

    This project gives you the full Database level security. You cannot run your project untill you give the correct database password. Since the database is also password locked, nobody can open it also. If you make EXECUTABLE file of your application, then not to worry about someone else can run your application or open the database. Good luck & please vote me if you really fount it useful.

    http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=47545&strZipAccessC ode=tp%2FP475456738

    @#@

Thread Information

Users Browsing this Thread

هم اکنون 1 کاربر در حال مشاهده این تاپیک میباشد. (0 کاربر عضو شده و 1 مهمان)

User Tag List

قوانين ايجاد تاپيک در انجمن

  • شما نمی توانید تاپیک ایحاد کنید
  • شما نمی توانید پاسخی ارسال کنید
  • شما نمی توانید فایل پیوست کنید
  • شما نمی توانید پاسخ خود را ویرایش کنید
  •