Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

 

BrowseFolders - Show the BrowseForFolders standard dialog
Total Hit (4248) Copy/Paste The following code in form and press F5 to run the demo
Rating
ShowColorDialog - Show the standard color dialog
Total Hit (3448) Add the following code in form1 and press F5 to run the demo
Rating
ShowOpenFileDialog - Show a Open File common dialog
Total Hit (4947)
Rating
ShowSaveFileDialog - Show a Save File common dialog
Total Hit (4706)
Rating
How to display choose color dialogbox with custom color added at runtime ?
Total Hit (3140) VB Common dialog box control does not support adding custom color programatically at runtime. You have to use ChooseColor API to get this functionality. Here is the example «b»Step-By-Step Example«/b» - Create a standard exe project - Add one commandbutton - Add the following code in form1 ....Read More
Rating
Show ChooseFont dialogbox using API
Total Hit (5464) You can use ChooseFont API to show Font selection common dialogbox. This API will eliminate the need of Common Dialog ActiveX control which comes with Visual Basic. «b»Step-By-Step Example«/b» - Create a standard exe project - Add one commandbutton on the form1 - Add the following code in fo ....Read More
Rating
Print Dialogbox without using Common Dialogbox ActiveX control
Total Hit (4839) This code will show you use of PrintDialog API to show print dialogbox. «b»Step-By-Step Example«/b» - Create a standard exe project - Add one class module - Rename it to clsPrnDlg - Add one command button on form1 - Place the following code in form1 «code LangId=1»Private Sub Command1_C ....Read More
Rating
This is a link to a different site Using the Find and Replace Common Dialogs
Total Hit (2670) VB has never provided direct support for the Find/Replace common dialogs. This may have been because these dialogs are non-modal, and it is more difficult to use these from an ActiveX control container, or that it is fairly simple to knock up your own Find/Replace form in VB without bothering with t ....Read More
Rating
This is a link to a different site CommonDialog/Direct
Total Hit (2973) Common Dialog/Direct is a new DLL or class library which shows how to completely replace COMDLG32.OCX through Visual Basic code. The main advantage of this is you no longer need to put a control on a form to use common dialogs - just declare an instance of the class and you have a straight replaceme ....Read More
Rating
This is a link to a different site Common Dialog Templates - Create a WinZip Style File Add Dialog
Total Hit (1068) This sample, from Cayce Cochran (cayce@fastlane.net), demonstrates how to use a dialog template with a File Open or Save CommonDialog. It takes advantage of the CommonDialog/Direct DLL component which now (versions dated 1 November 1999 and higher) includes the relevant support for templates. ....Read More
Rating
This is a link to a different site Common Dialog Hooks - Create a VB Style Open Project Dialog
Total Hit (1243) This sample, completely rewritten from an original sample at this site by Mark Grimes (kapag@tir.com), demonstrates how to create a full VB-style Open project dialog by taking advantage of the Hook support provided in the CommonDialog/Direct DLL component. ....Read More
Rating
This is a link to a different site Browsing For Folders
Total Hit (2019) The Folder Browse Dialog is the missing dialog in VB - it can't be called from a run-time function and it is missing from the Common Dialog OCX as well. Whilst a number of code samples demonstrate that calling this dialog is simple, many ignore the most important feature: the ability to initialise t ....Read More
Rating
This is a link to a different site Two code only solutions for displaying Common/Dialogs
Total Hit (1004) The Common Dialog/Direct component provides you with a more functional version of the Common Dialog control which also means you no longer need a form to create Common Dialogs. These samples show how you can go one further with your app and remove the need to ship any DLLs at all! ....Read More
Rating
This is a link to a different site Browsing in Win32/NT4 - An Overview
Total Hit (1580) Details on the ITEMIDLIST, SHITEMID, BROWSEINFO structures, and the SHGetSpecialFolderLocation, SHGetPathFromIDList and SHBrowseForFolder APIs.
Rating
This is a link to a different site Implementing the Browse For Folders Dialog
Total Hit (1142) Code to implement the Browse For Folders dialog in Win32/NT4. See the page above for commented descriptions of the function.
Rating
This is a link to a different site Advanced Browse For Folders Dialog Features
Total Hit (1044) Take advantage of some new IE4 and IE5 shell enhancements to the Browse dialog.
Rating
This is a link to a different site Using the Browse For Folders Dialog to Obtain Network Machines or Shares
Total Hit (950) How to return a share or remote computer using the familiar Browse dialog.
Rating
This is a link to a different site Browse for Folders Callback Overview
Total Hit (1429) Windows' Browse for Folders dialog provides the means to retrieve from a user their selection of the Shell's file system and special folders. The following and related code page discuss adding callback functionality to a VB5 application to provide the ability to pre-select a folder on the dialog's d ....Read More
Rating
This is a link to a different site Pre-selecting a Folder using the Browse Callback
Total Hit (1392) Add a callback routine to your VB5/6 code to allow pre-selecting of a file system object when displaying the Browse for Folders dialog. Added version-detecting code and necessary changes to allow the String method to function on NT
Rating


Recommanded Links

 

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.