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

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




صفحه 42 از 70 اولاول ... 3238394041424344454652 ... آخرآخر
نمايش نتايج 411 به 420 از 696

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

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

    پيش فرض

    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.


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

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

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

    پيش فرض

    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.

    http://www.planetsourcecode.com/upload_PSC/screenshots/PIC200111279489627.gif

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

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

    پيش فرض

    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


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

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

    @#@

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

    پيش فرض

    @#@

    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


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

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

    @#@

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

    پيش فرض

    @#@

    Scolling text

    Scroll the text you want to scroll !

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

    @#@

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

    پيش فرض

    @#@

    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

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

    @#@

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

    پيش فرض

    @#@

    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.

    http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=9273&strZipAccessCo de=tp%2FC92737162

    @#@

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

    پيش فرض

    @#@

    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 http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=7537&lngWId=10

    http://www.planetsourcecode.com/Upload_PSC/ScreenShots/PIC200911141242225874.jpg

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

    @#@

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

    پيش فرض

    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


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

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

    @#@

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

    پيش فرض

    @#@

    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


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

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

    @#@

Thread Information

Users Browsing this Thread

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

User Tag List

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

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