User Profile

Collapse

Profile Sidebar

Collapse
pep
pep
Last Activity: Mar 31 '08, 04:05 PM
Joined: Jun 14 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • pep
    replied to Execute a program from TMainMenu drop down item
    in C
    Does anyone find the solution to my problem yet?

    thanks

    pep...
    See more | Go to post

    Leave a comment:


  • pep
    replied to Execute a program from TMainMenu drop down item
    in C
    l designed my own menu called Meanpr with a caption MeanProgram,
    one thing is that l looked through some of those threads and l found this
    expression
    Code:
    system("F:\\Mean\\MVNew.exe")
    The program does open, but it opens C:\windows\syst em32\cmd.exe prompt as well, Is there a way preventing it from openning?

    thanks

    Pep
    See more | Go to post

    Leave a comment:


  • pep
    replied to Execute a program from TMainMenu drop down item
    in C
    I'm using Borland C++ Builder 5 running on Vista Ultimate

    thanks
    See more | Go to post

    Leave a comment:


  • pep
    started a topic Execute a program from TMainMenu drop down item
    in C

    Execute a program from TMainMenu drop down item

    Hi to u all

    l've written a Mean program which rans perfectly well, but my issue was l
    wanted to execute from the MainMenu, so that when l choose say Mean
    from the menu it executes it, how can l connect it?

    Any idea would be grateful
    thanks
    Pep
    See more | Go to post

  • pep
    started a topic DTD Definition
    in XML

    DTD Definition

    HI

    l want create a DTD so that my program java can read from it, this is my source and l'm using SAX

    <?xml version= "1.0" standalone = "yes"?>
    <!DOCTYPE CHECKOUTLIST[
    <!ELEMENT CHECKOUTLIST (OPERATOR,CUSTO MERLIST,CUSTOME R )*>

    <!ELEMENT OPERATOR (#PCDATA)>
    <!ATTLIST OPERATOR NAME CDATA #REQUIRED STAFFID CDATA #REQUIRED >

    ...
    See more | Go to post

  • pep
    started a topic DTD Definition
    in Java

    DTD Definition

    HI

    l want create a DTD so that my program java can read from it, this is my source and l'm using SAX

    <?xml version= "1.0" standalone = "yes"?>
    <!DOCTYPE CHECKOUTLIST[
    <!ELEMENT CHECKOUTLIST (OPERATOR,CUSTO MERLIST,CUSTOME R )*>

    <!ELEMENT OPERATOR (#PCDATA)>
    <!ATTLIST OPERATOR NAME CDATA #REQUIRED STAFFID CDATA #REQUIRED >

    ...
    See more | Go to post
No activity results to display
Show More
Working...