نمایش نتایج 1 تا 36 از 36

نام تاپیک: بسته های اضافه شده به VB6

  1. #1
    کاربر دائمی آواتار earse+erse
    تاریخ عضویت
    اسفند 1387
    محل زندگی
    ساري
    پست
    315

    Cool بسته های اضافه شده به VB6

    خودتون هم می دونین که به وی بی 6 بسته هایی اضافه می شه که کار رو با اون راحت کنه!(Addins)
    بسته های زیادی وجود دارند که با کمک خدا و دوستان اگه اینجا بزاریمش به برنامه نویسان کمک خوبی میشه، به من که خیلی کمک کرد.

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

    برای اولین بسته، بسته ای به نام VbScroll هست که اسکرول رو واسه قسمت کد های وی بی 6 فعال می کنه که در حالت عادی قابل دسترسی نیست.البته با قابلیت تنظیم


    با تشکر
    فایل های ضمیمه فایل های ضمیمه
    آخرین ویرایش به وسیله earse+erse : چهارشنبه 28 بهمن 1388 در 13:04 عصر

  2. #2

    نقل قول: بسته های اضافه شده به VB6


  3. #3

    نقل قول: بسته های اضافه شده به VB6

    این هم یکی دیگه:
    TurboVBLite 3.3

    TurboVBLite is a feature packed freeware tool for VB6 - a major enhancement to its IDE. To give you an idea of the benefits of TurboVBLite some of the add-ins are described below: - Procedure Builder Build templates complete with header and error handler. Property Builder Quickly create new properties. Word Complete Associate a small string with a whole procedure - later you can automatically transform the small string into that code Search Search across the project group. Just imagine having all that saving YOU time! TurboVBLite has free support and updates.
    دانلود

  4. #4

    نقل قول: بسته های اضافه شده به VB6

    VB6 Add-in For Faster Browsing in The IDE



    منبع
    عکس های ضمیمه عکس های ضمیمه
    فایل های ضمیمه فایل های ضمیمه

  5. #5

    نقل قول: بسته های اضافه شده به VB6

    امشب اومدم حال اساسی بهتون بدم
    Inheritance Class Generator
    This VB6 Add-in generates a subclass from a given class in your VB project. The "Inheritance Class Generator" supports multiple levels of inheritance. To leverage this capability,create a base class, subclass it, then subclass the subclass. Repeat! The thing to note is that you will use a certain syntax to access methods in various parts of the object hierarchy. See "cmdMulipleInheritance_Click" in the example provided. All the code is written for you. The following is from the "read me." In VB6, to "do inheritance" . . . 1. Create the base class -- CAnimal 2. Run the "Inheritance Class Generator" add-in to generate a new "CSubClass". 2.1 Notice that the new class "Implements" the base class interface. 2.2 "implementation inheritance" is accomplished thru delegation 2.3 Notice typecasting of the subclass instance pointer to the base class type in class_initialize. 2.4 This gives each subclass instance (CDog, CCat) access to the methods of the base class (CAnimal) 2.5 This is the little *magic ingredient* that most accounts lack. 2.6 The tool supports object return types for functions and properties. Commentary: Perhaps the important takeaway is that this solution is really a generic "design pattern" that is useful in other contexts and languages. I have seen authors describe this as "simulated inheritance" using a derisive tone. This is, well, just plain wrong. The code here is pretty similar, in logic, to what a compiler "does for you" in other languages. In addition, this design pattern is the solution for doing "multiple-inheritance" in Java/C#‎/VB6. In that case, I wouldn't call it "simulated multiple-inheritance," I'd call it a design that supports the feature in question. End of story. Understand that inheritance" is a purely abstract concept. If a design maps onto the concept, it is "real", and anyone who says differently, is confused by the difference between a concept and a given implementation of a concept in some product. Please note how much of the code in this example has a boilerplate quality. Not only can VB6 "do inheritance", but one could argue that the VB team could have added the keywords to the language in a few man-weeks of effort. They simply chose not to. Note that this design accomplishes the 2 main objectives of "inheritance": code reuse CAnimal = 100% reuse CCat, CDog = ~90-100% reuse polymorphism each subclass of the base can have its own subset of unique methods/data members base class methods can be overridden in the subclass method overloading can be accomplished with a little guile see "HowToDoFunctionOverLoading()" in CAnimal Therefore, the whole "VB doesn't do inheritance" thing was a bit of a red herring from day one. Let me say for historical completeness that this was clearly demonstrated at VBITS in 1997 when VB5 came out. I was at the session.

    دانلود

  6. #6

    نقل قول: بسته های اضافه شده به VB6

    SOFY VB6 RS

    SOFY VB6 RS is Visual Basic Add-In that create aplications wich own checking that needed runtime libraries is correctly installed in your system. If that libraries isn't found, application would show the message that purpose to download it on our server. Primary feature of compiled programs with this Add-In is that loader was run on any OS (loader no needed any runtime libraries). That is no warry about size of compiled program, because loader was small size. Now in loader present that functions: Check that MSVBVM60.DLL library is present on target system English and russian versions of loader In future that functions are added: Check that any library present on target system Compress your application Add any your comments on error dialog box Adds your own runtime libraries on our site, or add internet-link of that library to the loader. Compile your programs with enabled SOFY VB6 RS for release versions of your programs because in your system all needed was installed. Enjoy!


    دانلود

  7. #7

    نقل قول: بسته های اضافه شده به VB6

    New API Viewer 1.0.3
    Updated to feature a binary-embedded Manifest and allowed constant lookups to be interactive. This Add-In is a working replacement for the API Viewer that comes with VB6. The New API Viewer comes as a stand-alone executable and as an Add-In to the Visual Basic 6 IDE. Additional features in the New API Viewer that are not in the standard API Viewer: * It gives you the ability to declare dynamically constants as Long in the selected local copy of a constant. This allows the user to keep program speed optimal by not slowing down for variant conversions. Although constants can be of types other than Long, the VB6 API interface uses only Long Integer values for its constants. * It gives you the ability to create new constants right within the viewer. Assigned values are expected to be numeric, as is required by the VB6 API interface, but the values can be declared as hexadecimal, octal, or binary. You can also apply + or - offsets. Constants are created as all-capitals. No complex checks are performed on the value. It simply assumes that you know what you are doing, because such checks can involve complex offsets and naming of other constants. The viewer will also check to ensure that the newly entered constant does not already exist. * It gives you the ability to create new API Declarations right within the viewer and add them to your API list. * It gives you the ability to create new User-Defined Types right within the viewer and add them to your API list. * It gives you the ability to create new Enumerations right within the viewer and add them to your API list. * You can Delete entries from the API list. * It gives you the ability to edit Declared Subroutine and Function parameter lists, and apply these changes to new subroutine or function names (for example, saving a modified version of SendMessage to SendMessageByNum, after changing the lParam as Any to ByVal lParam As Long). The built-in Declaration Editor makes such changes a breeze with just a few clicks of the mouse. * It automatic checks for new parameter dependencies. If an added declaration or user-defined type requires another user-defined type not included in the selection list, you can view the requested types in a dialog and select them or reject them for inclusion in your selection list. This can make resolving declaration headaches such as with the complicated AccessCheck Function, which requires the additional inclusion of the GENERIC_MAPPING, PRIVILAGE_SET, and SECURITY_DESCRIPTOR types. These additional types in turn require the ACL and LUID_AND_ATTRIBUTES types. These newer types in turn also require the LUID type. The New API Viewer makes farming these additional types a breeze with a few quick clicks of the mouse. * Additions created within the New API Viewer can be optionally saved for later re-used in the API data file. New entries are appended to the API file with a date- and time-stamp marker. * It immediate displays updates when you toggle between Private and Public declaration options, define parameters as arrays or fixed-length strings, change a return type, or change the referencing verb (ByRef/ByVal or None). * It includes a copy of and richly expanded freeware API32.TXT by Dan Appleman (president of Desaware, Inc.), which he had derived from the original Win32API.TXT file. On top of that, I have also included several thousand new Constants, Declarations, and Type declarations.

    دانلود

  8. #8

    نقل قول: بسته های اضافه شده به VB6

    CAP - Build Real (!) Console Apps with VB6

    Finally: CAP lets you create and compile "true" console applications with VB6. "True" as in: Not those cheesy things that open up a new console window! Instead, a console app made with CAP will run in a DOS console (or a cmd.exe session). See the included demo project (a "port" of the UNIX uname command). Did I mention that the included bas module supports STDIO and debugging in the VB IDE, with a console? There is also a short .txt file elaborating some more on the topic, too. Please vote if you find this useful, thank you!

    دانلود

  9. #9
    کاربر دائمی آواتار REZADG
    تاریخ عضویت
    فروردین 1387
    محل زندگی
    هر جایی که انسان میتونه باشه
    پست
    472

    نقل قول: بسته های اضافه شده به VB6

    دوستان من انگلیسیم ضعیف هست توضیحات فارسی لطف کنید

  10. #10

    نقل قول: بسته های اضافه شده به VB6

    هرچند برای کسی که در زمینه کامپیوتر فعالیت می کنه، دانستن کلمات اصلی و تخصصی این رشته واجبه و در این مورد گمان نمی کنم پیچیدگی خاصی داشته باشه. مضافا اینکه؛ تصاویر ضمیمه شده گویا هستند، ولی باز هم به روی چشم.

    راستی رضا جان پرمیس دیکشنری رو استفاده نمی کنی مگه؟

    پی نوشت: ذکر این توضیح لازمه که بیشتر این ها همونطور که از لینک دانلودشون مشخصه از PSC وام گرفته شدند و توضیحات مربوطه هم متعلق به نویسنده اصلی برنامه است.بنده بی تقصیرم.اینم گفتم کپی رایت رعایت شده باشه.هرچی باشه ما گروه کاربران لینوکس گیلان به بعضی چیزا هنوز پابندیم.
    آخرین ویرایش به وسیله Babak.Hassanpour : جمعه 22 مرداد 1389 در 17:38 عصر

  11. #11
    کاربر دائمی آواتار y.saied
    تاریخ عضویت
    شهریور 1386
    محل زندگی
    تبریز
    سن
    43
    پست
    299

    نقل قول: بسته های اضافه شده به VB6

    دوستان من انگلیسیم ضعیفه توضیحات فارسی لطف کنید

  12. #12
    کاربر دائمی آواتار M.T.P
    تاریخ عضویت
    دی 1388
    محل زندگی
    Planet Earth
    پست
    1,769

    نقل قول: بسته های اضافه شده به VB6

    درخواست addons
    دوستان کسی برنامه الحاقی داره که code editor وی بی 6 رو تغییر بده؟ یه چیزی مثل کد ادیتور vb2005

  13. #13

    نقل قول: بسته های اضافه شده به VB6

    codesmart این کار رو میکنه منتها چون رایگان نبود اسمی ازش نبردم.




    http://www.axtools.com/products-codesmart-vb6.php

  14. #14
    کاربر دائمی آواتار earse+erse
    تاریخ عضویت
    اسفند 1387
    محل زندگی
    ساري
    پست
    315

    Cool نقل قول: بسته های اضافه شده به VB6

    نقل قول نوشته شده توسط Babak.Hassanpour مشاهده تاپیک
    codesmart این کار رو میکنه منتها چون رایگان نبود اسمی ازش نبردم.




    http://www.axtools.com/products-codesmart-vb6.php
    سلام به بابک جون و تمام دوستان

    این کد اسمارت رو من می خواستم بدمولی شما پیش دستی کردین
    چون قراره به دوستان کمک بکنیم ولی در عین حال هم فعال وارز هم نکنیم:
    CodeSmart2009 رو از سایتش دانلود کنین برای اک..تیو کردنش یا به من پیام خصوصی بدین یا به( این تو نرو) برین!
    آخرین ویرایش به وسیله earse+erse : چهارشنبه 28 بهمن 1388 در 13:11 عصر

  15. #15

    نقل قول: بسته های اضافه شده به VB6

    من یه خروار ازین دست برنامه ها سراغ دارم.یک کم پاشون رو از روی شیلنگ اینترنت ما بر دارند ؛در خدمت دوستان بیشتر هستیم.

    علی الحساب :
    VB IDE Full Screen
    برای تمام صفحه کردن محیط کدنویسی
    دانلود

  16. #16

    نقل قول: بسته های اضافه شده به VB6

    Code Fixer
    ابزاری برای بهبود کد های نوشته شده شما و قالب بندی اون.ارائه یک جایگزین کننده متن کاربر پسند تر (بقول سازنده اش) به جای Find And Replace خود وی بی و بسیاری امکانات از این دست ...

    دانلود

  17. #17

    نقل قول: بسته های اضافه شده به VB6

    PowerPacks
    مجموعه ای شامل کنترل ها ، کامپوننت و ابزار برای استفاده در وی بی و آسانتر کردن برنامه سازی شامل:
    DataRepeater control
    Line and Shape controls
    PrintForm component
    Printer Compatibility Library

    دانلود

  18. #18

    نقل قول: بسته های اضافه شده به VB6

    Akemi Tab Order Utility 1.0.45
    ابزاری برای مرتب سازی آسان Tab Order اشیا در فرم برنامه.(واقعا مفیده بعد که متوجه شدید اول دعا به جون نویسنده اش کنید بعد هم ما رو اون گوشه ذهنتون اگه جای خال پیدا کردین یه دعا بفرمایید)


    دانلود

  19. #19
    کاربر دائمی آواتار earse+erse
    تاریخ عضویت
    اسفند 1387
    محل زندگی
    ساري
    پست
    315

    Cool نقل قول: بسته های اضافه شده به VB6

    این هم یک ابزار برای ساخت منوها در vb البته چون ستاپ داره تو قسمتهای دیگه نزاشتم

    این رو یکی از دوستان گزاشته بود تو فروم

    دانلود

  20. #20
    کاربر دائمی آواتار aryasoft2872
    تاریخ عضویت
    بهمن 1386
    محل زندگی
    بیرجند
    پست
    399

    نقل قول: بسته های اضافه شده به VB6

    با این فایل دی ال ال می تونید مشکل select case رو حل کنید یعنی اگه سلکت کیس کردید پایین که کیس رو تایپ می کنید یک منو پاپ آپ حالت هاش رو نشون می ده.
    فایل های ضمیمه فایل های ضمیمه

  21. #21
    کاربر دائمی آواتار kooroush
    تاریخ عضویت
    فروردین 1388
    محل زندگی
    آي پي مشهد .
    پست
    258

    نقل قول: بسته های اضافه شده به VB6

    سلام می دونم دیر اومدم ولی چه جوری می شه اینها را تو وی بی فعال کرد من که نصب می کنم هیچ اتفاقی نمی افته !!!!؟؟؟؟؟؟؟؟؟؟؟؟
    آخرین ویرایش به وسیله vbhamed : جمعه 04 بهمن 1392 در 20:21 عصر

  22. #22
    کاربر دائمی آواتار earse+erse
    تاریخ عضویت
    اسفند 1387
    محل زندگی
    ساري
    پست
    315

    Smile نقل قول: بسته های اضافه شده به VB6

    نقل قول نوشته شده توسط kooroush مشاهده تاپیک
    سلام می دونم دیر اومدم ولی چه جوری می شه اینها را تو وی بی فعال کرد من که نصب می کنم هیچ اطفاقی نمی افته !!!!؟؟؟؟؟؟؟؟؟؟؟؟
    این بسته های اضافی یا به قولی AddIns ها با یک فایل ستاب نصب می شن و نیاز به کار دیگه ای نیست البته قابل ذکر است که اگه از CodeSMART 2009 for VB6 استفاده می کنید با چند تا از این بسته ها مشکل پیدا می کند.
    در ضمن برای مطمئن شدن از نصب این ابزار ها به:
    Add-Ins/Add-In Manager
    بروید و برای هر بسته اضافی سه تیک پایین سمت راست را فعال کنید تا اجرا بشه.

    موفق باشید./


  23. #23
    کاربر دائمی آواتار kooroush
    تاریخ عضویت
    فروردین 1388
    محل زندگی
    آي پي مشهد .
    پست
    258

    نقل قول: بسته های اضافه شده به VB6

    من هرچی ابزار تیک نخوده اونجا بودو زدم ولی بازم خبری نیست !!!!!!!!
    رو ه کدومشونم که کلیک می کنم اصلا مبربوط بهبسته های اضافه شده به وی بی نیست !!!!

    حالا چی کار کنم !>؟؟؟؟؟

  24. #24
    کاربر دائمی آواتار earse+erse
    تاریخ عضویت
    اسفند 1387
    محل زندگی
    ساري
    پست
    315

    نقل قول: بسته های اضافه شده به VB6

    نقل قول نوشته شده توسط kooroush مشاهده تاپیک
    من هرچی ابزار تیک نخوده اونجا بودو زدم ولی بازم خبری نیست !!!!!!!!
    رو ه کدومشونم که کلیک می کنم اصلا مبربوط بهبسته های اضافه شده به وی بی نیست !!!!

    حالا چی کار کنم !>؟؟؟؟؟
    نه این کار رو نکن

    شما اول باید یکی از بسته های یاد شده در این تاپیک رو درون سیستمتون نصب کنید. برای مثال ابزار CodeSMART 2009 for VB6 رو درون صفحه ی دو دانلود کنین.

    بعدش از راه های زیر اقدام به فعال سازی کنید.













    بعد از این کار ها یک منوی جدید درون VB6 تون ساخته میشه.
    عکس های ضمیمه عکس های ضمیمه
    • نوع فایل: jpg 1.jpg‏ (75.3 کیلوبایت, 2504 دیدار)
    • نوع فایل: jpg 2.jpg‏ (69.1 کیلوبایت, 2494 دیدار)
    • نوع فایل: jpg 3.jpg‏ (74.3 کیلوبایت, 2483 دیدار)
    • نوع فایل: jpg 4.jpg‏ (47.4 کیلوبایت, 2465 دیدار)
    • نوع فایل: jpg 5.jpg‏ (59.5 کیلوبایت, 2478 دیدار)

  25. #25
    کاربر دائمی آواتار aryasoft2872
    تاریخ عضویت
    بهمن 1386
    محل زندگی
    بیرجند
    پست
    399

    نقل قول: بسته های اضافه شده به VB6

    با سلام

    بعضی از دوستان (از جمله خودم) بدون موسیقی نمی تونن برنامه نویسی کنن
    حالا با استفاده از این ابزار دیگه نمی خواد برنامه ی جداگانه ای برای موسیقی باز کنید.
    اسم این اضافه شونده vbAmpPlayer هستش که با اون می تونین یک پنجره به وی بی اضافه کنید و موسیقی رو از داخلش پخش کنید.
    در ضمن از 21 فرمت صوتی و تصویری هم پشتیبانی می کنه....
    فایل های ضمیمه فایل های ضمیمه

  26. #26
    کاربر دائمی آواتار HjSoft
    تاریخ عضویت
    خرداد 1386
    محل زندگی
    مشهد
    پست
    1,160

    نقل قول: بسته های اضافه شده به VB6

    سلام من یک ابزار دیدم که قابلیت AutoHide به هر Toolbar اضافه میکنه مثل .net .... البته اگه اشتباه نکنم . اگه تونستید پیدا کنید . اینجا هم قرار بدید .

  27. #27
    کاربر دائمی آواتار earse+erse
    تاریخ عضویت
    اسفند 1387
    محل زندگی
    ساري
    پست
    315

    Cool نقل قول: بسته های اضافه شده به VB6

    این رو یکی از دوستان به نام Oghoolmobiz گذاشته بود تو فروم که من به احترام ایشون از نوشته خودشون استفاده کردم.
    دوستان با برنامه VB Advance شما ميتونيد از VB خودتون بهتر استفاده کنيد
    يکي از کارش استفاده هر نوع آيکوني در VB که توعکس زير راه گذاشتنشو نشون دادم


    اندازه اصلي عکس


    Download From Rapidshare


    چندتا از کارهاي ديگه ي اين برنامه:

    -ایجاد مد کنسول برای وی بی
    - می شه از تو خود IDE برای فایل اگزتون آیکون های باکیفیت بزارید ( تو ریسورس )
    - امکانات ورژن گذاری برنامه کامل تر می شه
    - می تونید به طور مستقیم XP Manifest Resource تو برنامتون بزارید
    و خیلی چیزای دیگه ...

    Features

    The following features are made available through vbAdvance:

    Build Features
    Console Applications - Create true console-subsystem applications in Visual Basic that interact with the command-prompt from which they were launched.
    Function Exports - Export functions from DLLs to build standard DLLs using Visual Basic. Function exports are required for certain application types such as Control Panel Applets and ISAPI filters. Having access to this feature allows you to build these applications using VB. You can also implement the DllInstall feature of RegSvr32.exe in your DLLs to provide command-line switch customized registration of your DLLs. Many application plug-ins require function exports, which means you can now use Visual Basic to create them instead of having to resort to another language.
    Complete Version Number Control - Visual Basic inexplicably omits one of the fields in your application's version number resource. The version number standard is as follows:
    Major.Minor.Revision.Build
    What VB normally gives you is this:
    Major.Minor.0.Build
    In other words, the Revision field is always set to 0. To confuse matters further, what VB calls the Revision field is actually the Build field. Be confused and frustrated no longer - vbAdvance gives you full access to your application's version fields.
    DllMain - The DllMain entrypoint is used in standard DLLs as a way to recieve startup and teardown notification. vbAdvance gives you the ability to use a DllMain entrypoint in your standard DLLs.
    DllRegisterServer / DllUnregisterServer customization - An extension of the Function Exports feature, the ability to override and customize these two registration exports gives you full control over your DLL's registration.
    XP Manifest Resource Compiler - This option automatically compiles in the necessary XP Manifest into your application in order to support the new XP themes. This feature eliminates the need to distribute a seperate XML file with your application and the trouble that goes along with it.
    Terminal Server Aware Applications - Create applications that are Terminal Server Aware, giving you full control over your app's behavior when run in a Terminal Server environment.
    App Icons - Set your application icon without the need for a Form or a Resource file. Just point to the icon file and build your project.
    Advanced Debug File Options - Strip private information from your PDB debug files to prevent reverse-engineering of your app when distributing debug files. Compile the Symbolic Debug Information into your EXE or DLL and avoid having to distribute a seperate PDB file. Generate MAP and DBG files for your project. With vbAdvance, the full list of possible debug file generation options is made available to you.
    Resource-Only DLLs - Build a resource-only DLL from your project's resource file with the touch of a button.
    Dynamic Conditional Compile Arguments - Specify conditional compile argument values that differ between design time and compile time. This is particularily useful for the DbgWProc.dll constant, DEBUGWINDOWPROC, which must be set to 1 when in design mode and 0 when compiled. Another example would be an IN_IDE conditional to determine if you're running in design mode, or compiled.
    Custom DOS Stub EXEs - VB automatically creates a DOS stub EXE for you when you build an executable. The purpose for this is to output some text to the command line when your EXE is run from the DOS environment, explaining that it is a Windows app and will not run under DOS. The Custom DOS Stub EXE feature allows you to place your own DOS stub EXE into your app, allowing you to customize the text that is displayed or even to run an actual DOS version of your application.

    IDE Enhancements
    Check Syntax - Check for syntax errors without building your binary.
    Build Button - Very similar to the Visual C++‎‎‎ Build button, this builds your project immediately. No dialogs are presented after the first build of the project sets the build path.
    Execute Button - Very similar to the Visual C++‎‎‎ Execute button, this launches your compiled app. A Send Command Line Args option allows you to send your project's command-line arguments to the executable.
    Send Code Module to Text Editor - VB's code editor is decent, but not great. If it weren't for Intellisense, there'd be nothing special about VB's integrated code editor. For high-powered editing, many programmer's turn to a professional text editor. vbAdvance makes it trivial to send the current code module to your text editor. Just press the button and your editor will open with the code module you were just viewing from VB. And when you've made your changes and return to VB, vbAdvance's Detect Code Module Changes feature will detect your edits and reload the module for you.
    Detect Code Module changes outside of IDE - This feature enables VB to detect when any code modules in your project are changed by another process. For example, if you Get Latest from SourceSafe, and one of your code modules is overwritten with a newer version, or if you edit one of the modules with a text editor, or even if you copy over a module using Windows Explorer, this feature will notify you that there was a change and offer to reload the module automatically, saving you from having to reload the entire project in order to pick up the changes.
    Disable Build Dialogs - The first time you build your project, you are presented with a 'Save As...' style dialog to tell VB where you want to build your project and what you want it named. This makes perfect sense. What doesn't make sense is that even though you already told VB what to name the executable, VB keeps asking you the same question every time you build your project - and to make matters worse, it kindly tells you that there's already a file of that name (duh!) and do you want to overwrite it? Well, vbAdvance to the rescue! The Disable Build Dialogs feature prevents those dialogs from appearing once you've told VB where to build the project. The first time you'll be asked where to build it, and subsequent times you will not be bothered. This is the normal behavior of the vbAdvance Build button, this feature allows you to apply it when building from the File menu option.
    Clear Immediate Window - This feature automatically clears the Immediate Window when you run your project.
    Sizeable Dialogs in the IDE - Ever wonder why all of the standard Windows common dialogs used by the VB IDE are not sizeable? So did we, and we took care of the problem. When vbAdvance is running, all standard Open and Save dialogs are sizeable.
    Binary Compatibility File Enhancement - An extension of the sizeable dialogs feature is found when you select your Binary Compatibility file for an ActiveX DLL project. It has become standard practice to use an extension of *.cmp for compatibility files in order to avoid confusion with the target DLL. Unfortunately, VB's Open dialog requires a few clicks to change the Selection Filter to 'All Files' in order to see any *.cmp files. vbAdvance adds the *.cmp filter entry to this Open dialog and makes it the default selection

    و اگه دانلود نمیشه مدیر عزیز xxxxx_xxxxx گفته

    VB Advance 3.1.1.5.part2.rar‏

    خیلی بدرد می خوره.
    امیدوارم به درد شما هم بخوره.

    با تشکر یا علی
    آخرین ویرایش به وسیله earse+erse : شنبه 14 فروردین 1389 در 17:45 عصر

  28. #28
    کاربر دائمی آواتار skh1300
    تاریخ عضویت
    بهمن 1387
    محل زندگی
    یه جای خوش آب هوا
    پست
    207

    نقل قول: بسته های اضافه شده به VB6

    CodeTabs
    با این می توانید فرم ها را به صورت tab در بیاورید
    عکس های ضمیمه عکس های ضمیمه
    فایل های ضمیمه فایل های ضمیمه

  29. #29
    کاربر دائمی آواتار skh1300
    تاریخ عضویت
    بهمن 1387
    محل زندگی
    یه جای خوش آب هوا
    پست
    207

    نقل قول: بسته های اضافه شده به VB6

    اینم یه dll که کارایی فوق العاده انجام می ده
    عکس های ضمیمه عکس های ضمیمه
    فایل های ضمیمه فایل های ضمیمه

  30. #30
    کاربر دائمی آواتار modirmasool
    تاریخ عضویت
    اسفند 1388
    محل زندگی
    Home is where the heart is
    پست
    491

    نقل قول: بسته های اضافه شده به VB6


    MZ-Tools 3.0 for Visual Basic 6.0





    این افزونه رو کمتر کسی هستش که نشناسه. واقعا فوق العاده هستش و سرعت کار رو بالا میبره.این افزونه حتی برای مبتدی ها هم عالی هستش . مثلا شما میتونین به راحتی و به صورت گرافیکی یک MSGBOX رو در کدهاتون قرار بدین. خودتون دانلود کنین منظورم رو متوجه خواهید شد.

    حجم:800KB

    لینک مستقیم:

    http://www.mztools.com/v3/downloadvb6.aspx

  31. #31
    کاربر دائمی آواتار modirmasool
    تاریخ عضویت
    اسفند 1388
    محل زندگی
    Home is where the heart is
    پست
    491

    نقل قول: بسته های اضافه شده به VB6



    Smart Indenter v3.5

    همونطور که میدونین یکی از مشکلات بزرگ و خسته کننده ی ویبی 6 اینه که نوشتن کدهای برنامه به صورت مرتب در اون خیلی سخته و مدام باید از تب استفاده کرد. این مشکل وقتی خودشو نشون میده که برنامتون تعداد خطهاش زیاد میشهو یا خیلی تودرتو میشه.
    این برنامه به صورت کاملا خودکار و با زدن یک کلیک کدهای برنامه شما رو مرتب میکنه.








    لینک مستقیم:
    حجم:260کیلوبایت

    http://www.oaltd.co.uk/DLCount/DLCount.asp?file=IndenterVB6.exe

  32. #32
    کاربر دائمی آواتار modirmasool
    تاریخ عضویت
    اسفند 1388
    محل زندگی
    Home is where the heart is
    پست
    491
    Big Comments v2.1


    این یکی برای کسانی که برنامه های سنگین مینویسن یا برنامه های آموزشی و یا افرادی که منظم هستن! خیلی خوبه.
    شما با این ابزار میتونین Comment های بزرگ و عالی درج کنین.

    برای فعال کردنش بعد از اینکه از حالت فشرده خارجش کردین فایل BigComments.dll رو در system32 کپی کنین و بعد رجیسترش کنین.

    طریقه ی رجیستر کردن: در Run بنویسین:
    regsvr32.exe BigComments.dll
    و بعد OK بزنین.
    فایل های ضمیمه فایل های ضمیمه
    آخرین ویرایش به وسیله vbhamed : جمعه 29 فروردین 1393 در 23:32 عصر

  33. #33
    کاربر دائمی
    تاریخ عضویت
    فروردین 1389
    محل زندگی
    اصفهان
    پست
    717

    نقل قول: بسته های اضافه شده به VB6

    سلام
    چطوری می توانم از این dll استفاده کنم

    VbAmpPlayer.rar‏ (60.2 کیلوبایت, 123 دیدار)

  34. #34
    کاربر دائمی
    تاریخ عضویت
    اسفند 1391
    محل زندگی
    کرمان
    پست
    115

    Thumbs up MsgBox Adjoint Add_in

    خوب دوستان اینم یک Add-in که کار خودمه امتحانش کنید خبرشو بدید
    این افزودنى برای وی بی می باشد که با استفاده از آن می توانید به راحتی
    مورد نظر خود را ایجاد نمایید MsgBox
    امکان تست در زمان ایجاد و امکان درج در پروژه و کپی کردن کدها
    بعد از دانلود بر وری فایل
    Install.bat
    کلید نمایید


  35. #35
    کاربر دائمی
    تاریخ عضویت
    اسفند 1391
    محل زندگی
    کرمان
    پست
    115

    Talking PersianCommentor Add_in vb6

    این افزونه(Add_in ) که برای vb6 طراحی کردم در ToolBar وی بی قرار می گیرد وبرای قرار دادن توضیحات در کد استفاده می شود
    از خصوصیات این افزئنه نسبت به نمونه های مشابه
    1.امکان تعیین توضیح پایان متفاوت از توضیح شروع
    2.امکان تعیین نوع قرار گرفتن توضیح
    3.امکان انصراف دادن(در یک نمونه دیدم که بعد از cancel کردن باز توضیح را قرار می داد )
    ۴.من درستش کردم


    آموزش در فایل فشرده وجود دارد
    بعد از دانلود بر روی فایل Install.bat کلید نمایید
    این یه Add_in است بعد از نصب از منوی Add_ins بعد Add_in manager اونو در برنامه قرار دهید
    دوستان اینو خودم درست کردم اگر خطایی داشت یا پیشنهادی داشتید به من بگید
    دانلود...
    نظر و پیشنهاد یادتون نظر

  36. #36
    کاربر دائمی
    تاریخ عضویت
    اسفند 1391
    محل زندگی
    کرمان
    پست
    115
    سلام
    چطوری می توانم از این dll استفاده کنم
    VbAmpPlayer.rar‏ (60.2 کیلوبایت, 123 دیدار)
    با سلام دوست عزیز من فایل نصبی برای این dll درست کردم فقط کافیه روش کلید کنی تا این add-in نصب بشه بعد از منوی Add-ins و Add-in Manajer… بعد در صفحه ای که باز می شود بر روی VbAmp Player کلید کن بعد دو تیک Loaded/Unloaded و Load on StartUp رو بزن بعد OK در صفحه ای که باز می شه می تونی آهنگ هایی انتخواب کنی تا پخش بشن
    فایل های ضمیمه فایل های ضمیمه
    آخرین ویرایش به وسیله vbhamed : جمعه 29 فروردین 1393 در 23:36 عصر

برچسب های این تاپیک

قوانین ایجاد تاپیک در تالار

  • شما نمی توانید تاپیک جدید ایجاد کنید
  • شما نمی توانید به تاپیک ها پاسخ دهید
  • شما نمی توانید ضمیمه ارسال کنید
  • شما نمی توانید پاسخ هایتان را ویرایش کنید
  •