Visual Basic – gratis!

Een kleine update / status quaestionis over de gratis Visual Basic ontwikkelomgevingen die zeker de moeite zijn: Van Microsoft Visual Studio Code (ook voor Mac en Linux) – https://code.visualstudio.com/ Visual Studio Community Edition – http://www.visualstudio.com/community Visual Studio Express – http://www.microsoft.com/express Ook interessant is Small Basic – http://smallbasic.com/ Buiten Microsoft: Mono –

Lees verder

VBA procedure oproepen met variabele

V. Kan ik in VBA een procedure uitvoeren met als naam de inhoud van een variabele? A.Ja, met Application.Run. Bijvoorbeeld, in een formulier deze code: Sub demo() MsgBox “demo” End Sub En op een formulier een knop met deze code: Private Sub CommandButton1_Click() Dim namemacro As String namemacro = InputBox(“Give the

Lees verder

VB: Annuleren op Inputbox

V. Is er een manier om te weten of de gebruiker op OK of op Annuleren drukt? In beide gevallen is het resultaat een lege string, maar ik wil in mijn VB programma het annuleren apart opvangen. A. Ja, er zijn wel wat mogelijkheden. In VBA en VB6 kan je

Lees verder

VBA in Office 2011: waar?

V. Ik zoek VBA in Office voor Mac, maar ik vind het niet. A. Sinds versie 2011 is er terug VBA in Office voor Mac De developer tab moet je eerst aanzetten – http://excelsemipro.com/2010/11/excel-2011-for-mac-installation-preferences-and-vba/ Problemen? Misschien bevat de naam van je schijf een niet-standaard karakter. Zie https://discussions.apple.com/thread/2747840?start=0&tstart=0

Lees verder

MSKB artikels Visual Basic

De laatst gepubliceerde en/of bijgewerkte artikels over Visual Basic / Visual Studio inde  Microsoft Knowlegde Base: Servicing a Microsoft .NET Framework component will trigger a repair of the entire .NET feature set http://support.microsoft.com/?kbid=2307350 A process handle leak occurs when you set System.Diagnostics.Process.EnableRaisingEvents property to False in the .NET Framework 2.0

Lees verder

Zomervakantie: studietijd

De zomer vermindert het aantal agenda-verplichtingen, en laat wat tijd voor andere dingen. Zin om je wat (verder) in programmeren en Visual Studio 2010 te verdiepen? Dan is MSDN Zomer misschien iets leuk. Afhankelijk van de tijd die je wil investeren, kan je bijvoorbeeld het volgende doen: In een half

Lees verder

MSKB artikels Visual Basic

De laatste MSKB (Microsoft Knowledge Base) artikels over Visual Basic: [NL] MS10-031: Beveiligingsprobleem in Microsoft Visual Basic for Applications kan uitvoering van externe code tot gevolg hebben http://support.microsoft.com/kb/978213/nl [EN] FIX: A .NET Framework 2.0-based application that uses Remoting objects crashes and closes unexpectedly http://support.microsoft.com/?kbid=982318

Lees verder

Visual Studio problemen en how-tos

Dit zijn de laatste MSKB artikels over Visual Basic / Visual Studio: PROBLEMEN An access violation occurs, and the corresponding application pool is recycled when an ASP.NET 1.1 Web site is under a heavy load http://support.microsoft.com/?kbid=976400 A .NET Framework 2.0-based Multi-AppDomain application stops responding when you run the application http://support.microsoft.com/?kbid=979744

Lees verder

MSKB artikels over VB

De laatste MSKB (Microsoft Knoweledge Base) artikels over Visual Basic / Visual Studio: You may experience timeout issues when deploying SQL CLR objects through Visual Studio http://support.microsoft.com/default.aspx?scid=kb;en-us;2011805 Visual Studio Team Explorer 2005 forward compatibility update to support TFS 2010 http://support.microsoft.com/?kbid=979258

Lees verder

MSKB artikels over Visual Basic

De laatste (gepubliceerde of gewijzigde) artikels over Visual Basic in de Microsoft Knowledge Base: Visual Studio 2008 takes a long time to open the toolbox for a solution that contains many custom controls http://support.microsoft.com/?kbid=973462 System.IO.Directory.Move method ignores Unicode U+3007 http://support.microsoft.com/default.aspx?scid=kb;en-us;2005202 Error message when you try to deploy a .NET Framework

Lees verder

Emergence BASIC

Nieuw in het Basic landschap: Emergence BASIC. Deze gratis taal die een compiler bevat, positioneert zich expliciet als niet object-georiënteerd: “Emergence BASIC (EBASIC) is a full featured 32 bit compiler for the Windowsâ„¢ operating system. Capable of producing small, fast executables and DLL’s. Emergence BASIC is the perfect language for

Lees verder