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

 

Getting Multiple Files back from the CommonDialog Control
Total Hit (2626)
Rating
Prevents and or Allows certain characters and Numeric in text box or any control that support the KeyPress event
Total Hit (2622) «Code LangId=1»Option Explicit 'Usage: Private Sub text1_KeyPress(KeyAscii As Integer) If OnlyNumericTextInput(KeyAscii, ".") = 0 Then Beep KeyAscii = 0 End If End Sub«/Code»
Rating
Sort data in MS Flex grid by clicking the column
Total Hit (3084)
Rating
How to quick sort data in MS Flex Grid
Total Hit (3054)
Rating
How to iterate through all child nodes along with selected Item.
Total Hit (2870) This is a very simple Recursion technique to iterate child nodes in treeview control.
Rating
How to display shaped recordset with Microsoft Hierarchical FlexGrid (MSHFlexGrid) control.
Total Hit (6406) To run this demo perform following steps. - Create a standard exe project - Add reference to Microsoft Hierarchical FlexGrid (MSHFlexGrid). you can do this by Pressing Ctl + T or Project -> Components. - Add one MSHFlexgrid on the form1 - Add one button on the form1 - Add one textbox - Set t ....Read More
Rating
Dynamically Add Controls to a Form with Visual Basic 6.0
Total Hit (28439) Visual Basic 6.0 allows you to dynamically add control to a form at run- time using the new Add method of the Controls collection. This article shows how to dynamically add intrinsic and ActiveX controls. «pre»«b»Control«/b» «b»ProgID«/b» ========================================== CheckB ....Read More
Rating
This is a link to a different site Change The Width of Items in a Listbox
Total Hit (2373) Normally in a VB ListBox, if a ListItem is too long to fit, it is clipped by the display. This tip demonstrates how to modify a ListBox so it displays a longer items with a horizontal scroll bar.
Rating
This is a link to a different site Add File or URL AutoCompletion to TextBoxes and ComboBoxes
Total Hit (1970) Demonstrates how to add File System and/or URL AutoCompletion to a TextBox or Combo Box, using the same code used for the System Common Dialog file name, Start->Run dialog box and IE Address bar. Note that IE5 or above is required to use this function. ....Read More
Rating
This is a link to a different site Text Box control - adding Cut, Copy, Paste, Undo and Delete command support
Total Hit (2286) This tip demonstrates how to simply add Cut/Copy/Paste and Undo support to a Visual Basic TextBox.
Rating
This is a link to a different site Set Left and Right Margin of Text Boxes and Combo Boxes
Total Hit (1709) This tip demonstrates how to modify the left and right margins of Drop-Down Combo Boxes and Text box controls.
Rating
This is a link to a different site Detect when a Combo Box Drops Down or Closes Up
Total Hit (1933) This tip demonstrates how to detect a Combo Box drop down or close up by using subclassing. You will need to have installed and registered the Subclassing and Timer Assistant, available from this site at Subclassing without the crashes to run this sample. ....Read More
Rating
This is a link to a different site Add a Check Box to the Left Hand Side of a Drop-Down Combo Box
Total Hit (1781) In Microsoft's Outlook Express, there is a find window which allows you to set a date range to search in. You turn this date range on and off by clicking a check box which is embedded in the left hand side of the combo box. The text of the combo box is moved to the left to accommodate the check box. ....Read More
Rating
This is a link to a different site Make a ComboBox drop down when you press the down arrow key
Total Hit (1776) Drop-down combo boxes by default drop down when you press the F4 key. However, not many users know this, and you can make a combo box easier to use by making it drop down in response to the down arrow key instead.
Rating
This is a link to a different site Change the drop-down width of a Combo Box
Total Hit (1974) This tip shows you how to get and set the width of the drop down portion of a combo box. It also includes code to automatically set the drop down width based on the contents of a combo box by measuring the size of the text in each combo box item.
Rating
This is a link to a different site Get System Display Fonts and Non-Client Area Sizes
Total Hit (2605) The Non-Client area of a window is defined as the area you don't draw on; i.e. the window border, caption, menu bar and scroll bars. Whilst it is easy to get the colours that Windows uses to display these items (the VB enumeration SystemColorConstants supplies all the OLE_COLOR versions of these col ....Read More
Rating
This is a link to a different site Using PSAPI to get a complete task list and memory usage.
Total Hit (3871) PSAPI.DLL is a DLL provided for NT/2000/XP systems which greatly simplifies the job of getting task list and memory usage information. The information is also available in the dyamic data section of the registry, but the format is fairly obstructive and it is a considerable task to extract it progra ....Read More
Rating
This is a link to a different site Search for values in a FlexGrid control and sort it by columns
Total Hit (2277) To search for values, simply loop through the grid looking for the target value. Use the TopRow property to ensure that the row is visible after you find it. To sort by columns, use the MouseRow property to see if the user clicked the control's column header. Use MouseCol to see which column was ....Read More
Rating
This is a link to a different site Tutorial - Image List Control Introduction
Total Hit (2125) The Image List control allows you to add images to your program, which you can use in the other Common Controls (Toolbar, TreeView, ListView etc). To add the ImageList control to your VB project, click Project|Components, and check the box next to Microsoft Windows Common Controls x.x where x is the ....Read More
Rating


Recommanded Links

 

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

© 2008 BinaryWorld LLC. All rights reserved.