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

Search:

Type: Posts; User: chuckm

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    1,678

    Re: Odd question about VS2010 and my project

    Done. Good idea. Thanks.

    I found that some of my splitcontainers were changing sizes and the splitterdistance changing. Alltough I have no idea why yet.
  2. Replies
    5
    Views
    1,678

    Re: Odd question about VS2010 and my project

    There's no message. Both form1.h in the designer and in the code view show that they have modifications (asterisk in tab beside file name) although no changes have been made.
  3. Replies
    5
    Views
    1,678

    Odd question about VS2010 and my project

    Sorry if this is not the correct forum for this question but none of the other alternatives seemed more appropriate.

    Basically I have a C++ .NET project in VS2010. Over time it's become quite...
  4. Replies
    2
    Views
    3,046

    Using DockPanel in VS2010??

    I'm trying to use this control in a .NET managed C++ application. I'm having trouble getting access to the System::Windows::Controls namespace.

    Any help is appreciated.

    Chuck
  5. Replies
    1
    Views
    937

    Starting a process oddity ..

    Here's my code

    Process^ myProcess = gcnew Process;
    myProcess->StartInfo->FileName = "c:\\myfile.htm";
    myProcess->Start();


    This works as expected when I run from the debugger. Nothing...
  6. Replies
    0
    Views
    482

    TImageList question

    I know there are a few people out there that still use BC Builder and I'm hoping one reads this.

    I'm using Builder 6.0 and am trying to get 48x48 images into a TImageList for use in a TListView...
  7. Replies
    2
    Views
    744

    Re: File Transfer Question

    Thank You ..... I'm working on it now .... Chuck
  8. Replies
    2
    Views
    744

    File Transfer Question

    I am working on an application that needs the ability to download files from the internet to the local hard drive. It doesn't need the ability to upload them, strictly download. Is there a simple way...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured