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

Search:

Type: Posts; User: mayweather

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    5,764

    Re: dialog box for visual studios2005

    how can i change this set of codes to sting form?


    marshal_context ^ context = gcnew marshal_context();

    const char* str4 = context->marshal_as<const char*>(openFileDialog1->FileName);
  2. Re: need some help for a dialog box. im a beginner at this.

    WHAT DO THEY MEAN BY "Additional information: Argument 'picture' must be a picture that can be used as a Cursor."
  3. Re: need some help for a dialog box. im a beginner at this.

    the program is working! thanks for the codes but how do i specify to open a specific folder or file?
  4. Re: need some help for a dialog box. im a beginner at this.

    thanks for replying! i want the code to do something like for example, the dialog box can obtain a button where i can search for any image file i want.
  5. need some help for a dialog box. im a beginner at this.

    i've took some codes from VS 2010 to make a dialog box in VS 2005 but there are errors to it. can someone help me with this problem. the codes are stated below.

    OpenFileDialog ^ openFileDialog1=...
  6. Replies
    5
    Views
    5,764

    Re: dialog box for visual studios2005

    thanks for the information. clearly im a beginner at this so i really appreciate it.
  7. Replies
    5
    Views
    5,764

    dialog box for visual studios2005

    i've took some codes from VS 2010 to make a dialog box in VS 2005 but there are errors to it. can someone help me with this problem. the codes are stated below.

    OpenFileDialog ^ openFileDialog1=...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured