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 5 of 6) 164 Result(s) found 

 

SetPowerInfo - Change settings for Power-off and Low-Power features
Total Hit (3019)
Rating
SetRegisteredUser - Modify the name of registered user and organization
Total Hit (1789)
Rating
SetRegistryValue - Write a value in the Registry
Total Hit (2741)
Rating
SetWallpaper - Change or remove the desktop wallpaper
Total Hit (2556)
Rating
SetWallPaper - Change the desktop's wallpaper
Total Hit (2064)
Rating
ShowExplorerFileMenu - Hide or show Windows Explorer File menu
Total Hit (1623)
Rating
ShowFileProperties - Display the Property Page of a file
Total Hit (1920)
Rating
ShowOpenWithDialog - Display the "Open with" dialog
Total Hit (1775)
Rating
ShowOpenWithDialog- Display the "Open with" dialog
Total Hit (1661)
Rating
ShowProgramsInTaskbar - Show or hide all programs in the taskbar
Total Hit (3130)
Rating
ShowWindowsInTreeView - Display a windows hierarchy in a treeview control
Total Hit (1978)
Rating
ShutDownWindows - Shut down and reboot the operating system
Total Hit (2993)
Rating
TemporaryDirectory - Get Windows temporary directory
Total Hit (3532)
Rating
UserName - The name of the interactive user
Total Hit (2084)
Rating
WindowDescription - Get a textual description of a window given its hWnd
Total Hit (1935)
Rating
WindowsBuildNumber - Get operating system build number
Total Hit (1739)
Rating
WindowsVersion - The version number of the operating system
Total Hit (1922) Just copy and paste the following code into Form code window «code LangId=1»Private Type OSVERSIONINFO dwOSVersionInfoSize As Long dwMajorVersion As Long dwMinorVersion As Long dwBuildNumber As Long dwPlatformId As Long szCSDVersion As String * 128 End Type Priva ....Read More
Rating
WindowsVersionSP - Determine Windows version and NT service pack info
Total Hit (1812)
Rating
How to find Time Zone information on current system ?
Total Hit (3286) The following code will extract the timezone information from your system. It includes three functions. One returns the current date/time in UTC (or ZULU or GMT) time, the next returns the offset of your time zone from GMT in minutes (divide by 60 to get hours), and the last returns the name of the ....Read More
Rating
How to list all available timezones and change the timezone?
Total Hit (6666) It is sometimes necessary to programmatically change the time zone for the system where the application is running. This article demonstrates this technique. The way to implement this effect is as follows: Determine which time zone you would like to change to. Find the key in the registry tha ....Read More
Rating
How to change system Date/Time settings ?
Total Hit (3689) This example will show you how to Get/Set current system time. For Quick demo Copy/Paste following code into form1 general declaration
Rating
This is a link to a different site Forcing Any Window to Show in the Taskbar
Total Hit (1969) VB provides a ShowInTaskBar property for forms which is meant to set whether a form is shown in the Alt-Tab sequence and the shell's task bar. However there are two limitations to this: The property can't be set at run-time. Erm, it doesn't work anyway. Ok, it can work, but only when your form ....Read More
Rating
This is a link to a different site Enumerating Windows Using the API
Total Hit (1864) Prior to VB5, it was impossible to use the enumeration methods provided in the Windows API without relying on a proprietary custom control. This was a problem if you wanted to find out all the Windows showing on the system, because the only reliable methods you can use to do this are through enumera ....Read More
Rating
This is a link to a different site Responding to AppCommands
Total Hit (1708) The WM_APPCOMMAND message was added to Windows 2000 and ME to provide a mechanism to send the events from extended keys on newer keyboards to applications on the system. Extended keys are things like the back, forward and search button. This tip demonstrates how to intercept events from these keys i ....Read More
Rating
This is a link to a different site Enumerating the Available Display Resolutions
Total Hit (1616) This routine uses Windows' EnumDisplaySettings API to retrieve all the available screen resolutions supported by the display. The results are populated to a ListView showing colour depths, resolutions and frequencies supported. In addition, the current system resolution is determined and flagged. ....Read More
Rating
This is a link to a different site Changing the Display Resolution from Visual Basic
Total Hit (1155) This routine, like the ListView method in Enumerating the Available Display Resolutions, uses Windows' EnumDisplaySettings API to retrieve all the available screen resolutions supported by the display. Here, the results are used to create a "QuickRes-style menu", replete with the option of displayin ....Read More
Rating
This is a link to a different site Using CopyFileEx and Callbacks as a File Backup Mechanism
Total Hit (1312) So that's how you do it!" This demo shows how to add a callback to the CopyFileEx API that returns the progress of a copying routine. But there is a catch ... CopyFileEx is only available on real operating systems - AKA Windows NT.
Rating
This is a link to a different site Enumerating and Restoring Windows Using Callbacks
Total Hit (1394) Here's a quick routine that will enumerate all top-level windows and provide a Restore feature to restore the app to the foreground. Once again the venerable EnumWindows API forms the base for this demo, with supporting roles going to GetWindowPlacement, BringWindowToTop, and friends. ....Read More
Rating
This is a link to a different site Enumerating Windows Using Callbacks
Total Hit (1208) Windows offers VB programmers the 'EnumXXX' APIs providing callback data for specific tasks. This page demonstrates using the EnumWindows() API to enumerate all windows on the system, and populate a listbox with their class name, hwnd and window text if available. ....Read More
Rating
This is a link to a different site EnumWindows and EnumChildWindows Callbacks
Total Hit (1589) Many Windows' Enum APIs provide callback data for specific tasks. This project demonstrates using both EnumWindows and EnumChildWindows APIs and their respective EnumWindowProc and EnumChildProc callbacks. The main form in the demo enumerates all top-level windows on the system populating ListView ....Read More
Rating


(Page 5 of 6) 164 Result(s) found  1 2 3 4 5 6

Recommanded Links

 

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

© 2008 BinaryWorld LLC. All rights reserved.