User Profile

Collapse

Profile Sidebar

Collapse
ameesha
ameesha
Joined: Jan 21 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ameesha
    started a topic Search for first occurrence of word in text file
    in C

    Search for first occurrence of word in text file

    hi all..
    Can any one help me..
    i am asked to develop a software in which one option is to search the first occurence of a particular word within a text file..and save the word and preceeding fields to another file.
    Please help me...........
    See more | Go to post

  • ameesha
    replied to Auto ticket generation in vb 6.0
    hi,
    workin on ny project jst follow dis steps....
    just follow these steps:
    1)collect details abt topic..
    suppose if it hospital mangement s/w..
    den get details..i mean wat all data has to be recorded..(get info frm hospital or person wrkin n admin in hospital)

    2)note down..
    records of-patient,doctor, dept,stock-medicine&equipm ent..etc...

    3)think wat all info goin to include...
    See more | Go to post

    Leave a comment:


  • ameesha
    replied to Closing form HELP!!!!!
    I think you have a frmstaff with a button, when you click n it goes to frmloading.
    Which has a pic bar. When it finishes loading it returns back to frmstaff.

    Is it so ?
    Then try below code...
    I have written the comment for 2 line in subroutine...
    Go through it. I guess it'll work fine each time you load the page.

    [CODE=vb]Private Sub Timer2_Timer()

    bar.Width = bar.Width + 5...
    See more | Go to post
    Last edited by Killer42; Jan 27 '08, 09:28 AM. Reason: Added CODE=vb tag

    Leave a comment:


  • ameesha
    replied to Closing form HELP!!!!!
    [code=vb]
    Private Sub Timer2_Timer()
    'If Form2.Visible = True Then
    'Else
    'End If
    bar.Width = bar.Width + 5
    If bar.Width >= 1143 Then
    Label2.Caption = "25%"
    End If
    If bar.Width >= 2285 Then
    Label2.Caption = "50%"
    End If
    If bar.Width >= 3428 Then
    Label2.Caption = "75%"
    End If
    If bar.Width >=...
    See more | Go to post
    Last edited by Killer42; Jan 27 '08, 09:25 AM.

    Leave a comment:


  • use the code


    form2.hide
    See more | Go to post

    Leave a comment:


  • it would be better if u tell wat all fields u hav and hw u hav created pages..is there only one form.
    See more | Go to post

    Leave a comment:


  • ameesha
    replied to project works
    hi,

    just follow these steps:
    1)collect details abt topic..
    suppose if it hospital mangement s/w..
    den get details..i mean wat all data has to be recorded..(get info frm hospital or person wrkin n admin in hospital)

    2)note down..
    records of-patient,doctor, dept,stock-medicine&equipm ent..etc...

    3)think wat all info goin to include for ur s/w...(sonsult end user for their...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...