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

Search:

Type: Posts; User: unleashed-my-freedom

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    1,795

    How to capture logout time

    I need to capture the logout time and login time. I can capture the login time already but I cannot capture the logout time. I would appreciate all the help that you had given me. Thank you.
    This...
  2. Replies
    3
    Views
    2,297

    Re: Creating Thumbnail

    Original Code
    Code:
    thumbnailImage.Save(imageStream, System.Drawing.Imaging.Imageformat.Jpeg);
    Change it to
    Code:
    thumbnailImage.Save(imageStream, System.Drawing.Imaging.ImageFormat.Jpeg);
    ...
  3. Replies
    3
    Views
    2,297

    Creating Thumbnail

    I had managed to let users upload the image and save into the database and the folder. I need to generate thumbnail from the image and save into the database and the folder as well. But there is some...
  4. Replies
    1
    Views
    2,633

    Creating session

    I need to create a user login session management for a chat application. The default value is 0 which mean that the user is offline or the session has expired. 1 mean that the user is online. How do...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured