Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
P

pkrvb

@pkrvb
About
Posts
6
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • VB.net - Checking for the instance of a control
    P pkrvb

    I am trying to find out how to check to see if a control exists (such as a listbox). If it does, then the program wouldn't do anything, if it doesn't, then the program would create it. Does anyone know how to do this or can point me in the right direction?

    Visual Basic csharp tutorial question

  • DataGridView
    P pkrvb

    Yep, that was it, thanks enmahdi

    Visual Basic tutorial

  • DataGridView
    P pkrvb

    I am assuming everyone...well most everyone here knows what datagridview looks like. On the control to the very left, there is something like a column that has an arrow type symbol in it and whenever a row is selected, that symbol is at the beginning of the row. I think it's called something like a row selector or something. Anyway, I was wondering what it is and how to get rid of it if possible.

    Visual Basic tutorial

  • VB.Net and MS Access problem
    P pkrvb

    It was "nn" because that is what Access used as the minute placeholder in the custom format. Access probably uses it to distinguish from the month for which it uses mm. At least it is working that way. I think I might have found what I am looking for though. In VB on the properties for the textbox I am using, I changed the Format property to Custom and changed the CustomFormat property to HH:mm:ss. It works the way I want it to now. Thanks to Tom and green2go for attempting to help me. :)

    Visual Basic csharp database help question

  • VB.Net and MS Access problem
    P pkrvb

    I set up the dataset through a wizard. The only thing I have coded an event on closing to update the database. Public Class frmSingle Private Sub DataBindingNavigatorSaveItem_Click(ByVal _ sender As System.Object, ByVal e As System.EventArgs) _ Handles DataBindingNavigatorSaveItem.Click Me.Validate() Me.DataBindingSource.EndEdit() Me.DataTableAdapter.Update _(Me.TandemsheetsDataSet.data) End Sub Private Sub frmSingle_FormClosing(ByVal sender As Object, _ ByVal e As System.Windows.Forms.FormClosingEventArgs) _ Handles Me.FormClosing Me.DataTableAdapter.Update _(Me.TandemsheetsDataSet.data) End Sub Private Sub frmSingle_Load(ByVal sender As _ System.Object, ByVal e As System.EventArgs) Handles _ MyBase.Load 'TODO: This line of code loads data into 'the 'TandemsheetsDataSet.data' table. You can 'move, or remove it, as needed. Me.DataTableAdapter.Fill _ (Me.TandemsheetsDataSet.data) End Sub End Class

    Visual Basic csharp database help question

  • VB.Net and MS Access problem
    P pkrvb

    I am trying to use VB.Net as a front end for a MS Access database. I am trying to get the date/time into a format I want to use(displaying, modifying etc). I have the field in Access defined as date/time. I only want to use the time portion in 24hr format. My format is HH:nn:ss and the input mask reflects this. When I display one record in VB.Net, the date is the only thing that is showing and instead of showing today's date, it is showing a date from 30 Dec 1899. The data I already have stored in the Access database for that field is 23:55:00. What do I need to do in order to get it to work the way I would like?

    Visual Basic csharp database help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups