Search results for query: *

  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

    Reply Thanks but how do I add it to my project after I name it?
  3. 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?
  4. 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
  5. K

    How to print

    Reply I want to print the current interface I created
  6. K

    How to print

    Wads the code that can enable a print function?can someone help?Thanks
  7. 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
  8. K

    Retrieve data

    ok thanx.but onli retrive wads in the first column not rows??
  9. 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 =...
  10. K

    Retrieve data

    Heres a sample of my code That I had written and I odnno how to go on Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim custReader As OleDb.OleDbDataReader Dim a2 As String With OleDbConnection1 .Open() Dim comm As...
  11. K

    Retrieve data

    Thanks but still have a prob May I know how do I retrieve from the data base?like I want my label1 to be equal to the text I want to retrieve how do I do it?
  12. K

    Retrieve data

    if my column is name Id.And i have a name whitn id that is ken.therefore by coding should goes like this SELECT * FROM TABLE WHERE Id = ken ?
  13. 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
  14. 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
  15. K

    Text problem

    Hi everyone!!I need to know in database access for vb.net,how do we retrieve the data in mdb according to rows instead of coluum and can retrieve by title instead of ordinal number?cans omeone help?thanks alot
  16. K

    Text problem

    Thanks.Alot u had been a great help eh.:)
  17. K

    Text problem

    thanks but Im sorry I cant open the zip file.would u suggest a another way?thanks alot.
  18. K

    Text problem

    Thanks I have tried it out but it don works.What I meant was like in my button1 onclick event, I dim a as string = "Hello".then label.text = a.Then in my button2 onclick event I dim b as string = "pop".den I want the label to appear hello then follow by pop.but I cant do it.Thnaks for your help
  19. 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