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

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




صفحه 50 از 70 اولاول ... 4046474849505152535460 ... آخرآخر
نمايش نتايج 491 به 500 از 696

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

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

    پيش فرض

    @#@

    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!

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

    @#@

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

    پيش فرض

    @#@

    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.

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

    @#@

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

    پيش فرض

    @#@

    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

    http://www.planetsourcecode.com/Upload_PSC/ScreenShots/PIC200452215259904.JPG

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

    @#@

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

    پيش فرض

    @#@

    register ocx or dll 100

    copy ocx or dll to windows\system32 then register using regsvr32 /s

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

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

    @#@

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

    پيش فرض

    @#@

    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....

    http://www.planetsourcecode.com/Upload_PSC/ScreenShots/PIC2009410149269722.JPG

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

    @#@

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

    پيش فرض

    @#@

    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.

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

    @#@

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

    پيش فرض

    @#@

    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

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

    @#@

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

    پيش فرض

    @#@

    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

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

    @#@

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

    پيش فرض

    @#@

    record and play cursor position

    Record and play your cursor position(using listbox!!!).

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

    @#@

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

    پيش فرض

    @#@

    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 ;-).

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

    @#@

Thread Information

Users Browsing this Thread

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

User Tag List

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

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