Browse by Tags

Tagged Content List
  • Wiki Page: Visual Basic

    From its inception in 1991, the Visual Basic language has always been a phenomenal productivity tool for building applications. Almost 20 years later, it continues to provide easy access to the Microsoft .NET Framework, allowing developers to write applications that span desktops, phones, browsers...
  • Wiki Page: Small Basic (ja-JP)

    Table of Contents エクステンション コミュニティ はじめよう 関連項目 他の言語 Small Basic は QuickBasic から派生したマイクロソフトの初心者向け .NET プログラミング言語です。2008 年 10 月に最初のベーター版がリリースされた後も、2 年以上も開発が続き、2011 年 6 月に 1.0 版が正式にリリースされました。多言語への対応がなされ、20 以上の言語で利用可能です。Small Basic は Visual Basic を控えめにしたバージョンとも言え、.NET Framework 3.5 上で動作します。 エクステンション...
  • Wiki Page: SmallBasic | AutoUpdater - Snippet

    Introduction I created this snippet, because I really missed an option like this in SmallBasic. I never saw something like this in another SmallBasic - program before. This snippet will check if a newer version of your program is avaible for download. And if there is a new version, it...
  • Wiki Page: Become More Productive by Making Custom Code Generation Tools

    Download You can download this example project at the following link. MSDN Galleries (C# and Visual Basic examples) Introduction Sometimes when programming, we get stuck spending valuable time performing repetitive tasks. We can forget that it's possible to create our own reusable...
  • Wiki Page: Visual Basic - Knife Thrower!

    Table of Contents What is this article about? Glossary/MSDN Library Cross Reference of terms What is GDI+? What is a polygon in Visual Basic? How does polygon rotation work? Part1 Form Initialization Part2 Form1's Load event Part 3 - Waiting for input Part 4 - The polygon Class Project Source...
  • Wiki Page: Small Basic

    Table of Contents Extensions Community Let's Start Additional Resources Web Pages Blogs Social Media See Also Other Languages Japanese (ja-JP) Italian (it-IT) Microsoft Small Basic is a beginner .NET language, derived from QuickBasic. It was first launched as a public beta in 2008, and version...
  • Wiki Page: Visual Basic - Drive Searcher

    Table of Contents Finding files with Visual Basic Source Code Introducing the DriveSearcher Class SearchParameters FileFoundEventHandler StatusChangedEventHandler DriveSearcher Class Resources Finding files with Visual Basic A few times a month, I will see people asking in the forums...
  • Wiki Page: Convert System.Decimal to and from Byte Arrays (VB & C#)

    Table of Contents Introduction ​ Getting the bytes of a System.Decimal Creating an instance of the System.Decimal from bytes Summary References Introduction ​ At first glance converting the datatype (System.Decimal) to and from bytes may appear to be a challenge, this is because the...
  • Wiki Page: Evaluating Expressions - Visual Basic

    Most programmers probably already know this, but I have observed that for beginner programmers, it is quite frequently unknown or overlooked. When you evaluate expressions you need not evaluate "If <expression> = true then", you simply evaluate "If <expression> then"...
  • Wiki Page: Small Basic: VB.NET でエクステンションを作成する方法 (ja-JP)

    Table of Contents ステップ 1: エクステンションの作成 ステップ 2: 動作させるまでの手順 ステップ 3: 次のステップ 他の言語 この記事では、Microsoft Small Basic に追加する簡単なエクステンション(拡張機能)を作成する方法を紹介します。あらかじめ、Small Basic、.NET Framework 3.5 および Visual Basic.NET 10 が必要となります。 C# でエクステンションを書くときは、 こちら (英語)をクリックしてください。 ステップ 1: エクステンションの作成 Visual...
Page 1 of 1 (10 items)
Can't find it? Write it!