Posts

Showing posts from 2010

VB .Net Strings Manipulation Code Example

Image
VB .Net Strings Functions Manipulation Source Code Example Strings in Visual Basic .Net Programming How to manipulate Strings in VB.Net ? Here is an example Code of how to manipulate Strings in VB .Net. (Using .Net FrameWork 4.8) Hello .NET Framework method Description Asc, AscW Returns an Integer value representing the character code corresponding to a character. Chr, ChrW Returns the character associated with the specified character code. Filter Returns a zero-based array containing a subset of a String array based on specified filter criteria. Format Returns a string formatted according to instructions contained in a format String expression. FormatCurrency Returns an expression formatted as a currency value using the currency symbol defined in the system control panel. FormatDateTime Returns a string expression representing a date/time value. FormatNumber Returns an expression fo

Visual Basic 2010 with MS-Access Database

Image
Understanding ADO .Net for Visual Basic 2010 and Microsoft Access 2003 / 2007 Database Visual Basic .Net and Ado.Net for MS-Access Database course online There are two methods to work with MS-Access 2003/2007/2010/2013/2016/2019 Database (*.Mdb / *.Accdb) from Visual Basic 2010 using ADO .Net technology . With .NET, Microsoft has released a new mechanism for accessing data: ADO.NET. The name is a carryover from Microsoft's ADO (ActiveX Data Objects) technology, but it no longer stands for ActiveX Data Objects--it's just ADO.NET. To avoid confusion, I will refer to ADO.NET as ADO.NET and to ADO as classic ADO. If you're familiar with classic ADO, be careful--ADO.NET is not a descendant, it's a new technology. In order to support the Internet evolution, ADO.NET is highly focused on disconnected data and on the ability for anything to be a source of data. While you will find many concepts in ADO.NET to be similar to concepts in classic ADO, it is not t

Visual Basic Online Course - Knowledge Base Introduction

Image
♥ In the name of Allah ♥ Visual Basic Online Course - Knowledge Base Introduction Intro Microsoft Visual Basic 2010, What is it? Visual Basic 2010 - Tutorials Microsoft published Visual Basic .Net 2010 In April 2010. Microsoft had planned earlier to use the Dynamic Language Run-time (DLR) for that version (2010), but shifted to a another mixed plan that includes both Visual Basic and sister language C# to bring both languages into closer parity with one another. Visual Basic's innate ability to interact dynamically with Common Language Run-time CLR and COM objects has been improved to work with dynamic languages built on the DLR such as Iron-Python and Iron-Ruby. Visual Basic compiler was enhanced to infer line continuation in a set of common contexts, in many cases removing the need for the under score "_" line continuation symbol. We offer free online courses for Visual Basic .Net and Visual Basic 6.0 Programming Languages and solutions for both beg