homecode zoneQuick Codedownloadssubmit codeabout usfeedbackscontact ussitemap
 
Beginners
Database
File System Object
General
Graphics
Multimedia
Networking
Shell Object
Timer
Array
Date/Time
Declaration
Error Handling
File/Folder
Logic
Loops & Conditional
Math
Miscellaneous
Strings
Values
Pro - Languages
C/C++
Java
Visual basic
asp
vb.net 2003/2005
asp.net
Quick Code
SUBMIT CODE
Mail List
LINKS
Submit LINK
 
ProgrammerGuide.net - VBBeginners.
Home » VB Zone » Beginners

download file Submitted: Sunday, September 06, 2009
good download file example this example download any file from any server u just need to put url of that file
Author: ProgrammerGuide.net Downloads: 33


dragdrop Submitted: Sunday, September 06, 2009
This example show a way you can fake a drag/drop with listboxes. It does not use the official Drag/Drop features of VB.
Author: ProgrammerGuide.net Downloads: 24


hideShowCaret Submitted: Sunday, September 06, 2009
This is a small example of using the HideCaret and ShowCaret API calls to hide the caret (or blinking cusor) in the textbox or combobox control. Remember that the control whose caret you want to hide or show Must have caret ownership at the time of calling or it will fail. Also when the control loses ownership it will reset and you will have to call the APIs again.
Author: ProgrammerGuide.net Downloads: 34


logonWithInputboxVBex Submitted: Sunday, September 06, 2009
A small example of using both Inputboxes or using a Form to require proper username and password credentials for authorization. A option is available to require case sensitive username and password or non case sensitive.
Author: ProgrammerGuide.net Downloads: 43


calendar Submitted: Sunday, September 06, 2009
Demonstrates how to create a small calendar in Visual Basic. Users can select a date from the calendar using the keyboard or mouse. This example program takes advantage of the changes made to Visual Basic 4.0, which allow forms to have public methods and properties. Although the code to implement the calendar is non-trivial, using the calendar requires only calling a single method.
Author: ProgrammerGuide.net Downloads: 36




« PreviousPage: 1 of 7Next »
Go Page: - 12 3 4 5 6


Viewers: 3
Visitors:144756
Last Updated on:Sunday, January 17, 2010
Home | About us | Feedback | Contact us | Sitemap
Copyright © 2008 ProgrammerGuide.net. All rights reserved.
This site is best viewed in IE 6.0, Firefox 1.5 and above with screen resolution of 1024 X 768.