Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
1

12Code

@12Code
About
Posts
70
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to color the background of a row in list control
    1 12Code

    Thanks Nuri, This is what i've been looking for. :thumbsup:

    ;)*12Code

    C / C++ / MFC question tutorial

  • How to color the background of a row in list control
    1 12Code

    I have a dialog which consists of 2 list control items set in report view. I wish to color a row in one of the list control. How can i do it? I can do it, if the app is Single Doc with base class CListView, by using OnCustomDraw. But how can i implement OnCustomDraw in one of the List Control from dialog?

    ;)*12Code

    C / C++ / MFC question tutorial

  • using CList
    1 12Code

    Can anyone tell me what's the different between CList<CTime,CTime> m_listTime and CList<CTime,CTime&> m_listTime i used either one of these in my program, can't see the different.

    ;)*12Code

    C / C++ / MFC

  • cmd.exe standardinput problem, please help?!?!
    1 12Code

    You only need to close StandardInput, not cmd.

    ;)*12Code

    C# help performance question

  • cmd.exe standardinput problem, please help?!?!
    1 12Code

    add cmd.StandardInput.Close(); after

    Druuler wrote:

    cmd.StandardInput.WriteLine("notepad"); cmd.StandardInput.Flush();

    ;)*12Code

    C# help performance question

  • How do two c# .Net programs communicate to each other? ...please help
    1 12Code

    use System.Diagnostics.Process

    ;)*12Code

    C# csharp help question

  • [Message Deleted]
    1 12Code

    use masked textbox control

    ;)*12Code

    C#

  • [Message Deleted]
    1 12Code

    use numericupdowm control. When you post a question next time, kindly put a title in Subject column. "hi" is not a subject!

    ;)*12Code

    C#

  • trouble with Form.Activate(); FormSelect(); Form.BringToFront();
    1 12Code

    Set the lock screen always on top.

    ;)*12Code

    C# help question

  • Xml special character
    1 12Code

    use String.Replace Method

    ;)*12Code

    C# xml tutorial question

  • I have a problem with Convert.FromBase64String
    1 12Code

    You didn't assign any string to str. What do you expect enc should be?

    ;)*12Code

    C# debugging help question

  • Argument
    1 12Code

    use this

    btnTest_Click(this, null);

    to test button click.

    ;)*12Code

    C# tutorial question

  • Version of Confog File
    1 12Code

    Assembly Version: 1.0.* and Clear all the File version.

    ;)*12Code

    C# question announcement

  • Not all path return a value?
    1 12Code

    Megidolaon wrote:

    else { //set map/tile size and image width with values from file this.mapsize = new Size(sizeX, sizeY); this.tilewidth = tileX; this.tileheight = tileY; this.imagewidth = sourceX; return true; //input was read from file }

    add another

    return false;

    after the code.

    ;)*12Code

    C# data-structures help question

  • Mouse Over Event (C Sharp)
    1 12Code

    misCafe wrote:

    private void panel5_MouseEnter(object sender, EventArgs e) { this.panel5.BackgroundImage = imageList1.Images["Selection Bar Selected.bmp"]; } private void panel5_MouseLeave(object sender, EventArgs e) { this.panel5.BackgroundImage = imageList1.Images["Selection Bar Unselected.bmp"]; }

    This code should work according what you want. Double check the image list, and other code might affect the changes.

    ;)*12Code

    C# csharp question

  • Copying current program to a location..... help please!
    1 12Code

    Please use setup. This is what the setup for. Setup is easy to create in VS, why not use it? Program can't relocate itself to other location.

    ;)*12Code

    C# csharp help question

  • Copying current program to a location..... help please!
    1 12Code

    Use setup to redirect your files to c:\Program Files.

    ;)*12Code

    C# csharp help question

  • Getting more information about a serial port
    1 12Code

    i don't think you can do this from your app. The usb com number is decided by the usb to serial driver.

    ;)*12Code

    C# csharp tutorial question

  • cross thread operation not valid, when closing a windows form
    1 12Code

    The other thread that you created has directly update the form control, which is not allowed. You need to use Invoke. I have a thread might help you. http://www.codeproject.com/script/Forums/View.aspx?fid=1649&select=2972472&tid=2972413#xx2972472xx[^]

    ;)*12Code

    C# winforms design help

  • Access the method from VB clients(Method has written in C#)
    1 12Code

    Did you indirectly ask us to show you two dimensional string array in vb?

    ;)*12Code

    C# csharp data-structures
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups