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

Search:

Type: Posts; User: belti

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    564

    Re: Resizing a RichTextBox

    Thank you, I will try that out.
  2. Replies
    2
    Views
    564

    Resizing a RichTextBox

    Hi

    I have placed a richtextbox on a form and I would like its size to be the size of the form, so I set the dock property to fill. My problem is that when I added a menubar and a toolbar at the...
  3. Replies
    3
    Views
    1,292

    Re: Selecting a folder using a dialog box

    Hi

    Thank you very much for your reply. I managed to solve my problem using your suggestion. By any chance is there a way to make the FolderBrowseDialog look like the OpenDialog?

    Once again...
  4. Replies
    3
    Views
    1,292

    Selecting a folder using a dialog box

    Hi

    I am trying to open a dialog box so that I would be able to select a folder so that I will return the filenames in that folder. I was trying to do this using the openfiledialog but my problem...
  5. Thread: databases in c#

    by belti
    Replies
    3
    Views
    1,074

    Re: databases in c#

    thank you very much both for your replies, I will try to explore these possibilities.
  6. Thread: databases in c#

    by belti
    Replies
    3
    Views
    1,074

    databases in c#

    Hi

    I would like to ask on which aspect of C# should I study in order to be able to create an application which can store information within it (some kind of database). I am not sure if I...
  7. Replies
    3
    Views
    6,082

    Re: timer & progress bar

    thank you very much for your tip, I managed to sort it out :)
  8. Replies
    3
    Views
    6,082

    timer & progress bar

    Hi

    I have created an application in C# and now i would like to add a progress bar linked with a timer. I would like that on the click of a button the progress bar starts and will be completed...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured