User Profile

Collapse

Profile Sidebar

Collapse
hendrikbez
hendrikbez
Last Activity: Sep 16 '11, 05:05 AM
Joined: May 12 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • hendrikbez
    started a topic Search Files on hardrive

    Search Files on hardrive

    I am using this code to get files, but I can not get it to search for all files on C: drive.
    How can I get it to show all files Like *.pdf of the drive in the list box

    Code:
    Imports System.IO
    Imports System
    Imports System.Drawing
    Imports System.Windows.Forms
     
    Public Class SearchAvi
     
        Private Sub BtnGetAviFiles_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
    ...
    See more | Go to post

  • hendrikbez
    replied to Can not format flash drive
    Still not working after trying this
    See more | Go to post

    Leave a comment:


  • hendrikbez
    replied to Can not format flash drive
    Yes I think so also, but how can I clean it.
    See more | Go to post

    Leave a comment:


  • hendrikbez
    started a topic Can not format flash drive

    Can not format flash drive

    I have a sandisk ultra 32Gb flash drive, it worked, but know if I want to connect to any pc, it shows for one second then it dissapeard, I can not see it on my computer to format it. Is there a program that can fix this for me.

    I have also delete usb mass storage device, and when I put the flash back it shows that it have picked itv up, but it is still does not show om mycomputer.

    It does not how in my computer management...
    See more | Go to post

  • hendrikbez
    replied to Unable to update
    I think the problem is in my vb.net code, I can add and delete and update my database manualy. Here are my code for update.

    It seems that it does not sse my function
    Code:
      Public Function Edit() As Boolean
    
            Try
    
                Dim OleDbConn As OleDbConnection = New OleDbConnection(ConnString)
                OleDbConn.Open()
    
                Dim MyOledbCommand As OleDbCommand
    ...
    See more | Go to post

    Leave a comment:


  • hendrikbez
    replied to Unable to update
    Yes I am using access 2003 as a database.

    I can add and delete, not update, I did give al ther code for that page, as I don't know were my probel is.
    See more | Go to post

    Leave a comment:


  • hendrikbez
    started a topic Unable to update

    Unable to update

    I really need help on this, I just can not get the Update/edit correct on this form,

    I can add new/delete info to data, but cannot update/edit, I have tryd everything that I could, but no luck on my side, I have put txt file of my page.

    Is their a other way to do this then

    Can anyone please help me out!!!!!!...
    See more | Go to post
No activity results to display
Show More
Working...