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

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




صفحه 46 از 70 اولاول ... 3642434445464748495056 ... آخرآخر
نمايش نتايج 451 به 460 از 696

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

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

    پيش فرض

    @#@

    RGB to HEX and LONG Converter

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

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

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

    @#@

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

    پيش فرض

    @#@

    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

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

    @#@

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

    پيش فرض

    @#@

    Replacent Frame Control for XP Style (manifest)

    Replacent Frame control. Small code !

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

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

    @#@

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

    پيش فرض

    @#@

    Resize Control at Runtime Gold

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

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

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

    @#@

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

    پيش فرض

    @#@

    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.

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

    @#@

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

    پيش فرض

    @#@

    Restart App

    Just a simple example how to restart your app.

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

    @#@

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

    پيش فرض

    @#@

    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

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

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

    @#@

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

    پيش فرض

    @#@

    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)

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

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

    @#@

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

    پيش فرض

    @#@

    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)

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

    @#@

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

    پيش فرض

    @#@

    Psychiatrist

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

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

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

    @#@

Thread Information

Users Browsing this Thread

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

User Tag List

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

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