Search:

Type: Posts; User: codefx

Search: Search took 0.02 seconds.

  1. PROJECTLESS C++/VC++ coders, please read this.

    Hi Friends,
    Hi All,

    We 'www.p2pmania.it' is looking for C++/VC++ coders to take part in a devlopment process of a free application that do the following jobs.

    keeping a PHP-Nuke powered...
  2. Replies
    4
    Views
    1,091

    The Real use of static

    Hello,
    Why should i use static function and static members?What is their real usage?

    Please help me.

    Thanx in advance,
    John.
  3. Thread: Poll for future

    by codefx
    Replies
    3
    Views
    993

    Poll: Poll for future

    Will Microsofts OOP implementation of VB.net effects future of VC++ programmers.
  4. a sample outlook addin please check its working

    hi freinds

    here is a sample Outlook Addin please check its working.Please find the attachment
  5. Replies
    3
    Views
    3,139

    problem got solved

    in order to use __uuidof() we should use #import or the file must be a MIDL compiled one
  6. Replies
    3
    Views
    3,139

    problem with __uuidof

    hello friends,
    I am working with a Outlook addin project in VC++. The problem is when i tried to use __uuidof(Office::_Commandbarbuttonevents) in my source code it returned an error stating that...
  7. Replies
    12
    Views
    2,499

    how can i know when a dialog is losing focus?????

    how can i know when a dialog is losing focus?????
  8. Replies
    12
    Views
    2,499

    man man man

    i agree with Munkey01 but the question is how to halt windows??
    ???
    i think if we can disable mouse and keyboard when our window loses
    focus....
  9. Replies
    12
    Views
    2,499

    password verification on startup

    hello freinds,
    how cani put a password verification porgram at the startup of windows 98se OS using VC++;
    also please tell me how to disable mouse and keyboard programitically.
    ...
  10. Replies
    4
    Views
    980

    Security for files

    Any 1 Can give me tips to How to develop a File Password Verification tool in VC++ in which one can Password Protect the files in Ones harddisk
  11. Replies
    3
    Views
    1,028

    DNS(Domain Naming System)

    hello freinds,
    I am doing a project for my finalyear Bachelors degree program so i am thinking to do a small DNS as project,so the question is whether can i code it in VC++ and if yes how to start....
  12. Replies
    3
    Views
    1,747

    coding a new operating system like linux

    hello friends,
    We small band open source supporters are planning to code a OS like linux. intrested people can join us.

    intrested???---mailto:[email protected]
    NB:- If linus can do it...
  13. Thread: networking in c

    by codefx
    Replies
    1
    Views
    1,028

    networking in c

    how can i network in c????????????????please :D :D :D
  14. Replies
    1
    Views
    1,236

    multiple os loader

    hello friends any one can help me on coding a multiple os loader in plain c
    ---------------------------------------------------------------------------------
    mail to:[email protected]
  15. Replies
    3
    Views
    1,155

    add more details...

    add more details...
  16. Thread: problem

    by codefx
    Replies
    2
    Views
    1,084

    problem

    actually the problem is when storing the data.
    when we try to retake the data , data is not found
    struct rooms
    {
    int totrooms;
    int *roomnums;
    }rs;

    constructor()
    {
  17. Replies
    4
    Views
    1,678

    problem with new operator

    i got a problem usin new operator when allocating desired number of rooms in a hotel manaement system

    cin>>totrooms;
    nofroom=new int[totrooms];
    file.write((char*).......
    please help me.
Results 1 to 17 of 20