Posts by Pedro • 143 points
12 posts
-
0
votes2
answers120
viewsQ: How to move form on screen programmatically with animated effect?
How can I make my form go from location 0.0 to location 100.100 on the screen without user interaction, ie through programming, this movement needs to be animated, ie can not disappear from one…
-
1
votes1
answer47
viewsQ: What is the equivalent of the Handler clause in C#?
I’m following this one tutorial to try to get Skype to automatically accept lost friendship. The tutorial is in VB and I have to translate code to C# the problem is when I got to part of Handler, i…
-
3
votes1
answer210
viewsA: Skype bot detects when receiving message
After much research I found this website which explains well and works I hope it helps you. In case the link is offline do the following: use the following dll using System; using…
-
-1
votes1
answer210
viewsQ: Skype bot detects when receiving message
Here’s the thing I’ve been looking for how I can make a bot that responds when I receive a message from someone, I found a tutorial but I couldn’t get the bot to respond despite the bot responding…
-
2
votes1
answer78
views -
2
votes1
answer899
viewsQ: Error opening Sqlconnection
The following I have a gridviewer that is connected to a Query with a Table called Server Table. I want to add some things to the columns gives the following error Instance failure. In this part of…
-
0
votes1
answer44
viewsA: Error while moving directory
I’ve solved the problem. I was trying to move the folder to Domain + folderBrowserDialog1.SelectedPath; or whatever I was trying to do was this C: File path moves to C: Directorioc: File path again.…
-
0
votes1
answer44
viewsQ: Error while moving directory
I have a folderBrowserDialog that when we selected the folder it would move it to a particular directory. I’m making the following mistake: Cannot create a file when that file already exists. but…
-
1
votes1
answer1598
viewsQ: How to create a virtual keyboard?
I have a form (Form1) and when I click on a button I would like to see a new window with several buttons that when I click on one of them would add a letter to a Form1 textbox. Is it possible to do…
-
0
votes1
answer116
viewsQ: new networkStream what arguments to use?
is the following I have a server tcp and a client, the client has in a part of the code the following private void SendDesktop() { BinaryFormatter bf = new BinaryFormatter(); ns = new…
-
0
votes1
answer48
viewsQ: Tcp Server adds the client name to a lisbox
I have a server and a client, when the client connects it adds the Client ip to a server listbox, appears as if an item is added (in listbox) but does not appear ip, this is the code: using System;…
-
1
votes0
answers139
viewsQ: Client chat It is not possible to read data from the transport link:
Hello everyone is the following I made a Tc Pque server I already concluded, in the last days I have been doing the client but is giving the following error Cannot read data from transport link: A…