Skip to content

Windows Forms

Desktop and Windows Forms development

This category can be followed from the open social web via the handle windows-forms@forum.codeproject.com

2.1k Topics 7.1k Posts
  • C# console application for web file download gets 401

    help csharp java swift apache
    2
    0 Votes
    2 Posts
    0 Views
    B
    Mike where you able to solve this, I am facing the same problem, if you have a solution for this please share Thanks, Sridhar bc_sridhar@yahoo.com
  • I need an ebay program

    php com help
    2
    0 Votes
    2 Posts
    0 Views
    D
    You're on the wrong site for that. Try RentACoder.com. A guide to posting questions on CodeProject[^] Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic      2006, 2007, 2008 But no longer in 2009...
  • Printing multiple pages per sheet

    csharp
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • serial communication in window form

    c++
    9
    0 Votes
    9 Posts
    0 Views
    L
    Obviously you don't need .NET to access Windows serial ports, however I haven't done that in the last 10 years, and I don't keep any example around. I suggest you use Google (or maybe the CodeProject search facilities) to find relevant articles. IIRC you would need CreateFile (with a special filename), ReadFile, WriteFile and the like. :) Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Happy New Year to all. We hope 2010 soon brings us automatic PRE tags! Until then, please insert them manually.
  • Adobe DNG SDK for .NET

    csharp c++ visual-studio winforms adobe
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Menu item, with sub-menu, that MUST be clicked, not hover

    tutorial learning
    4
    0 Votes
    4 Posts
    0 Views
    N
    Of course - no sub-menu items to appear during mouse-pointer "hover"
  • 0 Votes
    2 Posts
    0 Views
    L
    chandru4uall wrote: I need to create a taskbar in the mdiform just looks like windows taskbar Sounds like a panel, docked to the bottom of the form. chandru4uall wrote: when i open a form the name should be displayed in the taskbar So, when you create a form, you also create a new Panel and add it to the "taskbar-panel". chandru4uall wrote: when i minimize it should hide on the taskbar You'd only have to hide the entire Window - the Panel that represents the Windows would still be there on the taskbar-panel. I are Troll :suss:
  • Dumb Screensaver Question

    question visual-studio com graphics
    3
    0 Votes
    3 Posts
    0 Views
    A
    Very cool. Thanks! AB
  • SplitContainer

    question
    8
    0 Votes
    8 Posts
    0 Views
    T
    Wow, cool control :) Thanks!
  • 0 Votes
    2 Posts
    0 Views
    K
    OK this is a bit schitzo, answering my own question, but I've found the magic google search term and go a word around here from here http://social.msdn.microsoft.com/forums/en-US/winformsdesigner/thread/ee6abc76-f35a-41a4-a1ff-5be942ae3425/[^] In the parent form, hook into the Load event and set the MinSize property there, not in the designer. The obvious option (moving the code in the designer.cs file) is repeatedly overwritten if the form is re-worked (in my case just setting the tab order did this) and is not viable long term. Pretty bad design work from Microsoft IMO! CCC solved so far: 2 (including a Hard One!) 37!?!! - Randall, Clerks
  • 0 Votes
    2 Posts
    0 Views
    I
    Its simple its like File System if you have access to your Remote Servers then you can easily do. ;) Best Regards, SOFTDEV If you have knowledge, let others light their candles at it
  • HTML Text Box in Windows Form

    html css database question
    2
    0 Votes
    2 Posts
    0 Views
    L
    Hi, the WebBrowser Control shows an HTML page if you call Navigate() or assign a string to DocumentText; by setting some properties you can make it a view-only Control. :) Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Merry Christmas and a Happy New Year to all.
  • Datagridview inside a datagridview combobox control.

    tutorial
    6
    0 Votes
    6 Posts
    0 Views
    A
    I got the idea about multicoulumn combobox but i am having difficulty in implementing it to a datagridviewcombobox. Can anyone help me.
  • I want a project idea...really urgent

    tools tutorial announcement
    2
    0 Votes
    2 Posts
    0 Views
    R
    Not a bad idea, and easily implemented. Assuming the user knows which version he/she is trying to install, you can provide a listbox with all the available versions. When the user selects a version from the list, your application can respond with the correct documentation for the selected version. You can do this in multiple ways. One would be to rewrite your existing documents into separate instructions for each version, convert them to webpages, and serve up the right version when a selection is made. Another would be to create a single page, and modify its contents based on the selection before returning it to the user. Yet another would be to store each possible step in a database, then select the relevant items to assemble a webpage displaying the proper instructions for each version. The last would be the most difficult, but it would make it easier later to add new steps for future versions to the database and provide code to assemble it correctly. I'll be watching for the article here when you finish the project. :-D "A Journey of a Thousand Rest Stops Begins with a Single Movement"
  • Small size application

    csharp business delphi database linq
    6
    0 Votes
    6 Posts
    0 Views
    L
    FaisalMoon wrote: after a bit of research I found '.Net Framework Client Profile' Thanks, added it to my bookmarks :) FaisalMoon wrote: I doubt if Firebird is well supported in Entity Framework and if I could use any good ORM for that, if any of you guys knows a good ORM which supports Firebird and .Net integration, please do let me know. I haven't looked into it, but there might be a version of LINQ to Firebird. I are Troll :suss:
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • Windows Forms Memory Usage...

    question csharp winforms algorithms performance
    9
    0 Votes
    9 Posts
    0 Views
    R
    Excellent information, Dave. Thank you! :-D "A Journey of a Thousand Rest Stops Begins with a Single Movement"
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • Project

    csharp css wpf wcf com
    3
    0 Votes
    3 Posts
    0 Views
    L
    The documentation for WinForms is here[^], examples are here[^], and the Portal is here[^]. Good luck :) I are Troll :suss:
  • Addition of vista look (title bar, border) in xp for win forms

    csharp
    5
    0 Votes
    5 Posts
    0 Views
    R
    Thanks... I'll look into it....:thumbsup: