User Profile

Collapse

Profile Sidebar

Collapse
cherychoclatecandy
cherychoclatecandy
Last Activity: Sep 25 '08, 05:38 AM
Joined: May 14 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • alexgits
    alexgits posted a Visitor Message for cherychoclatecandy
    Dear cherychoclateca ndy,

    This is Alex Gits , i'm student of computer science, i found interested issue in Bytes forum titled : " Display fingerprint image " September 17th, 2008 by you , so i am looking for futronic SDK long time for built my class project and saw "Futronic.SDK.W orkedEx" in your samples , do you have full source of this SDK ?
    Sorry for bothering you, and waiting for your reply
    ...
    See more | Go to post

  • cherychoclatecandy
    started a topic Display fingerprint image
    in .NET

    Display fingerprint image

    hi all,

    I have code like this in a windows application that displays bytes of array in a picture box. This codes are in VB.

    Dim UserPassport As Passport = New Passport()
    m_OperationObj = UserPassport

    ' Get user name
    Dim frmName As EnrollmentName = New EnrollmentName( )
    frmName.ShowDia log(Me)
    If frmName.DialogR esult <> System.Windows. Forms.DialogRes ult.OK...
    See more | Go to post

  • cherychoclatecandy
    started a topic vb.net to asp.net
    in .NET

    vb.net to asp.net

    How do we change this set of code from vb.net to asp.net?
    As this set of code is currently used in window form.In website form it said this set of code is not a member of 'Main'(website) .
    Thanks


    If Me.txtMessage.I nvokeRequired Then
    Dim d As SetTextCallback = New SetTextCallback (AddressOf Me.SetStatusTex t)
    Me.Invoke(d, New Object() {text})
    Else
    ...
    See more | Go to post

  • Oh ok thanks for the help anyway.It not the solution im looking for but thanks...
    See more | Go to post

    Leave a comment:


  • Migrating Window application to Web Site Application

    How do I convert a window application codes to web site application?
    See more | Go to post

  • cherychoclatecandy
    replied to ASP.NET conversion
    in .NET
    I am quite unsure where to declare the conversion.I got this from some other website and edited to suit my needs.


    Dim minutes, totminutes, hours As Double
    Dim total5a, total5, total2, spare, fromtime, totime As DateTime
    Dim lunch, lunchstart, lunchend As String

    Dim connAdd As New SqlConnection _
    ("data source = 15-11\SQLEXPRESS; initial catalog=FASSQL; "...
    See more | Go to post

    Leave a comment:


  • microsoft sql server management studio

    How to change a datetime column to date format only using microsoft sql server management studio?


    eg
    5/2/2008 8:49:48 AM to date format only (5/2/2008)
    See more | Go to post

  • cherychoclatecandy
    started a topic Link dll C++ to asp.net
    in .NET

    Link dll C++ to asp.net

    how do we link dll from C++ to asp.net?

    i tried doing research on it but mostly give an examples on vb6 but i am currently using vb 2005.So i am quite confused how to link it?some sites suggested using wrapper.
    See more | Go to post

  • cherychoclatecandy
    started a topic ASP.NET conversion
    in .NET

    ASP.NET conversion

    I would like to know how do i convert a datetime to time format only?

    for eg
    datetime:5/5/2008 8:35:09 AM to time: 8:35:09 only.
    See more | Go to post

  • cherychoclatecandy
    replied to VB calculation
    in .NET
    ok thanks for the guide. I will try it out.
    See more | Go to post

    Leave a comment:


  • cherychoclatecandy
    started a topic VB calculation
    in .NET

    VB calculation

    How do i calculate time for time attendance system eg:clock in n clock out time (as in the total hr per day ) and add up the total hours spend in work for the month?
    See more | Go to post
No activity results to display
Show More
Working...