Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RanchuPanchu

    defining struct in XML

    Hello, I am new to XML. I am working on a project of a packet sniffer, and I have a set of messeges with specific structures (which is actually the data in these IP packets). I thought that defining these messeges struct in XML, will make my code more generic. Can you refer me maybe to an...
  2. RanchuPanchu

    How to design generic API for messages structures

    Hello, I would like your advise regarding a design issue in c#. I am working on a project which is like a sniffer (using winpcap dll), in which I expect in the API , some known messegas (about 25 messeges) , which means that their structure is known , all messages are no more then 20 bytes...
  3. RanchuPanchu

    c# multitasking problem

    Hi again, Thanks for the reply. The problem is that I miss some of the bytes I should read, when I do "heavy things" in the main window. "heavy things" could be just moving the main window very rapidly. Therefore, my guess is that somehow the thread which is responsible for the GUI, is getting...
  4. RanchuPanchu

    c# multitasking problem

    Hello, I am using an instance of the SerialPort class in .Net 2.0. I have noticed that on opening the SerialPort, a new Thread is created in priority Normal. I thought that maybe if I change its priority to highest, it might solve my problem, but I do not know how to do it. Regards, David
  5. RanchuPanchu

    c# multitasking problem

    Hello, I have made a simple program in c# which consists of a serialPort and a GUI. the serialPort interface with the GUI is only through BeginInvoke method. The problem: I have noticed that the applications works very well as long as I do not move the main window too fast , which means that...

Part and Inventory Search

Back
Top