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 35 of 133) 3985 Result(s) found 

 

This is a link to a different site Creating Shortcuts using VB
Total Hit (2208) This article expands on the cShellLink class provided to allow the shortcuts used in Window's Recent Document Collection to be investigated. It demonstrates how to use the class to read and write shortcuts, including choosing the icon, start up directory and more. ....Read More
Rating
This is a link to a different site Creating Drop-Shadows
Total Hit (2085) Demonstrates how to create drop-shadows for windows and controls using the same technique used by Office XP/VS.NET CommandBars.
Rating
This is a link to a different site Flicker Free API Drawing
Total Hit (2841) VB offers a way to reduce flicker when drawing a control through its AutoRedraw property. When AutoRedraw is set, VB creates an Off-Screen buffer to draw into, and only transfers this to the drawing surface when the Refresh method is called. Whilst this works well (ish), it doesn't help if you need ....Read More
Rating
This is a link to a different site Tiling Bitmaps into Controls, Forms and MDI Form backgrounds
Total Hit (2285) This article provides a bitmap tiling component which allows you to: Tile any Device Context with a bitmap Automatically tile the background area of an MDI form
Rating
This is a link to a different site Window Shapes Using Layering
Total Hit (2410) This article provides an alternative, higher-performance way of creating a custom-shaped Windows region from a bitmap for Windows 2000 and XP systems. Prior to Windows 2000, window shapes could only be customised using the SetWindowsRgn API. In Windows 2000 and above support the Layered Windows APIs ....Read More
Rating
This is a link to a different site Creating Window Shapes from Bitmaps
Total Hit (2744) The Windows Shape article shows how to use the SetWindowRgn function to apply a geometric region to a window using the GDI region creation functions. However, beyond using a simple geometric region, things get difficult. How do you specify the exact shape you want? This article demonstrates how t ....Read More
Rating
This is a link to a different site A window that's star-shaped, circular or tank-shaped
Total Hit (2552) Just for fun, its surprisingly easy now to create Windows or controls of any shape whatsoever under Visual Basic. This article demonstrates using SetWindowsRgn to create Windows with a variety of geometric shapes.
Rating
This is a link to a different site Draw disabled, colourised and dithered icons with the DrawState GDI function
Total Hit (2047) This sample demonstrates how simple it is to draw disabled, colourised, selected and dithered icons from Image Lists. The VB Image List provides a method to draw an item selected, but doesn't give you very much flexibility from there.
Rating
This is a link to a different site Creating Single Pixel Dotted Lines
Total Hit (1577) One of the drawing features which makes many of the Windows controls draw attractively is the use of single pixel on-off dotted lines. For example, the TreeView control uses these to draw lines, and they are often used in bounding box selections and drag and drop operations. Unfortunately VB does ....Read More
Rating
This is a link to a different site Animated Cursors in VB
Total Hit (1787) Nice feature in Office - you can set it to show customised animated cursors. For example, when Office is opening a document the cursor switches to an animation of a yellow handbag throwing up a small piece of paper (I think that's what it is, anyway). It would be nice to do it this in VB too, yes ....Read More
Rating
This is a link to a different site Text At Any Angle
Total Hit (2373) VB doesn't provide you with any method to change the angle text is written out at on a Form or PictureBox. This seems to be a curious oversight of the OLE StdFont object, because it is in fact very simple to create a font with angles other than horizontal. This article shows you how to do it. The so ....Read More
Rating
This is a link to a different site Reading and Saving .ICO files and resources in VB
Total Hit (2228) VB allows you to load an save .ICO files through the LoadPicture and SavePicture methods, which are implemented in the StdPicture object. Unfortunately, this object was really written for 16 bit Windows and doesn't understand Win32 icons at all. A .ICO resource can contain many different images, at ....Read More
Rating
This is a link to a different site Drawing Borders and Edges using the API DrawEdge Function
Total Hit (2160) The DrawEdge function is a useful function provided by the Win32 API. It can draw a variety of the edge styles used to draw buttons, frames and borders around controls and forms. The source code for this article shows you how to: Use the DrawEdge to achieve a variety of edge styles. Evaluate the ....Read More
Rating
This is a link to a different site Simple Text Animation effects using Kerning
Total Hit (1579) This article demonstrates how to create an basic text animation by modifying the character spacing using Kerning.
Rating
This is a link to a different site Win32 Hooks in VB - The vbAccelerator Hook Library
Total Hit (2538) When a subclass isn't tough enough for the job, its time to move to an even lower-level and more disruptive technique. Win32 Hooks are a method by which you can tap into the Windows message stream for every single message directed to every window in your application. You can modify or even discard m ....Read More
Rating
This is a link to a different site Scrolling on the Middle Mouse Button
Total Hit (1719) Provides a class that allows you to perform auto-scrolling from the middle Mouse button just like in IE.
Rating
This is a link to a different site Enabling Mouse Gestures with a WH_MOUSE hook
Total Hit (2250) Use of mouse gestures to control application is becoming increasingly common in the more sophisticated web browsers. This sample demonstrates how you can support a range of mouse gestures in a Visual Basic application using a Windows Hook.
Rating
This is a link to a different site Using CBT Hooks to Centre API Dialogs
Total Hit (2095) Windows sometimes places Common Dialogs and Message Boxes at the "wrong" position on the screen. Whilst there are some ways of working around this for Common Dialogs, a more general solution which applies to any Windows dialog is to use a CBT (Computer-Based Training) Windows Hook. These Hooks provi ....Read More
Rating
This is a link to a different site Using a Journal Record Hook to Capture Mouse and Key Events from any System Window
Total Hit (2139) Normally, a Windows hook used in Visual Basic can only act on Windows within the process in which it is running. The exception to this rule is the Windows Journal Hook, which allows capturing of mouse and keyboard events from any Window on the system. Many thanks to the coder known only by his email ....Read More
Rating
This is a link to a different site vbAccelerator Accelerator Control
Total Hit (784) If you've ever tried to pick a keyboard accelerator for the menu items Back and Next in your application, you might have discovered a limitation in VB's ability to set up accelerators. IE offers some sensibly chosen keyboard accelerators for its Back, Next, Home shortcuts, using Alt and the arrow an ....Read More
Rating
This is a link to a different site XML Property Bag
Total Hit (1392) This ActiveX DLL is derived from an excellent original XML PropertyBag sample by Aaron Anderson (Aaron.Anderson@mail.farmcreditbank.com). It allows you to persist and recreate your own objects directly to XML based-files using a simple interface closely related to VB's PropertyBag object. By impleme ....Read More
Rating
This is a link to a different site Complete Registry control
Total Hit (2079) The cRegistry class is an easy, self-contained way to get complete access to the Windows registry. Simple methods allow you to create, enumerate and delete keys and values in the registry, without restriction. You can even read/write binary data to the registry. To see how powerful this library is, ....Read More
Rating
This is a link to a different site Setting Your Application to Automatically Run When Windows Starts
Total Hit (1773) This source code shows how to automatically start an application when Windows starts using the registry. You can either have the application Auto-Start once next time Windows starts, or everytime Windows starts. The method uses my cRegistry class to make it easy to get the registry information. ....Read More
Rating
This is a link to a different site Easy INI File Access
Total Hit (1709) The cIniFile class is an easy, self-contained way to get complete access to INI files. Although use of INI files is no longer recommended under Windows (you should use the registry instead - see my Registry class for an easy migration from this method of using Ini files to using the registry) they a ....Read More
Rating
This is a link to a different site Storing and Showing HTML Resources in a VB Application
Total Hit (1575) Since Internet Explorer 4, it is has been possible to display HTML directly from application resources using the res:// protocol. This article demonstrates how to embed HTML files and images into your application resources to use this function and encapsulate HTML files. ....Read More
Rating
This is a link to a different site Icons without forms and document association icons in VB
Total Hit (1884) VB allows you to choose an icon for an executable, but it offers a somewhat limited choice. The icon must be stored in a form included in your VB project, and you can only pick one icon to be exposed publicly per project. Whilst the single icon is the most important one, you might want to have addit ....Read More
Rating
This is a link to a different site Using RC.EXE
Total Hit (1550) This article provides a short look at how to use the Resource Compiler (RC.EXE) to create resource files (.RES) for Visual Basic applications. Using RC.EXE directly is often better than using the wizards provided with VB5 and 6 as you have more control over including arbitrary data; in addition the ....Read More
Rating
This is a link to a different site Reading Data from Local or External Library Resources
Total Hit (2772) Often your application will have associated data, such as pictures, sounds, static data and so forth you need to ship with it. If you are localizing your application then you also need to be able to provide alternative text strings for menus, messages, labels on so forth. Resources are a great way t ....Read More
Rating
This is a link to a different site Getting the Correct Filename for a Shortcut
Total Hit (2324) If your application creates or otherwise manipulates shortcuts then you should use the Operating System to determine what the filename for the shortcut should be, as the extension is subject to i18n. This article demonstrates how to use the SHGetNewLinkInfo API call to do this, and also provides a h ....Read More
Rating
This is a link to a different site Fading Out Selected Areas Using UpdatedLayeredWindow
Total Hit (2109) In Windows 2000 and XP, when you click a Start Menu item, such as "Run" an after image of the item you've clicked remains on screen and fades out whilst the Run box starts up. This article provides a reusable form-class you can use to provide this effect in your application. ....Read More
Rating


(Page 35 of 133) 3985 Result(s) found  ... 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 ...

Recommanded Links

 

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

© 2008 BinaryWorld LLC. All rights reserved.