Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~618 People Reached
Favorite Forums
Member Avatar for nikola.rosic

Well i have an application which is connecting to a certain device over tcp/ip.The connection sometimes gets broken so i have made a reconnect function which is then called and does the reconnect and it works.Well my question is i would like to have a timer which will measure the …

0
88
Member Avatar for nikola.rosic

I have a panel on form and i'm drawing a graph on it with a pen.When i open something on top of that form or i minimize the form and maximize it, the panel goes white until i draw something on it again.So i think i could call an event …

Member Avatar for nelis
0
216
Member Avatar for nikola.rosic

Well i have one main form which i run like an application.On that main form i have 3 buttons which are opening another 3 forms(instances of Form2 class) which are of the same class Form2. So i have : Form2 form1=new Form2(); Form2 form2=new Form2(); Form2 form3=new Form2(); all of …

Member Avatar for LizR
0
249
Member Avatar for nikola.rosic

I'm connecting with C# to a device over ethernet and sending him messages and reading from it.Everything is working fine for one specific message i'm getting a message compressed with RFC 1950.I have installed ICSharpCode.SharpZipLib but it is not working.Here is the code: [code=c#] //TcpClient TcpClient client = new TcpClient(); …

0
65