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

(Page 23 of 133) 3985 Result(s) found 

 

A simple doublely linked list class
Total Hit (2160)
Rating
ConvertSelectedTex - Convert text selected in code window
Total Hit (2108)
Rating
GetExternalHTMLEditor - Read name and path of the external HTML editor
Total Hit (2011)
Rating
GetIDESetting - Retrieve a setting for the Visual Basic IDE
Total Hit (2099)
Rating
GetIDESetting - Retrieve a setting for the Visual Basic IDE
Total Hit (2302)
Rating
GetSelectedText - The highlighted string in the code window
Total Hit (2364)
Rating
GetVBASetting - Retrieve a setting for the Visual Basic VBA code editor
Total Hit (2197)
Rating
SetExternalHTMLEditor - Change the name of the external HTML editor
Total Hit (1968)
Rating
SetIDESettings - Modify one of the Visual Basic configuration settings
Total Hit (2182)
Rating
SetVBASetting - Modify one of the VBA code editor settings
Total Hit (2588)
Rating
StringToCode - Convert a string to the corresponding VB code
Total Hit (2036)
Rating
ValidateVBName - Check a variable's or procedure's name
Total Hit (1941)
Rating
VBControlName - The name of a VB control
Total Hit (1964)
Rating
GetMCIErrorString - Get a description of an MCI error
Total Hit (3139)
Rating
GetMP3Info - Get info in the standard ID3 tag of the specified MP3 file
Total Hit (2707)
Rating
PlayAVIAudioOFF - Play an AVI file without the audio track
Total Hit (3731)
Rating
PlayAVIPictureBox - Play an AVI file in a PictureBox
Total Hit (4375)
Rating
PlayAVIVideoOFF - Play only the audio track of an AVI file
Total Hit (3779)
Rating
Load string to byte array with very simple way without any API.
Total Hit (2221)
Rating
How to read value from remote registry ?
Total Hit (3583) This article explains how to use a Visual Basic application to access the registry on a remote computer in conjunction with the Windows application programming interface (API). «B»Requirements«/B» You need the following hardware and software to perform the procedures in this article: A Micro ....Read More
Rating
How to check Remote Registry using registry api in VB?
Total Hit (2209)
Rating
Moving a Window Without a Titlebar
Total Hit (3411) «Code LangId=1»'Place this code in the declarations section of your form: Option Explicit Declare Function ReleaseCapture Lib "user32" () As Long Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As _ Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Lo ....Read More
Rating
Centering a Window with a Taskbar Visual
Total Hit (3099) «Code LangId=1»Option Explicit Private Const SPI_GETWORKAREA = 48 Private Declare Function SystemParametersInfo& Lib "User32" Alias _ "SystemParametersInfoA" (ByVal uAction As Long, ByVal uParam As _ Long, lpvParam As Any, ByVal fuWinIni As Long) Private Type RECT Left As Long Top As Long ....Read More
Rating
Changing Display Settings on the Fly
Total Hit (3827) «Code LangId=1»'Place this code in a Module: 'Place this code in a Module: Option Explicit Private Declare Function lstrcpy Lib "kernel32" Alias "lstrcpyA" (lpString1 As _ Any, lpString2 As Any) As Long Const CCHDEVICENAME = 32 Const CCHFORMNAME = 32 Private Type DEVMODE dmDevi ....Read More
Rating
Flashing Form Caption
Total Hit (3004) «Code LangId=1»'Ever wanted to get the users attention without one of those annoying BEEPs, or just have a 'little fun? Here is a good way to do it. Flash the caption of your Form. That should get 'their attention! 'Place this code into a Module: Option Explicit Declare Function FlashWindow L ....Read More
Rating
Keeping a Window On Top
Total Hit (3002) «Code LangId=1»'Place this into your Module: Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, _ ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, _ ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As Long Global Const SWP_NOMOVE = 2 Global Const SWP_NO ....Read More
Rating
LOG Files
Total Hit (2682) «Code LangId=1»'Just place this in a Module and you can call it from anywhere in your program! Sub SetLog(Message As String) 'This Sub writes to a LOG file. Dim theFile As String, theMessage As String theFile = App.Path & "\PRGMLOG.TXT" theMessage = Message & vbCrLf Open theFile For Append A ....Read More
Rating
Right Click PopUp Menu
Total Hit (1531) «Code LangId=1»'First, create a menu using menueditor. Add all of your menu items as if you were just making 'a regular menu. Now set the VISIBLE property of the main menu item to false (see below, set 'the MNUEDIT item's VISIBLE to false). Like this: 'mnuEdit '---mnuUndo '---mnuRedo '---m ....Read More
Rating
HashTable - a class module for storing (key,value) pairs
Total Hit (2529)
Rating
StringBuilder Class. Very efficient way to append string
Total Hit (2920)
Rating


(Page 23 of 133) 3985 Result(s) found  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 ...

Recommanded Links

 

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

© 2008 BinaryWorld LLC. All rights reserved.