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
K

KKrista

@KKrista
About
Posts
26
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • problems with FileSystemWatcher
    K KKrista

    Hi Stephan, Before accessing a file for your processing, try opening a file with a WRITE access on it. If the file open fails with denied WRITE access, then another thread (Windows) might be using it. U can use this logic for any case (Files being copied, New file being created by another thread, etc.) Hope this helps...:) Regards, Krista

    C# help question

  • Hardware related error
    K KKrista

    Hi Dave, Thanks for the reply. The above was actually reported by a SCSI Device. Regards, Krista

    IT & Infrastructure hardware help question

  • Hardware related error
    K KKrista

    Hi, Can anyone let me know, what does the following error mean? "Read channel calibration error" Thanks in advance. Krista

    IT & Infrastructure hardware help question

  • Some Info Needed on Digitally Signing Drivers
    K KKrista

    Hi Mike, Thanks for the info. A detailed explanation of how the driver signing will have to be carried out will be more helpful to me. Thanks in advance, KKrista

    System Admin help lounge

  • Some Info Needed on Digitally Signing Drivers
    K KKrista

    Hi, As I am unaware of the process of digitally signing the drivers, can anyone help me by giving some materials on the same. The signing process should be general to all OS. Links to some sites will also be helpful. Thanks in Advance, KKrista

    System Admin help lounge

  • CPU usage during File Transfer
    K KKrista

    I am using an API call to do the file transfer..

    System Admin database help question

  • CPU usage during File Transfer
    K KKrista

    Hi, I have a Windows application which actually carries out a file transfer operation from a SCSI device to the local directory. However during the file transfer and DB updates, the CPU usage shoots up to 100%. Can anyone help me in optimizing the CPU usage? Thanks in Advance, KKrista

    System Admin database help question

  • Inheritance
    K KKrista

    Changing the modifiers of the inner controls from a default 'private' to 'public' may serve ur purpose. Regards, KKrista

    C# oop tutorial question

  • Pattern Matching in C#
    K KKrista

    How about using RegularExpressionValidator control of C#? -- modified at 4:25 Tuesday 5th June, 2007

    Regards, Murali

    C# csharp regex question

  • Retreving text from treeview problem. [modified]
    K KKrista

    Do u have any root node set to the tree view?

    Regards, Murali

    C# help question

  • Dependancy between methods of a class
    K KKrista

    Hi Chris, U r right.. We can view the references of the methods on right click of them. However I am in need of a tool that will take a class as input and give me the interdependancy of methods as the output. Could u please suggest me on that?

    Thanks in advance, Murali

    C#

  • How to deal with reference variable in C#?
    K KKrista

    While calling the method, pass the 'reference' variables as SomeMethod(ref varInput); Then in the definition of the Method u have to use the same reference variable as, public void SomeMethod(ref varInput) { //Give ur implementation here. }

    Regards, Murali

    C# help csharp com tutorial question

  • How to communicate between two Dot Net application
    K KKrista

    While developing ur application, in the app.config file, create a key (say 'instancenumber'). Then at runtime, set the key to a value (say '1','2',etc.) based on the instance of the application running. This will enable you to associate information specific to each instance.

    Regards, Murali

    C# sysadmin tutorial question

  • Dependancy between methods of a class
    K KKrista

    Hi All, Can anyone suggest me a tool that will display the dependancy between methods of a class. That is, which method calls which other method of the class.

    Thanks in advance, Murali

    C#

  • How to deal with reference variable in C#?
    K KKrista

    Reference variables are surely supported in C#. I think the problem under this case might be the use of variable without declaration.

    Regards, Murali

    C# help csharp com tutorial question

  • How to communicate between two Dot Net application
    K KKrista

    Hi Devesh, One of the easiest way is to use a common file between the applications. The other way would be to use the config file and have some keys specific to each process. To know if ur application is running, u can search for ur application name in the Processes list of the machine where u have to search at.

    Regards, Murali

    C# sysadmin tutorial question

  • Binding TreeView Control to an Arraylist
    K KKrista

    Hi Manoj, Thanks for your reply. I am able to add nodes into the tree view without any problem. However, I want to bind an Arraylist to the TreeView so that the TreeView is controlled whenever the Arraylist is modified (Addition/Deletion of Users). Is that possible?

    Thanks in advance, Murali

    C# wpf wcf tutorial question

  • Binding TreeView Control to an Arraylist
    K KKrista

    Hi, I am developing application in which an Arraylist has a list of users. I also have a TreeView to show the users in the list. Can anyone tell me how to bind the TreeView Control to the Arraylist?

    Thanks in advance, Murali

    C# wpf wcf tutorial question

  • Chatting using WebService as the central Server
    K KKrista

    Thanks for the info. Do you have a sample application on this regard?

    Thanks in advance, Murali

    C# css sysadmin help question

  • Chatting using WebService as the central Server
    K KKrista

    Hi, I am developing a chatting application with a Web Service as the central monitoring Server. The Web Service methods will be used by the clients (Windows and Web) to Add User, Send and Recieve messages. Can anyone help me in realizing this functionality as I have less knowledge on Web Service? A sample code with this regard will also be helpful

    Thanks in advance, Murali

    C# css sysadmin 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