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

Search:

Type: Posts; User: limpit

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    7,038

    Re: Vector Iterators Incompatible

    Oh that works. Thank you very much, I feel bad for not finding that out myself :p
  2. Replies
    6
    Views
    7,038

    Re: Vector Iterators Incompatible

    Well, I cant find the std::find function. Is it located in another library? I am using Visual C++ 2008 Express Edition by the way, if that changes anything.

    And how should I erase the position...
  3. Replies
    6
    Views
    7,038

    Vector Iterators Incompatible

    Hello, I am working on a project, and I keep getting the Vector Iterators Incompatible. Perhaps someone here knows what is going on. I am trying to use the erase function from std::vector and it...
  4. Thread: Subwindows

    by limpit
    Replies
    1
    Views
    1,194

    Re: Subwindows

    Search about MDI forms. I think that is what you are trying to do.
  5. Replies
    0
    Views
    906

    Send a buffer as a parameter

    Hi, i am trying to use a buffer before sending it to a canvas, and I am having problems finding out how to set the buffer as a parameter in one of the methods from a classs. Im doing this:


    ...
  6. Replies
    5
    Views
    901

    Re: Buffer as a parameter

    No, I am using Visual C++ Express Edition 2008. And the error is:



    error C2061: syntax error : identifier 'BufferedGraphics'
  7. Replies
    5
    Views
    901

    Buffer as a parameter

    Hi, i am trying to use a buffer before sending it to a canvas, and I am having problems finding out how to set the buffer as a parameter in one of my classes. Im doing this:



    void...
  8. Replies
    8
    Views
    1,286

    Re: Events for classes

    Thanks very much, I found the way to make it work although i still have a little problem. The position that is stored as a property for the class object which stands for its X and Y position is...
  9. Replies
    8
    Views
    1,286

    Re: Events for classes

    yes that is exactly what i am trying to do. I want the rectangle to change color once it has been clicked. Anyway, how do i get the mouse position as a coordinate inside the canvas? I do have the...
  10. Replies
    8
    Views
    1,286

    Re: Events for classes

    yes it is a windows forms application, which involves drawing rectangles in a canvas, and i want to be able to click them. Is there a way to code an event on the class or something like that?
  11. Replies
    8
    Views
    1,286

    Events for classes

    I am using Visual C++ Express Edition 2008, and i was wondering if there is any way to click an object drawn by a class in a canvas. Is there any way to add an event to each object generated by the...
  12. Thread: ADO question

    by limpit
    Replies
    2
    Views
    648

    Re: ADO question

    I am using a username and password. I would have to access the database just like if it was in my computer in case I was in a network, but what if I want to get the data from a database hoted in the...
  13. Thread: ADO question

    by limpit
    Replies
    2
    Views
    648

    ADO question

    I am making a program that acts something like an agenda with a mail system inside it. I was thinking of making the mail system by making a single database and hosting it on the internet, and then,...
  14. Replies
    2
    Views
    2,436

    Re: visual basic email client

    ok thanks i'll give it a look
  15. Replies
    2
    Views
    2,436

    visual basic email client

    What I want do do is to create an email client that can receive and send mails. Sending mails is easy, what I need to do is be able to get access to the mails. From what I've investigated I need to...
  16. Thread: Array question

    by limpit
    Replies
    5
    Views
    1,052

    Re: Array question

    yes thanks im getting it now... but what if i want my variable lets say Corrects to be a boolean, while ans is an integer? So should i just use redim and then declare it as a boolean and just declare...
  17. Thread: Array question

    by limpit
    Replies
    5
    Views
    1,052

    Re: Array question

    I didnt quite get that... how does redim work? and why cant I just declare it on the declarations section? and if I redim my array, then do I have to redim it each time I have to use it? sorry... im...
  18. Thread: Richtext box

    by limpit
    Replies
    4
    Views
    819

    Re: Richtext box

    then try to translate some of the code by yourself to the change event.
  19. Thread: Array question

    by limpit
    Replies
    5
    Views
    1,052

    Array question

    How can i declare a non - constant array? I want to create an array depending on the amount of questions there are on an exam, and these are stored on a variable. After I search for the amount of...
  20. Replies
    2
    Views
    728

    Re: Cant keep a score with 4 option buttons

    ok thanks a lot ill try that as soon as possilbe
  21. Thread: sstab Question

    by limpit
    Replies
    3
    Views
    813

    Re: sstab Question

    just use the click procedure :)



    Private Sub SSTab1_Click(PreviousTab As Integer)
    frmload.Show
    End Sub
  22. Replies
    2
    Views
    728

    Cant keep a score with 4 option buttons

    I have the 4 option buttons for a multiple choice quiz. I have a listbox with questions in the exam, which are stored in a database, along with the answers to the questions. The answer options are...
  23. Replies
    3
    Views
    862

    Re: ADO doesnt refresh

    i would...but the program is in mi laptop and I dont have internet at this time over there...

    a requery doesnt work, I already tried.... thanks anyway
  24. Replies
    3
    Views
    862

    ADO doesnt refresh

    Hi, i am using two different ADO's in a form, and when i create a new row in the database, my program is supposed to refresh another form when I click it. One ADO is for exam names, and the other one...
  25. Replies
    4
    Views
    1,082

    Re: Problems with ADO

    yep, that seems to be it... thanks a lot hensa, im quite new to ADO so im not that good at it, anyway thanks again
Results 1 to 25 of 67
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured