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

Search:

Type: Posts; User: Zoogy83

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    7,248

    Re: Help using SQL in C#

    If you have an SQL backend you can use a connection string to connect your project with your database. Then add a FormView connect it to the DB and add a search function to search through the columns...
  2. Thread: XML Serializer

    by Zoogy83
    Replies
    0
    Views
    1,346

    XML Serializer

    Hello,

    We are having an issue with serialization.

    The error that we are getting is: Error 7 The type or namespace name 'XmlSerializer' could not be found (are you missing a using directive or...
  3. Replies
    0
    Views
    707

    Problems making a sprite move in C#

    Hello, I am writing code to make an animation move on the screen, but when I run my code it doesn't move. I do not get any errors but does not work the way I want it to. Can someone please look at my...
  4. Replies
    2
    Views
    1,046

    Re: Database question

    Thank you for the information!
  5. Replies
    2
    Views
    1,046

    Database question

    I am about to start a database and was wondering what some of the experts around her use? I was thinking about using Visual studio with sql.. Although Microsoft access seems to be pretty easy, or is...
  6. Replies
    0
    Views
    559

    Database building

    Hello everyone, I am currently building a small database for my company. I am doing a Windows form application in C#. I was just wondering would there be a more efficient language or tool that I...
  7. Replies
    7
    Views
    1,101

    Re: why aren't my functions working?

    There is really no difference between the statements.. When using an else statement it immediately follows an if statement.. The else statement is executed if and only if the condition of the...
  8. Replies
    2
    Views
    615

    Vector containers

    I am having a problem storing strings into a vector

    I now how to store int into a vector

    vector<int> vecList(10);

    for (int i = 0; i < 10; i++)
    vecList[i] = i;

    If anyone can point...
  9. Replies
    5
    Views
    1,752

    Re: Hiring Coder for C++/OpenCV Project

    I am interested in your project you can contact me at: zoogy83@gmail.com

    Mike
  10. Thread: List question

    by Zoogy83
    Replies
    6
    Views
    573

    Re: List question

    Thank you for the site. I will look at it, and post if I have any more questions. How do you use code tags I am unsure.....


    Zoogy
  11. Thread: List question

    by Zoogy83
    Replies
    6
    Views
    573

    Re: List question

    This is where the variables are declared




    #include "Dvd.h"
    #include "AddDelete.h"
    #include "Type.h"
    #include "Menu.h"
  12. Thread: List question

    by Zoogy83
    Replies
    6
    Views
    573

    List question

    Hello everyone,

    quick question. I have a list made up and it can accept the users input. I was wondering if anyone could help me figure out how to add another 'sub item' to the list. I already...
  13. Thread: Error Message

    by Zoogy83
    Replies
    4
    Views
    792

    Re: Error Message

    That still didn't work, it seems that something is missing! The "stdafx" files don't show up. Do you guys have anyother tips for me?

    thanks
  14. Thread: Error Message

    by Zoogy83
    Replies
    4
    Views
    792

    Error Message

    Can any help me out with a problem I am having. It seems that I have an error that I can't figure out. I cannot make a C++ program because i recieve an error: Error 1 fatal error C1083: Cannot open...
Results 1 to 14 of 15





Click Here to Expand Forum to Full Width

Featured