All source code in Visual Basic Ask a Visual Basic Pro Discussion Forum Categories All jobs in Visual Basic
Quick Search for:  in language:    
visual basic, vb, vbscript,source code, code, sample, samples, program, programs, help, tutorial,tutorials, routine, routines, jobs, listserve, mailinglist, bulletin board, bulletin boards, programming,  snippet, snippets, control, controls, class, classes, module, script, Scripts, applet , email , mp3, reference, windows,  modules, file, files, subroutine, subroutines, function, functions, sub, Microsoft, Sun,  downloads, winapi, directx, msaccess, ocx, vbx, ado, dao, odbc, rdo,  vbscript, vba, game programming, dcom, ole, com, dna, jet, dll, win api, winapi,  dbgrid, database front end, certify, decompiling, decompiler, visual basic for applications,  variable, constants, data type, byte, boolean, integer, long, single,  double, currency, date, object, string, variant, sub, function, free,
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
Visual Basic Stats

 Code: 5,005,884. lines
 Jobs: 229. postings

 How to support the site

 
Sponsored by:

 
You are in:
 
Login

NEW! LEARNING CENTER
Special educational offers, white papers, webcasts, podcasts

  NEW! Evaluate IBM Data Studio Developer V1.2 (download now)
  NEW! Download WebSphere Application Server Community Edition 2.1 (download now)
  NEW! Rational Software Analyzer Enterprise Edition And Trial Download (download now)
  NEW! IBM Rational Jazz Products Software Evaluation Kit (download now)
  NEW! A Primer for Storing and Retrieving XML Data (download now)
  Offshore software development: Making it a success with agile practices (download now)
  NEW! Create BlackBerry applications with open source tools (download now)
  NEW! Developing software on an open source stack (download now)
  NEW! Create a productivity package with the Zend Framework V1.5 and Google Apps, Part 3: Getting started with Zend Framework V1.5 (download now)
  NEW! Develop XML-driven Ajax applications fast with Data Studio (download now)




Latest postings for Visual Basic.
Click here to see a screenshot of this code!Create ISO images with VB6
By Salvo Cortesiano (Italy) on 11/19

(Screen Shot)

Click here to see a screenshot of this code!Chat 1.1
By Juan Beato on 11/19

(Screen Shot)

Click here to see a screenshot of this code!A Hotel Management System
By Jomar Pabuaya on 10/11

(Screen Shot)

Click here to see a screenshot of this code!Research Beta !
By ROD LEWIS on 11/18

(Screen Shot)

Click here to see a screenshot of this code!SjaefulIrwan-TF P
By Sjaeful Irwan on 11/17

(Screen Shot)

Click here to see a screenshot of this code!TFP-SjaefulIrwa n
By Sjaeful Irwan on 11/17

(Screen Shot)

Click here to see a screenshot of this code!My CHATS
By Face Vidamo on 11/17

(Screen Shot)

Click here to put this ticker on your site!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!



 
 
Other Entries by Edwin Vermeer

Search Results: Page 1 of 1 found. Entries 1 - 11 of 11 found
  Description
Compatibility
Level/
Author
Views/
Date
Submitted
User Rating
  Exception, Error and Warning handlerException, Error and Warning handlerVB 6.0Beginner /
Edwin Vermeer.
3295 since
10/4/2005 6:17:40 PM

By 3 Users
3 Excellent Ratings
       Handeling Errors, Exceptions and warnings is an undervalued part of programming. If you do it well, it could make your debugging life much easier. Debugging is not only about finding errors at compile time, its also about finding errors after you program ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
  Generic Client and Server (Winsock API only, dll wrapper, suporting multiple instances, subclassing)Generic Client and Server (Winsock API only, dll wrapper, suporting multiple instances, subclassing)VB 6.0Intermediate /
Edwin Vermeer.
13927 since
4/8/2003 4:55:57 AM

By 5 Users
4 Excellent Ratings
       A newer version is located at: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=62794&lngWId=1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - With this it is easy to run multiple instanc ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
  Generic Client and Server (Winsock API only, multiple instances, subclassing) _____ updated oct 21Generic Client and Server (Winsock API only, multiple instances, subclassing) _____ updated oct 21VB 6.0Intermediate /
