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
C

Chen Pang

@Chen Pang
About
Posts
8
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Interact with Windows Mediaplayer
    C Chen Pang

    I am working on a program that controls the behavior of Windows Media Player - pause, play, play next, etc. and read the information of the media library. I searched the Media Player SDK for help but failed to find any useful information. Does anyone know how to do this?

    C / C++ / MFC help tutorial question

  • directX in C#
    C Chen Pang

    you can find C# sample programs to play audio and video files in the Managed Directx 9 SDK

    C# csharp graphics game-dev question

  • Problems with network interfaces
    C Chen Pang

    thanks a lot ^^

    C# performance sysadmin tutorial question

  • Problems with network interfaces
    C Chen Pang

    First, I don't know the correct way to enumerate network interfaces on a computer, so I used existing performance counters, and calculate the network speed in a brute forcing manner. One problem is that a "MS TCP loopback interface" exists on every computer. I gave my program to some friends, and they told me it won't work with dial up network and some ADSL network, so I don't know the exact exception message.

    C# performance sysadmin tutorial question

  • Problems with network interfaces
    C Chen Pang

    I'm writing a program that needs to list all network interfaces in the computer and detects their speed. I tried performance counter related classes in Diagnosis namespace, but many unexpected problems occured. can someone tell me how to do it right? any advice appreciated.

    C# performance sysadmin tutorial question

  • application uses all the memory
    C Chen Pang

    Is it possible that in future releases of Windows, the CLR would be started as system starts and manage all dotNET applications? It seems that currently every single dotNET app loads a copy of the CLR into memory even when they are executed concurrently

    C# csharp dotnet wpf wcf performance

  • Problems with thread cancellation.
    C Chen Pang

    I did not catch the ThreadAbortException in a loop and the execution of the tread is actually stoped. There's still one problem with your codes: what if I want the tread to stop immediately when it is "doing something"?

    C# help question

  • Problems with thread cancellation.
    C Chen Pang

    I used the "Abort()" method of class Thread in a program to cancel a thread. It seemed to function correctly, but after the main program exited, the process can still be found in processes tab of "Windows Task Manager". Whenever this line is not executed, the problem does not occur. Is it inappropriate to cancel a thread in this manner?

    C# help question
  • Login

  • Don't have an account? Register

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