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

Search:

Type: Posts; User: Miraclezz

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    19,749

    Find control or check if control exists

    Hey all,

    So I wanted to make a program where you can add a textbox or what ever for stuff.
    The code typed in the textbox is also a part of result in the results.

    But if the control doesn't...
  2. Re: Progressbar->Value Convert::ToInt(textbox->Text); problem!

    I'm programming, in C++, So I don't understand.
  3. Progressbar->Value Convert::ToInt(textbox->Text); problem!

    Hey all!

    I got a little problem with my progressbar.
    I convert the text of a textbox to the value of the progressbar.
    First I tried in milliseconds, that worked, but the max of millisecond =...
  4. Re: Error C2064 "term does noet evaluate to a function taking () argument

    Nevermind.

    Got it fixed, it was a stupidos fail.
    I had labels called GrabHour, GrabDay etc. etc.

    I renamed all the labels with the lbl in front.
    Thanks for your time.
  5. Error C2064 "term does noet evaluate to a function taking () argument

    Hello all!

    I get this error:

    error C2064: term does not evaluate to a function taking 0 arguments
    First I didn't got this error for some reason, but now I do 0,0.
    Here's the piece of code...
  6. Replies
    3
    Views
    7,368

    Re: How to get FULL current time.

    Solved.
    This is the solving solution!
    Thanks!
  7. Replies
    3
    Views
    7,368

    How to get FULL current time.

    Hello all.

    So, I'm struggling with Systemtime in C++
    I made strings to Hour, Minute and Second.
    Here they are.

    String^ GrabHour()
    {
    DateTime GetDateTimeInfo = DateTime::Now;...
  8. Re: A way to point a progress bar to a specific time?

    Mmm,

    This is the worst example.
    But how to decrease a current time with a time in, for example, a textbox.

    I have this 0,0


    String^ listViewDate = listView1->Items->SubItems[2]->Text;...
  9. Re: A way to point a progress bar to a specific time?

    You mean I read this? : http://msdn.microsoft.com/en-us/libr...(v=vs.85).aspx ?

    Yes I did, but I didn't become wiser.
    I need some examples if it's possible.

    Start: 10-01-2012 ...
  10. A way to point a progress bar to a specific time?

    Hello all,

    So I wondered if it is able to point a progressbar to a specific amount of time.
    For example:

    Start date: 10-01-2012
    Current date: 15-01-2012
    Finish date: 20-01-2012

    So the...
  11. Re: If this listview column->text == XXXXXXX { do this }

    But how to use them?
  12. Re: If this listview column->text == XXXXXXX { do this }

    Mmm, no-one can help?

    I need it really bad and quick for a project.
  13. If this listview column->text == XXXXXXX { do this }

    Hello everyone!

    First of all, I'm new here.
    I hope you guys got some good tips and tricks for me to start coding!

    Let's move to my problem :)

    So, it's like identifying a listview column....
Results 1 to 13 of 13





Click Here to Expand Forum to Full Width

Featured