CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: pcfry

Search: Search took 0.02 seconds.

  1. Replies
    13
    Views
    2,592

    Re: Random Access File New Line

    DataMiser my apologies had not noticed that, thanks for help me with this.
    This was a fast response time.
    Thanks all
  2. Replies
    13
    Views
    2,592

    Re: Random Access File New Line

    What happen is that I need a text file that are specification for the declaration of salary.
    I don't know why the next record continue in the same line and I can't find forums threads with similar...
  3. Replies
    13
    Views
    2,592

    Re: Random Access File New Line

    filler5 = vbCrLf ' filler5 As String * 2
    ' filler5 As String * 2 this is a comment


    elsize = FileLen(App.Path + "\DatosEmpleados.txt")
    TotalDeRecords = elsize / 150 'this make a new record
    ...
  4. Replies
    13
    Views
    2,592

    Re: Random Access File New Line

    empleado as EmpleadoTipo


    Type EmpleadoTipo
    SeguroSocial As String * 9
    filler1 As String * 1
    Transaccion As String * 2
    LlaveGenerica As String * 4
    Operador As String * 8...
  5. Replies
    13
    Views
    2,592

    [RESOLVED] Random Access File New Line

    I'm trying to use Random Access File to save records.
    My problem is that the next records is saved in the same line, but i need save the record line by line.
    This if what i try but don't work:

    ...
  6. Replies
    4
    Views
    5,815

    Re: How i prepare a Textbox for date input?

    Ok let try that .
    I will post
  7. Replies
    4
    Views
    5,815

    Re: How i prepare a Textbox for date input?

    The maskeditbox is another control like the date picker. I looking for a way to use a text box.

    You know a way to use a maskedit in a text box?
    Thanks for answer anyway
  8. Replies
    4
    Views
    5,815

    How i prepare a Textbox for date input?

    How i prepare a Textbox for date input?
    I try using the format function:

    Me.txtFechadeEntrada.MaxLength = 8
    mascarafechaentrada = Format(Me.txtFechadeEntrada.Text, "##/##/##")

    And on ...
  9. Re: Windows CE 4.2, mapping a remote file

    ok I correct my stament, the device use .NET Compact Framework 4.2 for Windows Embedded CE 6.0 ...

    my device is: Model NO. mk-100 mini kiosk
  10. Re: Windows CE 4.2, mapping a remote file

    The server application is created in vb6, the client device in vb2005 and the applications work fine . Is posible to use addconnection or other method, what app i can deploy from VB2005 to the same...
  11. Re: Windows CE 4.2, mapping a remote file

    Is connected with both usb and ethernet, but when the process complete the mapping, going to be ethernet only.

    Only left mapped folder process., but with the password net use is not working...
    ...
  12. Re: Windows CE 4.2, mapping a remote file

    is connected to the computer with the ethernet and usb cable, the computer have static ip and the folder is share.
    Im trying to first used the net use, and later create a form in vb.net.

    today...
  13. [RESOLVED] Windows CE 4.2, mapping a remote file

    I trying to map a remote file with net use, but when i add the password after username and alwaysa error status appears.only work without the password in the net use command

    MY steps:
    1.First...
Results 1 to 13 of 14





Click Here to Expand Forum to Full Width

Featured