• home
  • forum
  • my
  • kt
  • download
  • this:3/3 25records  total:65    Start  Previous  Next  Last    goto:
    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
    12 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.
    6 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.
    25 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
    20 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.
    6 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
    6 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.
    8 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
    16 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.
    10 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
    2 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.
    19 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.
    18 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
    4 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
    8 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.
    14 times | category: [.NET]
    this:3/3 25records  total:65    Start  Previous  Next  Last    goto:

    Category

      .NET (8)
      Buttons (3)
      Database Related (7)
      Date and Time (1)
      Development (3)
      Error Handling (2)
      File Manipulation (5)
      Introduction to Visual Basic (9)
      Miscellaneous (2)
      Multimedia (9)
      Networking (9)
      Security (1)
      VB Script (6)