CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: visharad

Page 1 of 9 1 2 3 4

Search: Search took 0.04 seconds.

  1. How should I go about implementing a website that contains tutorials?

    I want a website which will contain the following
    1. Freely accessible course materials on various subjects, such as Physics, Mathematics etc.
    2. Each subject can be divided into different...
  2. Re: Help me create database schema (just a few sentences scenario)

    I added some data and I am able to pull back. But it is possible that I have not been able to come up with all important queries that one may seek from the database. I thought of the following...
  3. Re: Help me create database schema (just a few sentences scenario)

    @Arjay, thanks but can you tell if the schema is proper for the given scenario? Or, do you think I need to make any changes, such as adding any more tables, changing any table or changing any...
  4. Help me create database schema (just a few sentences scenario)

    I need to decide what should be proper relational database schema for the following scenario:

    There is a computer sales and maintenance store. The store’s services include computer sales, ...
  5. What languages, tools, technologies needed to develop dynamic mobile web application

    A friend of mine has to develop a web application - both desktop version and mobile version. It is using MySQL database. She has develop an application in the past using HTML, CSS, PHP, JavaScript,...
  6. Can you suggest some idea for implementing any innovative web application?

    A student, whom I know, has to develop a web application as part of her final year project. The web application has to use database. She has to pick what she wants to develop. However, she cannot...
  7. Replies
    5
    Views
    1,987

    Re: Could you please review this website?

    Please help me improve it. It may help a lady who is suffering from Stage IV cancer.
  8. Replies
    5
    Views
    1,987

    Could you please review this website?

    Please visit
    http://www.riots-of-rainbow.co.cc

    This website is created by a 17 year old school student. He learned website desigining on his own. The website is to promote the business of his...
  9. Replies
    3
    Views
    2,774

    Re: How to design relational database for this?

    This is one example of Oscar awards, which is to be supported by the ER diagram.

    Oscar prizes could be given to outstanding production company for the movies they produced, or to stars for...
  10. Replies
    3
    Views
    2,774

    Re: How to design relational database for this?

    Thank you.
    I am giving some examples of Oscar award and the ER diagram must work for these examples.

    Nicholas Cage won two Oscars for his performance in the movie “National Treasure”.
    Sam Bale,...
  11. Replies
    3
    Views
    2,774

    How to create ER diagram for this?

    Consider the following entities
    1) Entity name: Movie
    Fields:
    Title
    MovieID (primary key)
    ReleaseDate
    ProductionCost
    ProdCompName (foregin key for entity Production Company)

    2) Entity name:...
  12. Replies
    1
    Views
    993

    Re: Which tool to use for online book?

    At a given time, I want only one page to be displayed. The user should be able to flick through the pages by clicking on Next and Previous links. It should also be possible to go to any particular...
  13. Replies
    1
    Views
    993

    Which tool to use for online book?

    In my website, I want to add online books. On left hand side, chapter titles will be displayed. As the user clicks on a chapter, it expands and lists of sections are displayed underneath it. When the...
  14. Replies
    6
    Views
    2,801

    Re: How to install VC++6.0 in Windows 7

    My question is - Is there any known problem in installing VC++ 6.0 in Windows 7? And if yes, then is there any workaround?
  15. Replies
    6
    Views
    2,801

    Re: How to install VC++6.0 in Windows 7

    I have Windows 7 32 bit. I am not able to install VC++ 6.0 in it.
  16. Replies
    6
    Views
    2,801

    How to install VC++6.0 in Windows 7

    I have an application, some modules of which are written in VC++6.0 and use ATL, MSAA.

    Now, I want to compile and run it in Windows 7. Later, I will convert all VC++6.0 codes to the VC++2008. But...
  17. Replies
    3
    Views
    1,626

    Re: How to make browser plugin in VC++?

    Any help please?
  18. Replies
    3
    Views
    1,626

    How to make browser plugin in VC++?

    I want to try making browser plugin in VC++ 2008. I have never done this kind of work earlier. Please let me know what code to write for the simplest possible browser plugin in VC++ 2008. After that,...
  19. Re: Converting from Visual Studio 6.0 to Visual Studio 2008 (code is using MSAA)

    I did it but still the same error.
  20. Re: Converting from Visual Studio 6.0 to Visual Studio 2008 (code is using MSAA)

    It does not recognise the function SetWinEventHook and the constants EVENT_MIN, EVENT_MAX, CHILDID_SELF and some others.
    I mean it does not recognise any constant related to MSAA.
  21. Converting from Visual Studio 6.0 to Visual Studio 2008 (code is using MSAA)

    Some years back I wrote a C++ dll in Visual Studio 6.0
    It contains mouse hook, keyboard hook and also winevent
    I tried converting it into Visual Studio 2008. When I opened the project in VS 2008,...
  22. Replies
    2
    Views
    1,026

    Software licensing implementations

    What are the different kinds of licensing that can be added in a Windows desktop based C# application?
    How should these licensing implementations work from user's perspective?
    How should these be...
  23. Re: Need help finding an algorithm to find a subset of an array

    Sorry but my question is different.
  24. Need help finding an algorithm to find a subset of an array

    I am not able to come up with an algorith for this. Please help me.
    There is an array string []arServiceNames. Let nServices be the size of this array.

    There is a structure
    struct Service
    {
    ...
  25. Replies
    4
    Views
    20,052

    Re: How to create web based whiteboard?

    Thanks PeejAvery
    Here are some relevant details about the server:-
    Apache version 2.2.14 (Unix)
    PHP version 5.2.11
    MySQL version 5.0.88-community-log
    Architecture x86_64
    Operating system...
Results 1 to 25 of 220
Page 1 of 9 1 2 3 4





Click Here to Expand Forum to Full Width

Featured