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: searchableCombobox demo

    This is a searchableComboBox that I originally developed as a part of a UserControl where it originally worked in conjunction with a TextBox. As a result of a question in another forum, I decided to redevelop this as a self contained Control. The Control Inherits Combobox, and Shadows both...
  • Wiki Page: Conditional Branches With Visual Basic.Net

    What is a conditional branch ? Conditional branches are how computers can be programmed to make decisions based on varying conditions. Without conditional branches , computers would not be able to 'Think'. How do conditional branches work? There are 2 kinds of conditional branches...
  • Wiki Page: Bitmap.Lockbits De-Mystified .Net

    How To Use Bitmap.Lockbits Many people may have noticed in the past how intimidating using Bitmap.Lockbits has been due to a lack of clarification/documentation on its usage. This article attempts to do an in depth review of its usage. It does not focus on alternate methods to lockbits. I remember...
  • Wiki Page: Small Basic: How to Create an Extension Using VB.NET

    Table of Contents STEP 1: Create an Extension STEP 2: Make it Work STEP 3: Moving On Other Languages This article is about how to create a simple extension that you can build on for Small Basic (Microsoft). To get started you will need Small Basic, .NET Framework 3.5, and Visual Basic.NET 10. If...
  • 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: Books for Developers

    This topic is a recommended reading. This article indicates a suggested or recommended reading that will provide you with accurate and important informations for a better understanding of the covered topic. Table of Contents Introduction .NET General ADO.NET ASP.NET Best Practices...
  • Wiki Page: Visual Basic Articles By Paul Ishak

    I will be using this as an index page to track my wiki articles. Pull Out Panel - Borderless Form - Visual Basic.Net Visual Basic - Accessing a method Via its declared name string. Visual Basic - Changing the speed of a wavefile LoOps! With Visual Basic.Net Conditional Branches With...
  • Wiki Page: How to Communicate to the Arduino in Visual Basic .NET

    Communicating to the Arduino in the .NET platform is pretty much straightforward: The Arduino uses a virtual serial port to allow programs to be written onto it, but we can also use this port to get and send data to and from the Arduino. Materials: Arduino or Arduino Compatible Board (UNO...
  • Wiki Page: How to Create Video Games in VB.Net (Windows Forms)

    How to Create Video Games in VB.Net (Windows Forms) I realize that this is a very popular subject, especially amongst budding developers. The drive to create games may be the reason you started working with Visual Basic in the first place. After stepping through a few samples and getting the hang...
  • Wiki Page: Virtual Memory In Visual Basic.Net

    How To Use Virtual Memory In Visual Basic.Net Sometimes don't you want to use ram as you go, instead of loading giant files into ram? Here is an example of how to utilize Virtual Memory in Visual Basic. Code: The following Visual Basic code uses the MemoryMappedFile.CreateFromFile(FileName...
  • 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...
  • Wiki Page: Pattern Matching Words With Visual Basic

    How to match word patterns with Visual Basic Someone recently asked a question about solving cryptograms and I had recalled reading an article about MIT students creating a cryptogram solver that used some kind of pattern matching. i figured it was interesting enough to give a go at it. Below is ...
  • Wiki Page: Visual Basic.Net Pullout Panel Borderless Form

    How To Create a Borderless form with pull out compartments in Visual Basic. This can be difficult at first, but i will attempt to keep it short and sweet. Have you ever wanted to have a compartment that you could pull out of your form, one that extended beyond the border of the form? Well, this...
  • Wiki Page: DOS Scripts From Visual Basic.Net

    How To execute a dos script in Visual Basic without creating an external process. ​ Not all DOS commands can be executed with this, such as CLS, diskpart, echo, etc.... If you discover unsupported commands, please add them to this list: Unsupported Dos Commands: ​CLS Echo DiskPart ? ...
  • Wiki Page: Visual Basic.Net Common Errors: "Index was out of range."

    Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index The error message couldn't do a better job in conveying what went wrong. Lets back up... An index is an integer that identifies the location of an element in a array, list, or other...
  • Wiki Page: VB.NET: How to Make a Right Click Menu for a Tray Icon

    Some of you (like me), probably noticed that a ContextMenuStrip ("Right Click Menu") doesn't close automatically if you click outside it and it isn't in a form (in Visual Basic 2008, but i don't know about the later versions). So in this article I'll explain how to solve that...
  • Wiki Page: Loops with Visual Basic.Net

    What the heck is a loop??? A loop is a repetitive procedure that is designed to repeat a given set of instructions. Loops are absolutely essential for getting work done. You know how computer software saves you so much time, by doing the tedious repetition of tasks? Our good hero the loop...
  • Wiki Page: Changing the speed of a wave file In Visual Basic.Net

    How to change the speed at which you play your wavefile I have seen this question posted multiple times in the forums and figured I would share here as well. Please note that this is not perfect, not all wave files can be modified without first modifying other fileformatsubchunk fields. ...
  • Wiki Page: Small Basic: How to Graduate to Visual Basic

    You might have heard of the "Graduate" feature in Small Basic. If you haven't - you should check it out - it enables you to convert any Small Basic program into an equivalent Visual Basic program, allowing you to gently ramp up to the full power of a professional programming language...
  • Wiki Page: طريقة العرض اللانهائية للبيانات مثل جوجل أو بينج (ar-SA)

    السلام عليكم ورحمة الله وبركاته من أكثر الأشياء التي لا أحبها حقيقة هي مفهوم الصفحات (Paging)المتعددة لعرض البيانات ولذلك كنت أبحث منذ مدة عن طريقة عرض أفضل حتى وجدت محرك البحث بينج والذي قدم مفهوم جميل جدا خاصة عند إستعراض الصورة وهي أن عدد معين من الصور يتم عرضه في الصفحة ثم إذا قم بالنزول لأسفل...
Page 1 of 1 (23 items)
Can't find it? Write it!