PDA

View Full Version : بسته های اضافه شده به VB6



earse+erse
چهارشنبه 21 بهمن 1388, 21:50 عصر
خودتون هم می دونین که به وی بی 6 بسته هایی اضافه می شه که کار رو با اون راحت کنه!(Addins)
بسته های زیادی وجود دارند که با کمک خدا و دوستان اگه اینجا بزاریمش به برنامه نویسان کمک خوبی میشه، به من که خیلی کمک کرد.

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

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


با تشکر

Babak.Hassanpour
چهارشنبه 21 بهمن 1388, 22:09 عصر
بعدیش هم من معرفی می کنم:
MZ-Tools
(http://www.mztools.com/index.aspx)
http://www.mztools.com/v6/images/mztools6_reduced.gif
MZ-Tools 6.0 for Visual Studio .NET 2002, 2003, 2005 and 2008 (http://www.mztools.com/v6/mztools6.aspx)
MZ-Tools 3.0 for Visual Basic 6.0, 5.0 and VBA (http://www.mztools.com/v3/mztools3.aspx)

Babak.Hassanpour
چهارشنبه 21 بهمن 1388, 22:26 عصر
این هم یکی دیگه:
TurboVBLite 3.3
http://korean.softpicks.net/screenshots/TurboVB.gif


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.

دانلود (http://files3.download3000.com/download/31c1d2595cc42a4d87ee021b054272f2/48/33255/TurboVBLite.zip)

Babak.Hassanpour
چهارشنبه 21 بهمن 1388, 22:30 عصر
VB6 Add-in For Faster Browsing in The IDE

http://barnamenevis.org/forum/attachment.php?attachmentid=43947&stc=1&d=1265830174

منبع (http://www.freevbcode.com/ShowCode.asp?ID=7160)

Babak.Hassanpour
چهارشنبه 21 بهمن 1388, 22:46 عصر
امشب اومدم حال اساسی بهتون بدم
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.

http://www.planet-source-code.com/Upload_PSC/ScreenShots/PIC2004551821354887.jpg
دانلود (http://www.planet-source-code.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=53587&strZipAccessCode=tp%2FI535871765)

Babak.Hassanpour
چهارشنبه 21 بهمن 1388, 22:48 عصر
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!

http://www.planet-source-code.com/Upload_PSC/ScreenShots/PIC20091212237102834.JPG

دانلود (http://www.planet-source-code.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=72692&strZipAccessCode=tp%2FS726921111)

Babak.Hassanpour
چهارشنبه 21 بهمن 1388, 22:49 عصر
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.

http://www.planet-source-code.com/Upload_PSC/ScreenShots/PIC2007414344383010.JPG
دانلود (http://www.planet-source-code.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=68349&strZipAccessCode=tp%2FN683493752)

Babak.Hassanpour
چهارشنبه 21 بهمن 1388, 22:52 عصر
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!

http://www.planet-source-code.com/upload_PSC/screenshots/PIC200292171961159.gif
دانلود (http://www.planet-source-code.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=38590&strZipAccessCode=tp%2FC385902560)

REZADG
چهارشنبه 21 بهمن 1388, 23:10 عصر
دوستان من انگلیسیم ضعیف هست توضیحات فارسی لطف کنید

Babak.Hassanpour
چهارشنبه 21 بهمن 1388, 23:15 عصر
هرچند برای کسی که در زمینه کامپیوتر فعالیت می کنه، دانستن کلمات اصلی و تخصصی این رشته واجبه و در این مورد گمان نمی کنم پیچیدگی خاصی داشته باشه. مضافا اینکه؛ تصاویر ضمیمه شده گویا هستند، ولی باز هم به روی چشم.

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

پی نوشت: ذکر این توضیح لازمه که بیشتر این ها همونطور که از لینک دانلودشون مشخصه از PSC (http://planet-source-code.com)وام گرفته شدند و توضیحات مربوطه هم متعلق به نویسنده اصلی برنامه است.بنده بی تقصیرم.اینم گفتم کپی رایت رعایت شده باشه.هرچی باشه ما گروه کاربران لینوکس گیلان (http://www.gullug.org) به بعضی چیزا هنوز پابندیم.

y.saied
پنج شنبه 22 بهمن 1388, 13:53 عصر
دوستان من انگلیسیم ضعیفه توضیحات فارسی لطف کنید

M.T.P
پنج شنبه 22 بهمن 1388, 16:20 عصر
درخواست addons
دوستان کسی برنامه الحاقی داره که code editor وی بی 6 رو تغییر بده؟ یه چیزی مثل کد ادیتور vb2005

Babak.Hassanpour
پنج شنبه 22 بهمن 1388, 16:28 عصر
codesmart این کار رو میکنه منتها چون رایگان نبود اسمی ازش نبردم.
http://www.axtools.com/tabs/products-codesmart-vb6/img-features/Integration.gif

http://www.axtools.com/tabs/products-codesmart-vb6/img-features/Tabs.gif

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

earse+erse
پنج شنبه 22 بهمن 1388, 17:33 عصر
codesmart این کار رو میکنه منتها چون رایگان نبود اسمی ازش نبردم.
http://www.axtools.com/tabs/products-codesmart-vb6/img-features/Integration.gif

http://www.axtools.com/tabs/products-codesmart-vb6/img-features/Tabs.gif

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

سلام به بابک جون و تمام دوستان

این کد اسمارت رو من می خواستم بدم:کف:ولی شما پیش دستی کردین:تشویق:
چون قراره به دوستان کمک بکنیم ولی در عین حال هم فعال وارز هم نکنیم:
CodeSmart2009 رو از سایتش دانلود کنین برای اک..تیو کردنش یا به من پیام خصوصی بدین یا به( این تو نرو) برین!

Babak.Hassanpour
پنج شنبه 22 بهمن 1388, 17:53 عصر
من یه خروار ازین دست برنامه ها سراغ دارم.یک کم پاشون رو از روی شیلنگ اینترنت ما بر دارند ؛در خدمت دوستان بیشتر هستیم.

علی الحساب :
VB IDE Full Screen
برای تمام صفحه کردن محیط کدنویسی
دانلود (http://www.planet-source-code.com/vb/scripts/ShowZip.asp?lngWId=-10&lngCodeId=55232&strZipAccessCode=tp%2FV552326758)

Babak.Hassanpour
پنج شنبه 22 بهمن 1388, 18:03 عصر
Code Fixer
ابزاری برای بهبود کد های نوشته شده شما و قالب بندی اون.ارائه یک جایگزین کننده متن کاربر پسند تر (بقول سازنده اش) به جای Find And Replace خود وی بی و بسیاری امکانات از این دست ...
http://www.planet-source-code.com/Upload_PSC/ScreenShots/PIC200532756182944.jpg
دانلود (http://www.planet-source-code.com/vb/scripts/ShowZip.asp?lngWId=-1&lngCodeId=59247&strZipAccessCode=tp%2FC592477832)

Babak.Hassanpour
پنج شنبه 22 بهمن 1388, 18:25 عصر
PowerPacks
مجموعه ای شامل کنترل ها ، کامپوننت و ابزار برای استفاده در وی بی و آسانتر کردن برنامه سازی شامل:
DataRepeater control
Line and Shape controls
PrintForm component
Printer Compatibility Library
http://i.msdn.microsoft.com/bb735936.3_0_fig01(en-us,MSDN.10).png
دانلود (http://download.microsoft.com/download/1/2/A/12AA9B28-4F67-42C3-9319-684E8AD6F0AE/VisualBasicPowerPacks3Setup.exe)

Babak.Hassanpour
پنج شنبه 22 بهمن 1388, 18:46 عصر
Akemi Tab Order Utility 1.0.45
ابزاری برای مرتب سازی آسان Tab Order اشیا در فرم برنامه.(واقعا مفیده بعد که متوجه شدید اول دعا به جون نویسنده اش کنید بعد هم ما رو اون گوشه ذهنتون اگه جای خال پیدا کردین یه دعا بفرمایید)

http://www.developer-resource.com/gfx/screenshots/56459.jpg
دانلود (http://cdn.simtel.net/pub/simtel/00/05/64/59/tou145f.exe)

earse+erse
پنج شنبه 29 بهمن 1388, 18:47 عصر
این هم یک ابزار برای ساخت منوها در vb البته چون ستاپ داره تو قسمتهای دیگه نزاشتم

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

دانلود (http://barnamenevis.org/forum/attachment.php?attachmentid=20269&d=1215840181)

aryasoft2872
پنج شنبه 06 اسفند 1388, 20:28 عصر
با این فایل دی ال ال می تونید مشکل select case رو حل کنید یعنی اگه سلکت کیس کردید پایین که کیس رو تایپ می کنید یک منو پاپ آپ حالت هاش رو نشون می ده.

kooroush
جمعه 21 اسفند 1388, 15:07 عصر
سلام می دونم دیر اومدم ولی چه جوری می شه اینها را تو وی بی فعال کرد من که نصب می کنم هیچ اتفاقی نمی افته !!!!؟؟؟؟؟؟؟؟؟؟؟؟

earse+erse
یک شنبه 23 اسفند 1388, 13:42 عصر
سلام می دونم دیر اومدم ولی چه جوری می شه اینها را تو وی بی فعال کرد من که نصب می کنم هیچ اطفاقی نمی افته !!!!؟؟؟؟؟؟؟؟؟؟؟؟

این بسته های اضافی یا به قولی AddIns ها با یک فایل ستاب نصب می شن و نیاز به کار دیگه ای نیست البته قابل ذکر است که اگه از CodeSMART 2009 for VB6 استفاده می کنید با چند تا از این بسته ها مشکل پیدا می کند.
در ضمن برای مطمئن شدن از نصب این ابزار ها به:

Add-Ins/Add-In Manager

بروید و برای هر بسته اضافی سه تیک پایین سمت راست را فعال کنید تا اجرا بشه.

موفق باشید./

kooroush
یک شنبه 23 اسفند 1388, 20:10 عصر
من هرچی ابزار تیک نخوده اونجا بودو زدم ولی بازم خبری نیست !!!!!!!!
رو ه کدومشونم که کلیک می کنم اصلا مبربوط بهبسته های اضافه شده به وی بی نیست !!!!

حالا چی کار کنم !>؟؟؟؟؟:افسرده::گریه:

earse+erse
دوشنبه 24 اسفند 1388, 16:51 عصر
من هرچی ابزار تیک نخوده اونجا بودو زدم ولی بازم خبری نیست !!!!!!!!
رو ه کدومشونم که کلیک می کنم اصلا مبربوط بهبسته های اضافه شده به وی بی نیست !!!!

حالا چی کار کنم !>؟؟؟؟؟:افسرده::گریه:

نه این کار رو نکن

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

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

http://barnamenevis.org/forum/attachment.php?attachmentid=45673&stc=1&d=1268487347


http://barnamenevis.org/forum/attachment.php?attachmentid=45674&stc=1&d=1268487347


http://barnamenevis.org/forum/attachment.php?attachmentid=45675&stc=1&d=1268487347
http://barnamenevis.org/forum/attachment.php?attachmentid=45676&stc=1&d=1268487347


http://barnamenevis.org/forum/attachment.php?attachmentid=45677&stc=1&d=1268487347

بعد از این کار ها یک منوی جدید درون VB6 تون ساخته میشه.

aryasoft2872
سه شنبه 25 اسفند 1388, 12:39 عصر
با سلام

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

HjSoft
چهارشنبه 26 اسفند 1388, 11:25 صبح
سلام من یک ابزار دیدم که قابلیت AutoHide به هر Toolbar اضافه میکنه مثل .net .... البته اگه اشتباه نکنم . اگه تونستید پیدا کنید . اینجا هم قرار بدید .

earse+erse
شنبه 14 فروردین 1389, 17:33 عصر
این رو یکی از دوستان به نام Oghoolmobiz (http://barnamenevis.org/forum/member.php?u=54631) گذاشته بود تو فروم که من به احترام ایشون از نوشته خودشون استفاده کردم.


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


http://i42.tinypic.com/2wd10zn.jpg


اندازه اصلي عکس
(http://i41.tinypic.com/6z6ma0.jpg)


Download From Rapidshare
(http://rapidshare.com/files/182932514/VB_Advance_3.1.1.5_Up_BY_BarnamehNevis_Boys.rar.ht ml)

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

-ایجاد مد کنسول برای وی بی
- می شه از تو خود 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 (http://barnamenevis.org/forum/member.php?u=46030) گفته


http://barnamenevis.org/forum/images/attach/rar.gif VB Advance 3.1.1.5.part1.rar‏ (http://barnamenevis.org/forum/attachment.php?attachmentid=31932&d=1244930044)

http://barnamenevis.org/forum/images/attach/rar.gifVB Advance 3.1.1.5.part2.rar‏ (http://barnamenevis.org/forum/attachment.php?attachmentid=31933&d=1244930044)

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

با تشکر یا علی

skh1300
دوشنبه 23 فروردین 1389, 09:54 صبح
CodeTabs
با این می توانید فرم ها را به صورت tab در بیاورید

skh1300
دوشنبه 23 فروردین 1389, 10:08 صبح
اینم یه dll که کارایی فوق العاده انجام می ده

modirmasool
جمعه 22 مرداد 1389, 14:09 عصر
MZ-Tools 3.0 for Visual Basic 6.0


http://www.mztools.com/images/mztools.jpg


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

حجم:800KB

لینک مستقیم:


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

modirmasool
جمعه 22 مرداد 1389, 14:10 عصر
Smart Indenter v3.5

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

http://www.oaltd.co.uk/IMAGES/SIOptions.gif


http://www.oaltd.co.uk/IMAGES/simenu.gif



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


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

modirmasool
جمعه 22 مرداد 1389, 14:11 عصر
Big Comments v2.1


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

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

طریقه ی رجیستر کردن: در Run بنویسین:
regsvr32.exe BigComments.dll
و بعد OK بزنین.

www.pc3enter.tk
پنج شنبه 26 اسفند 1389, 12:47 عصر
سلام
چطوری می توانم از این dll استفاده کنم

http://barnamenevis.org/images/attach/rar.gif VbAmpPlayer.rar‏ (http://barnamenevis.org/attachment.php?attachmentid=45725&d=1268732342) (60.2 کیلوبایت, 123 دیدار)

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


http://javaweb.persiangig.com/VB/MsgBox_Adjoint.jpg

دانلود... (http://javaweb.persiangig.com/VB/MsgBox_Adjoint_Add_in[ssoftware.orq.ir].rar)
دانلود Add-in
(http://javaweb.persiangig.com/VB/MsgBox_Adjoint_Add_in[ssoftware.orq.ir].rar)

javaweb341
جمعه 10 خرداد 1392, 11:38 صبح
این افزونه(Add_in ) که برای vb6 طراحی کردم در ToolBar وی بی قرار می گیرد وبرای قرار دادن توضیحات در کد استفاده می شود
از خصوصیات این افزئنه نسبت به نمونه های مشابه
1.امکان تعیین توضیح پایان متفاوت از توضیح شروع
2.امکان تعیین نوع قرار گرفتن توضیح
3.امکان انصراف دادن(در یک نمونه دیدم که بعد از cancel کردن باز توضیح را قرار می داد )
۴.من درستش کردم http://www.sabablog.com/public/images/smileys/020.gif


http://javaweb.persiangig.com/VB/3.jpg


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


دانلود... (http://javaweb.persiangig.com/VB/Persian_Commentor_v1[ssoftware.orq.ir].rar)
نظر و پیشنهاد یادتون نظر

javaweb341
جمعه 10 خرداد 1392, 12:04 عصر
سلام
چطوری می توانم از این dll استفاده کنم
http://barnamenevis.org/images/attach/rar.gif VbAmpPlayer.rar‏ (http://barnamenevis.org/attachment.php?attachmentid=45725&d=1268732342) (60.2 کیلوبایت, 123 دیدار)
با سلام دوست عزیز من فایل نصبی برای این dll درست کردم فقط کافیه روش کلید کنی تا این add-in نصب بشه بعد از منوی Add-ins و Add-in Manajer… بعد در صفحه ای که باز می شود بر روی VbAmp Player کلید کن بعد دو تیک Loaded/Unloaded و Load on StartUp رو بزن بعد OK در صفحه ای که باز می شه می تونی آهنگ هایی انتخواب کنی تا پخش بشن