Search:

Type: Posts; User: rahulcjain

Search: Search took 0.02 seconds.

  1. License information for this component not found

    Hi buddy , i have created some user control. i want to give security to my user control. Anyone should not user my user control without my permission.
    whenever user drag the the control to the form...
  2. Replies
    5
    Views
    766

    Re: Count Network User

    This code will wont work out. I thinking about something else. This is nice idea but not for real time application. Is there any method r dll to find the no. of system connected to my application...
  3. Replies
    5
    Views
    766

    Re: Count Network User

    ya its connected with database. But what i need is how do i find that the no. of network user connected to my application. Assume i have given 5 user license to the customer and when the 6 the...
  4. Replies
    5
    Views
    766

    Count Network User

    Hi buddy is there any ways in vb6 to count how many network user is using my application from the server. i have develop a small application in that i want to provide multi user license to my...
  5. Replies
    3
    Views
    3,272

    Re: VsPrinter Of ComponentOne

    Ya jpbro, but i want to export to notepad so that i can give print command from command prompt to print in dos matrix printer in the dos font. so only i need to export to notepad. Is that any other...
  6. Replies
    3
    Views
    3,272

    VsPrinter Of ComponentOne

    Hi do anyone know how to export the vsprinter content to text file using vsprinter control of comonentone ..
  7. Replies
    25
    Views
    124,355

    Re: How to access remote MS Access database

    Hi pls help me how to connect to web server..
  8. Replies
    25
    Views
    124,355

    Re: How to access remote MS Access database

    Dim db As New ADODB.connection

    Private Sub Form_Load()
    Dim Rs As New ADODB.Recordset
    Set db = New ADODB.connection
    db.CommandTimeout = 240
    db.CursorLocation = adUseServer
    db.Open "Provider=MS...
Results 1 to 8 of 8



Click Here to Expand Forum to Full Width