User Profile

Collapse

Profile Sidebar

Collapse
lily86
lily86
Last Activity: May 8 '09, 06:15 AM
Joined: Aug 13 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • thanks for reply me...
    balame2004, very sorry, i do not know the code that lock the desktop, i only can lock some key now and about the desktop side i still can't get any solutions...wou ld u all show some example?
    See more | Go to post

    Leave a comment:


  • lock desktop when running the system.....

    i'm using visual studio 2003 - vb to write one printing system.... then i set my system to auto startup now i want lock the desktop when my system is running untill user key in the correct password and username..... now my printing system was done just only the lock desktop code i totally don't know how to start it.... hope you all can help me....
    thanks a lot.........
    See more | Go to post

  • lily86
    replied to upload image to the server file error.....
    thanks ya Frinavale, i already get the solutions.... is the permission problem....i compare with those file that can upload the photo then i change my permission same with the file.
    See more | Go to post

    Leave a comment:


  • lily86
    replied to upload image to the server file error.....
    ya, i already post my application to web server....when i create new folder at the server there still have the same error.... i need to make some setting at my folder?
    thanks you....
    See more | Go to post

    Leave a comment:


  • lily86
    replied to upload image to the server file error.....
    Frinny, thanks for your reply... but i not really know how to do.... i don't know how to set the permission for ASP.NET application at server....can you tell me the step?? thanks you very much!!!
    See more | Go to post

    Leave a comment:


  • lily86
    started a topic upload image to the server file error.....

    upload image to the server file error.....

    i'm using vs.net 2003.... i want to let the user upload images and i want to save the image to my web server file to convenient i display the images on other pages.... but i'm having a problem when i try to save the images file to my we b server side....
    here is my code :
    Code:
            Dim CurrentFileName As String
            CurrentFileName = FileUpload1.FileName
    
                    Dim CurrentPath As String = Server.MapPath("~/Img/")
    ...
    See more | Go to post
    Last edited by Frinavale; Mar 9 '09, 02:06 PM. Reason: Added [code] tags: Please post code within [code] [/code] tags. Thanks.

  • lily86
    replied to SQL server does not exits....
    thanks...i get the solution....
    See more | Go to post

    Leave a comment:


  • lily86
    replied to SQL server does not exits....
    thanks for ur reply...

    thanks for your reply... but can i know how to write the code with include the server.....
    See more | Go to post

    Leave a comment:


  • lily86
    started a topic SQL server does not exits....

    SQL server does not exits....

    i have 1 new .aspx page where i run on my local host it can run normally but when i run at another computer it show the error:



    here is my connection:
    Code:
                conn5 = New SqlConnection(ConnStr)
                cmd5 = New SqlCommand(lsSQLSTRX, conn5)
                adp5 = New SqlDataAdapter(cmd5)
                lds5 = New DataSet
                DT5 = New DataTable
                adp5.Fill(lds5, "x")
    ...
    See more | Go to post
    Last edited by pbmods; Feb 7 '09, 06:55 AM. Reason: Added CODE tags.

  • lily86
    started a topic server error in application...

    server error in application...

    I create one aspx page but when i wan run through server it can't run and show the error....

    Server Error in '/' Application.
    --------------------------------------------------------------------------------

    Runtime Error
    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for...
    See more | Go to post
    Last edited by pbmods; Feb 7 '09, 06:55 AM. Reason: Added CODE tags.

  • lily86
    replied to Crystal report error!!!
    i'm using VS .net 2003. i wan to create the web form using asp.net. now ok already but i get another problem. when i click View in Browser then show this:

    Exception Details: CrystalDecision s.CrystalReport s.Engine.LoadSa veReportExcepti on: Load report failed.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location...
    See more | Go to post

    Leave a comment:


  • lily86
    started a topic Crystal report error!!!

    Crystal report error!!!

    Can any one tell me why when i drag the Crystal Report Viewer from toolbox to my design form then will show Error Creating Control?? Thanks!
    See more | Go to post

  • Thanks for your reply......

    i'm using VB.net..... is a desktop application.... i got test some code, it can run but stop the spooler very slow.....if i print 1 paper when the time request for user name the paper already print out.....hope you can help me!!! thanks a lot!!!
    See more | Go to post

    Leave a comment:


  • lily86
    started a topic write printer code using VB2003.....

    write printer code using VB2003.....

    i would like to write a system that every time the user using the printer to print, when the user click on the print button user name and password are request after user key in then only the printing job continue...... now my problem is how to let the spooler pause and wait untill the user name correct only the printer continue printing!!! help please!!

    Thanks!
    See more | Go to post

  • An unhandled exception of type 'System.Data.SqlClient.SqlException' occurred in syste

    i'm very new so i hope all of u can help me. when i debug my webforms this error occur "An unhandled exception of type 'System.Data.Sq lClient.SqlExce ption' occurred in system.data.dll
    Additional information: System error." pls help me solve the problem...thank s..

    my code:
    Code:
    Imports System.Data.SqlClient
    Imports System.Data.OleDb
    Imports System.Globalization
    Imports System.Threading
    ...
    See more | Go to post

  • lily86
    started a topic how to create text file!!!!
    in .NET

    how to create text file!!!!

    hello, i wan to create a web forms using vb.net....i wan to save my text box data to text file and when next time i open my web forms my data still remain there untill i clear the data.....help pls!!
    See more | Go to post
No activity results to display
Show More
Working...