Edwin Vermeer.
4093 since
10/18/2002 11:48:00 AM

By 17 Users
15 Excellent Ratings
       New version with bug fixes and improvements can be found at: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=44590&lngWId=1 With this it is easy to run multiple instances of a client or server. It is an API only winsock wrapper setup a ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
  Generic object oriented client server libraryGeneric object oriented client server libraryVB 6.0Intermediate /
Edwin Vermeer.
3637 since
10/6/2005 3:40:02 PM

By 4 Users
4 Excellent Ratings
       The GenericClient object can be used to create any sort of client application and the GenericServer object can be used to create any sort of server application. This is an API only winsock wrapper setup as an active X dll. It will hide the difficulties ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
Please support the site by visiting our sponsor.
  Hook into MS Access function.Hook into MS Access function.VBA MS AccessAdvanced /
Edwin Vermeer.
7146 since
5/2/2001 9:19:48 AM

By 1 Users

       This code shows you how to hook into a MS Access function by using a modified AddrOf in the api call SetWindowLong. <BR><BR>In this sample you can see a WM_PAINT hook for the MS Access window which will draw a gradient or a picture behinde the datab ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
  logging events - extended functionalitylogging events - extended functionalityVB 6.0Beginner /
Edwin Vermeer.
2890 since
10/4/2005 6:23:51 PM

By 3 Users
3 Excellent Ratings
       This is a module with one function that will give you some more functionality than what you can do with the App.LogEvent method in VB6. 1. You will be able to specify the EventLog (Application, Security or System) 2. You are able to specify the Source (Yo ...(description truncated)
  ObjectBrowser and QuickTip controlObjectBrowser and QuickTip controlVB 6.0Intermediate /
Edwin Vermeer.
3261 since
10/12/2005 3:59:53 PM

By 8 Users
8 Excellent Ratings
       In this publication there are 2 very nice reusable controls. The ObjectBrowser and the QuickTip - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The ObjectBrowser control lets you have a look at the structure of any OLE/COM. The TL ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
  POP3 libraryPOP3 libraryVB 6.0Beginner /
Edwin Vermeer.
5721 since
10/7/2005 3:26:13 PM

By 10 Users
10 Excellent Ratings
       This is a library for accessing a pop3 email box. With this library you will be able to: * Access any pop3 email box (if your network allows it) * See what is in that mailbox (number of emails and sizes, etc.). * Read the emails and delete them if y ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
  Text animation (position, rotation, size and color)Text animation (position, rotation, size and color)VB 6.0Intermediate /
Edwin Vermeer.
18849 since
1/22/2001 2:40:00 AM

By 23 Users
18 Excellent Ratings
       New version at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=24869&lngWId=1 With this control you can flicker free animate multiple text lines. You can animate position, rotation, size and color. During the animation every text line ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
  Ticker ManiaTicker ManiaVB 6.0Advanced /
Edwin Vermeer.
19972 since
7/10/2001 10:21:20 AM

By 81 Users
79 Excellent Ratings
       New in this demo: Active titlebar skin (all running applications) and a new version of my award winning Textanimation control. Extra in this version is: transparent background, Picture background, Transparent background of parent form!, a lot of gradient ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
  Transparant Forms animation  (Win2K)Transparant Forms animation (Win2K)VB 6.0Beginner /
Edwin Vermeer.
4168 since
3/2/2001 5:49:56 AM

By 5 Users
3 Excellent Ratings
       You can make your forms transparant by adding this control to your form. You can set the transparancy level and you can fade in and fade out your forms with very litle coding (All the code you need is in the screen sample). <BR><BR> Be aware that t ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)


Search Results: Page 1 of 1 found. Entries 1 - 11 of 11 found

Compatibility Filter Profile:

VB 3.0
VB 4.0 (16-bit)
VB 4.0 (32-bit)
VB 5.0
VB 6.0
VB Script
ASP (Active Server Pages)
VBA MS Access
VBA MS Excel

 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | Visual Basic Home | Site Home | Other Sites | Open Letter from Moderators | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997-2008 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.   Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.