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
H

hg2705

@hg2705
About
Posts
13
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to use simple c++ console app in C#
    H hg2705

    I'm implementing two diferrent code parts. I'ts a chessplay. I have the functionality in C++. Now a want to add a GUI to the game. So a want to use functions in C++ from C#

    C# csharp c++ tutorial

  • How to use simple c++ console app in C#
    H hg2705

    Can some one point me in the right direction on how to implement a smal C++ console app in Csharp.

    C# csharp c++ tutorial

  • C# to UML
    H hg2705

    Can any one point me to an application to generate UML from C# code and the other way.

    C# csharp

  • Printer driver
    H hg2705

    Is there any one that can point me in the right direction on how to create a generic printer driver, or is there a walktrough on who to create a printer driver. I would like a generic printer driver that a can handle the flow of chars and do wath ever a mant with them.

    C# tutorial

  • range in calendar
    H hg2705

    Is there a way to visualize an ranga in a calendar. Im readign start and stop date from a database. Now a want to set an range visible in a calendar object. So that the user can see it.

    ASP.NET database

  • How hard is it !!!
    H hg2705

    How hard is it to read a single cell in a datagrid?? I cant find it... I want to read a call in a column named "name" on row x. How is the code for this.

    ASP.NET question

  • What to use?
    H hg2705

    Im creating a client server app. One server and multiple clients. Every client is sending serialized messages to the server. Every message has to arrive (No UDP). What to use. Chould I use TCPclient and send one message and close connection to server or should I use something like TcpChannel (Not sure what it is, or if it can send serialized objects). The time between messages vary from miliseconds to hours.

    C# sysadmin question

  • Thrad problem
    H hg2705

    Thing is that i create a smal app that starts 10 threads, start them and suspend them at once. The processor is bosted to 100%. The maschine im using is an campaq notebook 600mz. 10 threds thar are suspended should not bee so har do handle... public app() { mRun = true; mThreads = new ArrayList(); for(int i = 0; i<10; i++) { Thread t = new Thread(new ThreadStart(this.go)); t.Name = i.ToString(); t.Start(); t.Suspend(); mThreads.Add(t); } } private void go() { while(mRun) { listBox1.Items.Add("run"); Thread.Sleep(10000); } } -- modified at 2:14 Friday 28th October, 2005

    C# help question

  • Thrad problem
    H hg2705

    How many thread is alowed in app? I have found out that 25 is ok. I am using 6 and the system is using up 100% of processor. All the threads are suspended. I have debugged the app and there is no threads runnng. But when the last thread is suspended, the processor go up to 100%. I thougt that the last thread didn't sysspend, but i did. Iven if I remove the suspend command for the thread and just let it run one empty function. The processor is boosted to 100%

    C# help question

  • web auto reload
    H hg2705

    Does anyone know if there is a smal project here to show how a webpage with a data grid autoreload. A want to give the user the funktion to stop and start the autoreload and how often the reload should happend. If there is'n. can som one show me how to do this. Happy coding!

    ASP.NET css tutorial

  • Problem with projects in project
    H hg2705

    That solved my problem :cool:

    C# help

  • Problem with projects in project
    H hg2705

    Currently im have 9 projekt in one projekt. 7 of them is generating dll'sa dn 2 is generating exe-files. If a change a dll-projekt, like adding a new function. I compile the whole thing, and i don't get access to the new funktin in the dll. I have to remove the reference to the dll in the exe file projekt and add it again to get it to work. Is there a work around so that i dont have to do this all the time. Happy coding from Sweden

    C# help

  • C# Embedded resourse
    H hg2705

    Is it possible to write to an embedded XML file. If so. How to do this?

    C# csharp hardware xml tutorial 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