Search results for query: *

  • Users: kunnie
  • Content: Threads
  • Order by date
  1. K

    scrollbar

    How to do the coding for scroll bar as in vertical scrollbar, I display all my info in a label when the info exceed the label how do I write a code to do the scrollbar?
  2. K

    How to Print

    How can I do A printout of my current interface?Lets say I have a button tt says print then if I click it, I will be able to print out my whole interface.can anyone help?
  3. K

    Error

    Public Class Form1 Imports System.io Inherits System.Windows.Forms.Form When I wrote Imports System.io it has an error saying 'Imports' statements must precede any declarations. what is wrong with it can someone help?Thanks
  4. K

    How to print

    Wads the code that can enable a print function?can someone help?Thanks
  5. K

    How to select and display data?

    Hi, Im trying to retrieve data frm my database however I have a problem selecting them,can anyone help me by creating a simple database program for me to study on?thanx alot I need it urgently and I appreciate your help
  6. K

    How SHuld I continue?

    PrivateSub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim custReader As OleDb.OleDbDataReader Dim a2 AsString With OleDbConnection1 .Open() Dim comm As OleDb.OleDbCommand comm = OleDbConnection1.CreateCommand comm.CommandText =...
  7. K

    Retrieve data

    Hi! when we retrieve data,can we retrive it according to the title instead of ordinal number?and can we retrieve data according to rows instead of column?please I need help thanks
  8. K

    hOw do I access data according to rows instead of column

    Hi everyone, I would like to know can access data by title instead of ordinal number and I would like to retrieve data according to rows instead of column.can someone teach me how to do it?thanks alot
  9. K

    Text problem

    Hi there,I have a vb problem.Lets say if I have 10 buttons each assign a different value to different button.and I want this value to appear in a label.however how am I goin to make sure that these values appear one afta another.For example out of ten buttons I only click 5 of them.and I want...
Back
Top