• home
  • forum
  • my
  • kt
  • download
  • this:4/4 25records  total:97    start  Previous  Next  Last    goto:
    Working With Arrays
    ON: 2007-09-05 14:38:40
    After this tutorial you will effectively know how to handle arrays in vb
    22 times | category: [Development]
    How to Open a New Form with the Press of a Button
    ON: 2007-09-05 14:00:29
    Having a program with everything on one form would be extremely cluttered, that is why most programs are split into many different forms and windows. This is a very basic tutorial on how to open a new form/window by simply clicking on a button.
    30 times | category: [Development]
    Create real Excel Files Reports without MS Excel
    ON: 2007-09-05 13:59:13
    Use the free version of the COM library DypsXLS to create real Excel files from your VB applications.
    29 times | category: [Development]
    High Resolution Timing in Visual Basic
    ON: 2007-09-05 13:48:46
    So, you're interested in having your functions act at specific time intervals, eh? Naturally you would turn to the Timer Control included with VB. Unfortunately, the timer control has a resolution of ~55ms. 55ms seems like a very short time to us, but to the computer, 55ms is an agonizingly long time. Don't torture your computer! Use accurate and high-resolution timing methods.
    58 times | category: [Date and Time]
    Databases
    ON: 2007-09-05 13:40:47
    In this section I'll talk about how to use the database features of VB, but I'll also talk about when those features are overkill and when simpler methods of data storage can be substituted for the VB database methods.
    90 times | category: [Database Related]
    Database Controls
    ON: 2007-09-05 13:36:24
    Database controls are ideal if you want to get in, get the job done, and then get out. In this section we'll discuss the controls available to the database programmer. VB falls short, however, in helping beginners create databases from scratch.
    77 times | category: [Database Related]
    SQL in VB
    ON: 2007-09-05 13:32:19
    To selectively display records in a recordset, the feature to use is SQL - Structured Query Language. By creating a query (a text string which tells VB what to include in a recordset or what actions to take against the data in a recordset) you can greatly simplify the code you have to write in an application that utilizes databases.
    74 times | category: [Database Related]
    Creating database applications in VB-Part I
    ON: 2007-09-05 13:31:10
    Visual basic allows us to manage databases created with different database program such as MS Access, Dbase, Paradox and etc
    82 times | category: [Database Related]
    Creating database applications in VB-Part II
    ON: 2007-09-05 13:30:30
    In the previous lesson you have learned how to create a simple database application using data control. In this lesson, you will work on the same application but use some slightly more advance commands.
    50 times | category: [Database Related]
    Creating VB database applications using ADO control
    ON: 2007-09-05 13:25:28
    Data control is not a very flexible tool as it could work only with limited kinds of data and must work strictly in the Visual Basic environment. To overcome these limitations, we can use a much more powerful data control in VB known as ADO control.
    83 times | category: [Database Related]
    Creating an Advanced VB database application
    ON: 2007-09-05 13:20:55
    Creating an Advanced VB database application using ADO control
    81 times | category: [Database Related]
    Runtime Menus
    ON: 2007-09-05 09:54:14
    In Visual Basic, adding menus at runtime is handled in the exact same way as adding any control at runtime.
    33 times | category: [Buttons]
    Menus
    ON: 2007-09-05 09:49:44
    Everyone knows what a menu is, the question is how can you make them in VB? Well, it turns out to be very simple. VB has a built-in menu editor that you will use and it's pretty much a no-brainer
    33 times | category: [Buttons]
    Drag & Drop
    ON: 2007-09-05 09:47:16
    You see it in just about every Windows application, so how can you do it in your VB application? Fortunately VB provides built-in tools to make it easy for you. While the code you write to respond to a drag and drop operation can be fairly complex, the mechanics of a drag and drop operation are fairly simple and logical.
    39 times | category: [Buttons]
    Creating a notebook
    ON: 2007-09-05 09:33:45
    In this tutorial I will show you how to create a simple notebook that can open, save, cut, copy and paste as well as adding printing capabilities and other features. The perfect learning application
    76 times | category: [.NET]
    Macronimous- Developing Windows Smartphone Applications using .NET CE framework
    ON: 2007-09-05 09:29:46
    This article is about pocket PC / windows smartphone applications developed in the .net environment.This is possible through the Compact Framework provided with the VS.net. It uses the SQL CE as the mobile database.
    25 times | category: [.NET]
    MS Agent 2 in VB.NET
    ON: 2007-09-05 09:25:20
    You have probably seen the little characters that you find in odd places throughout windows, like the paperclip in Microsoft Office. This tutorial teaches you how to use these little characters in your own application. You can also get then to use speech recognition
    44 times | category: [.NET]
    Polymorphism in VB.NET
    ON: 2007-09-05 09:21:49
    Polymorphism is one of the key concepts in Object Oriented Programming. Using polymorphism enables the programmer to design software that is easily extensible which, in turn, prolongs the life of that program.
    37 times | category: [.NET]
    Adjusting your scope - A look into variable scopes in .NET
    ON: 2007-09-05 09:21:06
    Declaring variables is a very fundamental requirement in programming and you cannot go anywhere without it. For those of us who came from previous versions of Visual Basic, .NET presents a new set of issues with our variables.
    31 times | category: [.NET]
    Recursive Programming Part 1 : Factorial
    ON: 2007-09-05 09:19:24
    This article shows how to do Recursive programming. Uses recursive programming to find a given factorial number
    15 times | category: [.NET]
    Searching Listbox
    ON: 2007-09-05 09:17:30
    This sample shows how to search item from the listbox., using method that is being introduced in the .NET listbox control
    28 times | category: [.NET]
    Planning the form layout in VB.NET
    ON: 2007-09-05 09:09:55
    This article shows you how to design fairly complicated forms, which can resize, using anchors, docks and panels with a dash of code.
    41 times | category: [.NET]
    this:4/4 25records  total:97    start  Previous  Next  Last    goto:

    Category

      .NET (11)
      Buttons (3)
      Database Related (9)
      Date and Time (4)
      Development (4)
      Error Handling (3)
      File Manipulation (6)
      Introduction to Visual Basic (26)
      Miscellaneous (4)
      Multimedia (10)
      Networking (10)
      Security (1)
      VB Script (6)