Ein paar Mini VB 6 Programme
zurück zu vb
Ganz am Anfang brauchen Sie E Ein bißchen Theorie tut gut
Hinweise zum Download der Programme aus dem
Internet
Textdarstellung
Texteingabe
Textbearbeitung
Programmende
Programm abwürgen
Bewegung
Grafik
Maus
In Form bleiben
Logik:
Rein Zufällig
01 Dateien
Datum und Zeit
Umgang mit Dateien
Zwischenablage = Clipboard
Töne
Wave Datei abspielen
Mid abspielen
Wave in mp3 umwandeln
CD Spielen
CD Brennen
Prozeduren , Funktionen , Schleifen
Schleifen
Wie so eine Function funktioniert
Programme mit Functionsaufrufen
Minibrowser http://vb-tec.de/httppost.htm http://vb-tec.de/openurl.htm
http://www.schwider.de/htmlform.htm http://www.lab1.de/prod/winsock/index.htm
Experten :
Michael Werner eMail miwesoft@onlinehome.de
http://www.vbsurfer.com/vbsurfer/demo/shtml/default.htm
this sample program demonstrates the use of the MAPI controls by sending and receiving electronic mail. It uses the messaging application programming interface (MAPI) controls: MAPI messages and MAPI session.
Note
To run this sample, you need a MAPI-compliant messaging system. If you are using Windows 95, you will need Microsoft Exchange.
Background
The MAPI session control establishes a MAPI session and signs off from a MAPI session. The MAPI messages control allows you to perform a variety of messaging systems functions after a messaging session has been established. These functions include accessing, downloading, and sending messages, displaying the details and address book dialog boxes, accessing data attachments, resolving recipient names during addressing, and performing compose, reply, reply-all, forward, and deleting actions on messages.
File
Description
Maillst.frm
Form for displaying the list of mail messages.
Mailst.frx
Contains binary data for the sample.
Mailoptf.frm
Form for setting options.
Mailsup.bas
Module of support procedures for the example.
MsgView.frm
Form in which a viewed message is displayed.
Newmsg.frm
Form for creating a new message.
Vbmail.frm
The main form.
Vbmail.vbp
The project file for this sample application.
To Run
From the Visual Basic File menu, choose Open Project and select the
VBMAIL.VBP file, which is listed in the \Samples\CompTool\VBTerm
subdirectory of the main Visual Basic directory. Press F5 or choose Start from
the Run menu to run the application.
Project Summary
Version:
1.0.3716
Startup Object:
VBMail
Optimization
Fast Code
Project Type
Standard Exe
Title
VBMAIL
Vers. Company Name
Project Files
FILE
DATE
SIZE
SUB
FCT
TOTAL
PROJECT
C:\Program
Files\DevStudio\VB\samples\CompTool\VBMail\Vbmail.vbp
1/16/97
780
-
-
-
FORM
C:\Program
Files\DevStudio\VB\samples\CompTool\VBMail\MAILLST.FRM
5/13/98
7029
11
0
11
FORM
C:\Program
Files\DevStudio\VB\samples\CompTool\VBMail\MAILOPTF.FRM
9/16/96
9339
5
0
5
FORM
C:\Program
Files\DevStudio\VB\samples\CompTool\VBMail\MSGVIEW.FRM
9/16/96
9093
13
0
13
FORM
C:\Program
Files\DevStudio\VB\samples\CompTool\VBMail\NEWMSG.FRM
9/16/96
8958
10
0
10
FORM
C:\Program
Files\DevStudio\VB\samples\CompTool\VBMail\VBMAIL.FRM
9/16/96
20535
22
0
22
MODULE
C:\Program
Files\DevStudio\VB\samples\CompTool\VBMail\MAILSUP.BAS
12/3/96
19489
17
5
22
External Resources
FILE
C:\Program Files\DevStudio\VB\samples\CompTool\VBMail\msmapi32.Ocx
C:\Program Files\DevStudio\VB\samples\CompTool\VBMail\ComDlg32.OCX
kernel32
Kernel
zweiten Programmstart verhindern
VB 6 Tips : http://home.t-online.de/home/nreiners/visual-basic-tips.htm
Alle Miniprogramme sind in Visual basic 6.0 Programmiert , d.h.
VBRUN600.dll
oder höher ist notwendig.
Alle sind Freeware
Hinweise zum Download dieser Programme
So geht es