Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

VB6 als Testversion / Demo????

Empfohlene Antworten

Veröffentlicht

Hallöchen

Kann ich irgendwo VB6 als Testversion/Demo laden?? Hab mir jetzt Flash MX2004 besorgt, kann es 30 Tage testen, hab zwar nicht den vollen Programmumfang aber es reicht.

Jemand ne Idee??? :confused:

kannst ja VBS nehmen... kann der IE schon, ist von der syntax so ziemlich gleich, also zum lernen reichts...

z.b.

das hier packst du in ne textdatei und nennst sie dann .vbs und schon geht das ganze mit doppelklick ;)

Dim objFileSystem

Dim objFile

Dim objTextStream

Dim szConfigFile

Dim szBirthday, szName, szThisYear, szComparisonDate

Dim szMessage

Dim iTime

Dim iDifference

' Standardwerte für einige Variablen

szConfigFile = "C:\temp\birthday.txt"

iTime = 31

szMessage = ""

szThisYear = Year(date)

Set objFileSystem = CreateObject("Scripting.FileSystemObject")

' Config-Datei ermitteln, ...

If objFileSystem.FileExists(szConfigFile) Then

' ... öffnen...

Set objFile = objFileSystem.OpenTextFile(szConfigFile)

' ... und zeilenweise abarbeiten

Do until objFile.atEndOfStream

' Geburtstag und Name lesen

szBirthday = objFile.read(6)

szName = objFile.readLine

' Wieviele Tage sind es noch bis zum nächsten Geburtstag?

szComparisonDate = szBirthday & szThisYear

iDifference = DateDiff("y", date, DateValue(szComparisonDate))

' Falls der nächste Geburtstag allerdings erst im nächsten Jahr liegt

if (CInt(iDifference) < 0) then

szComparisonDate = DateAdd("yyyy", 1 ,szComparisonDate)

iDifference = DateDiff("y", date, szComparisonDate)

end if

' Wenn die Anzahl der Tage innerhalb der Frist liegt

if (CInt(iDifference) <= iTime) then

szMessage = szMessage & szName & " on " & szComparisonDate & " - in " & iDifference & " day(s) " & Chr(10)

end if

Loop

objFile.close

else

MsgBox "Die Config-Datei " & szConfigFile & " ist nicht vorhanden!", vbCritical, "Fehler"

end if

' Falls vorhaben, Liste der nächsten Geburtstage ausgeben

If szMessage<>"" Then

MsgBox szMessage, vbInformation, "Die nächsten Geburtstage"

else

Msgbox "Noch vieeel Zeit...", vbexclamation, "Die nächsten Geburtstage"

End If

  • Autor

Hört sich ja nicht schlecht an

Aber wenn ich das richtige VB6 hab kann ich auch "richtig" üben

aba trotzdem thx

:bimei

VBS steht für ?? Visual Basic.....

Antwort: VisualBasicScript *g*

Kann ich denn mit VBS auch eine Form / Oberfläche genenieren???

keine formulare in art der vb6-ide, höchstens als serverseitig generiertes formular via active server pages.

wie du allerdings die parallelen zu flash mx ziehst, ist mir nicht ganz klar.

s'Amstel

wie du allerdings die parallelen zu flash mx ziehst, ist mir nicht ganz klar.

s'Amstel

war als beispiel gemeint dass es das z.b. auch als testversion gibt ;)

Kann ich denn mit VBS auch eine Form / Oberfläche genenieren???

du kannst es aber mit MS Word machen, oder auch Excell usw.

die alle haben einen VBA editor.

VBA ist VisualBasic for Application.

ist sehr dem VB ähnlich, kanst auch Forms bilden usw.

zum üben reichts vollkommen

gruss

Ein Tip von mir wäre noch SharpDevelop . Ist eine OpenSource-Implementation einer Entwicklungsumgebung für C# und VB.net. Vieleicht hilft dir das ja weiter... VB6 Support läuft ja eh aus ;)

Ist manchmal noch ein wenig hakelig und vieleicht nicht ganz so komfortabel wie das Original. Aber es erfüllt durchaus seinen Zweck...

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.