Du bist hier: Snippet-Verzeichnis » Visual Basic (78)
Sprache:

Snippet-Verzeichnis - Visual Basic 

Snippets

AIM text sender

sends text to the active aol instant messenger window.

Sprache: English | Programmiersprache: Visual Basic | Autor: krazygamer [nicht registriert]

Atn2

This vb function calculates the inverse tangent and returns an angle between 0 and 2pi. It avoids the problems of y/zero and not knowing whether x or y is negative if y/x is negative when using the built in Atn function.

Sprache: English | Programmiersprache: Visual Basic | Autor: jdp [nicht registriert]

CD-DRIVE TRAY OUT/IN

This is a small and simple but very useful progy to use if you make a program that requires a CD. You can check if the CD in the drive is the one you want. If not you can throw it out to the user to give you the correct one. Cool!Good ...

Sprache: English | Programmiersprache: Visual Basic | Autor: romeo_77p [nicht registriert]

Change Hex to String

This function takes a given list of hexidecimal numbers (in groups of 2 hex numbers) and changes them into their corresponding base10 number. Then that number is changed into its corresponding ascii character.Good ...

Sprache: English | Programmiersprache: Visual Basic | Autor: slate2001 [nicht registriert]

Change String to Hex

This function changes every character in a string into its corresponding ascii value. Then the ascii value is changed into its hexidecimal equivalent.

Sprache: English | Programmiersprache: Visual Basic | Autor: slate2001 [nicht registriert]

Compute ModBus LRC

Computes the LRC checksum used by the modbus protocol.

Sprache: English | Programmiersprache: Visual Basic | Autor: rsukach [nicht registriert]

Convert Local Time to UTC (GMT) time

I was looking for an API/function/snippet that could convert a given local time to UTC (formerly known as GMT), but could only find an API that was only available in Windows XP. Therefore I looked into combining some other APIs. I created ...

Sprache: English | Programmiersprache: Visual Basic | Autor: echten [nicht registriert]

D Conversion

This program converts Binary to Number and Number to Binary. And it has very good help artical by Snals! Also it looks for the .wav file in same fold as .exe file is stored and it plays the .wav file upon calling about box.

Sprache: English | Programmiersprache: Visual Basic | Autor: dishil [nicht registriert]

declaring and manipulating var's with separate functions

You can declare variables in a form, and then call a Function to modify them and then return the new variable and display it in a lable.

Sprache: English | Programmiersprache: Visual Basic | Autor: eleet2k2 [nicht registriert]

DirExists

Check if a directory exists and return true/false

Sprache: English | Programmiersprache: Visual Basic | Autor: slate2001 [nicht registriert]
RSS