Search:

Type: Posts; User: Malefaust

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,081

    Application with DB

    I will create a database program, that use a database.
    How can i install my program in client machine without install the database software?
    Thanks
  2. Replies
    5
    Views
    4,877

    Are you tried with visual c++ .net?

    Are you tried with visual c++ .net?
  3. Replies
    3
    Views
    1,313

    I tried with ShellExecute like following ...

    I tried with ShellExecute like following

    ShellExecute(0,"open","C:\\temp.doc","","",SW_SHOWMAXIMIZED);

    ..and works!!
    Thank you :)
  4. Replies
    3
    Views
    1,313

    Execute external file

    How can i execute an external file without know program location?
    Example, i will execute a document but i don't know if ms word is installed.
    Thanks and excuse me for my bad english. :(
  5. Replies
    5
    Views
    1,410

    Headers circular referencing problem

    Hi,
    The problem is:

    Header A-> include B
    Header B-> include C
    Header B-> include A
    Header C-> include A

    All the header have a pointer to struct that reside in include header.
    How can i...
  6. Replies
    2
    Views
    1,900

    Create data type

    It's possible to create a data type, for example, a type named "bigint" with 8byte? With bit fields?

    Thanks for answer.
  7. Replies
    1
    Views
    1,046

    How to launch a document?

    Hi,i have a problem.
    I will launch a microsoft word document from c programs. I have try with spawn* and exec* without result.

    Thanks :confused: for help.
Results 1 to 7 of 7