Search results for query: *

  • Users: superbem
  • Content: Threads
  • Order by date
  1. S

    VB.NET/ADO.net easy as msaccess project

    Because I don't ever see a so much simple and powerfull data management as in msaccess, I want to make it simple to vb.net too. All without the wizards that come with visual basic 2005 since I'm using sharpdevelop vb.net. I'm meaning the easy way of putting a simple sql in the datasource of...
  2. S

    Command line twain

    I'm trying to make a command line twain for a scanner take the image and save it with the configurations I want, but I'm in dificulties with the basic. I'm trying to put all the commands in the load form of the following code (I think it have all functions related to twain_32.dll). Is someone...
  3. S

    will access need to be instaled on client pc?

    I have a vb.net app that uses a mdb. My question is will the app work correctly with the access mdb if the client computer haven't access instaled? Is there some dll/jet that I can Import or something? I have made a quick test with a fresh xp in virtual pc, and it gives a error (I instaled...
  4. S

    Speed on crop

    Hello, This is to find the first darkest pixel, in order to crop a image, but it's too slow. Is there a way to speed this? Dim bmp As Bitmap = im Dim wth As Integer = 0 Dim hgh As Integer = 0 Dim newpoint As Drawing.Point Dim aL As Integer = 0 Dim...
  5. S

    How to identify a paragraf character in a string

    All I want to do is to strip of the paragraf character. It's identified with something like ^p or ^n but can't figure out. Somebody knows the identifier? Thanks
  6. S

    crop image to picturebox

    I'm trying to crop a rectangle area from an image. A simple cut/paste. Anyone can help me?
  7. S

    Fetch array with ms access

    Hello, this is my first post here, seems a very good forum. I'm new to vb.net, and I came from PHP and mysql. I'm connecting from vb to msaccess by code, but I can't yet figure how I do a fetch array from a select command in vb.net. Can someone help me?
Back
Top