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
R

RSangeetha

@RSangeetha
About
Posts
4
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Rasing Asynchronous delegates in the invocation order
    R RSangeetha

    Hi, I am invoking the delegates asynchronously(using Begin Invoke). These delegates are not invoked in the invocation order . How to make this delegate to raise in the invocation order. Thanks in Advance Sangeetha

    C# tutorial

  • RS232 IN C++/CLI .NET2 vs2005
    R RSangeetha

    serialPort->Read(buffer, offset, count) This function returns the number of bytes read.Since u have given the count value as 5,it would always return 5.Get the expected data from the buffer array

    Managed C++/CLI csharp c++ data-structures question

  • Invoking delegates(Asynchronouly) in the invocation order
    R RSangeetha

    Hi, Delegates raised asynchrnosly does not raise in the invocation order.It executes randomly.How to make this delegate to be raised in the order it is invoked Thanks in advance Sangeetha

    Managed C++/CLI tutorial

  • Priority to system timers
    R RSangeetha

    I have a application communicating to the hardware device via serial port.I have to do a task(some work) at the specified interval of time continously. So i opted to use System.Timers. whenever the time elapses,i will perofrm the task.Apart from this i have someother task running parallely in my application. The timer doesn't elapse at the speciifed time when some other task is going on continously.This is due to the time slice that OS schedules for the thread to execute . But how can i make my task to execute when the timer elpases.Can i set some priority to the timer.Is there any alternate way to do this. Thanks in Advance, Sangeetha

    Managed C++/CLI hardware 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