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# code problem

    database help csharp mysql sysadmin
    8
    0 Votes
    8 Posts
    2 Views
    P
    I pointed this out to him in his original post. *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington "Mind bleach! Send me mind bleach!" - Nagy Vilmos CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier
  • Windows security management

    question design security help tutorial
    4
    0 Votes
    4 Posts
    4 Views
    D
    Every place I've been to wipes and reimages every workstation every night. They do this using Ghost or some other imaging system and automated tools to install any software needed. A guide to posting questions on CodeProject[^] Dave Kreskowiak
  • about setup

    csharp database sql-server sysadmin help
    3
    0 Votes
    3 Posts
    4 Views
    A
    Deploy your Application and Database[^] might help you.
  • Moving Data from one form to another

    help
    3
    0 Votes
    3 Posts
    3 Views
    S
    Hello, 1.Get all the data from gridview into some (public static)variables. 2.In the form where u want those values just write the form name of gridview values followed by the value property of list box. EX. Form.Listboxproperty thanks.
  • 0 Votes
    3 Posts
    2 Views
    A
    vs2010->new->file->report.
  • Data backup system code in vb.6.0

    tutorial
    2
    0 Votes
    2 Posts
    2 Views
    D
    You're probably not going to get an answer to this for a few reason: 1) You haven't specified anything about what you're backing up. 2) You haven't specified anything about what you're backing up to. 3) You're using VB6. There is absolutely no valid reason at all to start new development work in VB6. It's dead and has been for years. VB.NET Express Edition is free and easily obtainable from here[^]. A guide to posting questions on CodeProject[^] Dave Kreskowiak
  • 0 Votes
    3 Posts
    2 Views
    A
    Thanks Dave, I created a custom Button and got rid of all the issues I had and got it the way I wanted it. Thanks alot to all. Thanks & Regards,
  • Not able to call the procedure.

    mysql help question
    17
    0 Votes
    17 Posts
    6 Views
    K
    i think as keyword missing. First exexcute the block in sqlserver then try into fron tend. But best practice is using sp
  • Ideas for windows form

    database graphics design
    7
    0 Votes
    7 Posts
    4 Views
    F
    Ok thanks very much il do some research on them. Cheers
  • how to disabling the oracle trigger from vb.net

    csharp database oracle tutorial
    4
    0 Votes
    4 Posts
    2 Views
    L
    Yes, execute the command[^] over an OracleConnection. Sql is usally executed over a IDbConnection using a IDbCommand. Check out the link for an example on executing commands. Bastard Programmer from Hell :suss:
  • Painting Controls in Windows Forms with C#

    csharp winforms xml help tutorial
    2
    0 Votes
    2 Posts
    2 Views
    L
    Can you post your "paint" code? Are you painting to a bitmap, a control? Bastard Programmer from Hell :suss:
  • Datagridview cell not updating in Windows 2008 SP2 server

    sysadmin
    17
    0 Votes
    17 Posts
    7 Views
    H
    Thanks Pete and Luc. I'm done with the changes as you suggested.
  • Leave event is not working.

    question database help
    3
    0 Votes
    3 Posts
    2 Views
    N
    thanks...somehow i managed with other logic.....:)
  • How to create mysql stored function from c#.net

    csharp help question mysql tutorial
    8
    0 Votes
    8 Posts
    2 Views
    N
    Yes you are right...Thanks man....If you could provide the solution for the problem which i posted some min ago....
  • Search Box In Windows Form

    question database
    10
    0 Votes
    10 Posts
    5 Views
    L
    onurag19 wrote: but its not working accurately. I don't think anyone can guess why from that little information. Try and explain clearly what you are doing, what results you expect, and what results you see. If some of your code is failing then show that code (not all, just the failing portion), and be sure to check and explain the values of any variables used. Binding 100,000 items to a list box can be just silly regardless of what pattern you are following. Jeremy Likness
  • ....

    3
    0 Votes
    3 Posts
    3 Views
    P
    While that's a terrible shame, is this really the right forum? I would suggest that the GIT would be the appropriate place for this, as that's where you are most likely to find a number of people from Chennai. *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington "Mind bleach! Send me mind bleach!" - Nagy Vilmos My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
  • Question related to Windows Form

    question tutorial
    2
    0 Votes
    2 Posts
    3 Views
    A
    Go through Passing Values between Forms in .NET 1.x with C# and VB.NET examples[^] Passing Data Between Forms[^]
  • i prefer vb.net

    csharp database design question
    9
    0 Votes
    9 Posts
    5 Views
    P
    Good advice. My 5!
  • i need to design a window form application

    database csharp design tutorial
    5
    0 Votes
    5 Posts
    3 Views
    L
    similar question as above. please read thatraja's answer[^] Maulik Dusara Sr. Sofware Engineer
  • Any suggestions about barcode generation?

    html com help tutorial question
    2
    0 Votes
    2 Posts
    4 Views
    L
    Firstly your link is broken, it should read: http://www.keepautomation.com/products/net_barcode_winforms/linear_barcodes.html[^]; did you not use copy and paste? Secondly you need to show a bit more of your code and explain exactly what difference there is between tha size you see and the size you expect. Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman