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: *

  • Users: koleraba
  • Content: Threads
  • Order by date
  1. koleraba

    Visio converter shape

    Hi Guys, I have a problem with input/output configuration of Visio 2010 converter shape. When I define more then 6 inputs/outputs it goes from X1,X2...X5 and where it should be x6 there is Xn. Same goes for the outputs. So the question is, is there any way to: 1. Have any amount of numbers of...
  2. koleraba

    Asynchronous WCF callback method

    Hi I'm developing a WCF service, which defines a callback contract through which the server can call a method on the client. Below is a sample code: [ServiceContract(SessionMode = SessionMode.Required, CallbackContract = (typeof(ISampleServiceCallback)))] public interface ISampleService...
  3. koleraba

    ConfigurationSection and ConfigurationProperty validation

    Hi. I created a CustomSection class by extending the ConfigurationSection. I red quite a few articles on the subject and they all sugest the same approach, but it doesn't work for me, and I dont have a clue what am I doing wrong. So any idea or help will be appreciated. Below is a simplified...
  4. koleraba

    Threading

    Hi I have created a class that creates another thread. That background thread than creates a tcp client, connects to listener and waits for a message that will be send by the listener. When the message is received, it raises an event and waits for new messages. The problem is that the event is...

Part and Inventory Search

Back
Top