Questions tagged as 'c#'

1
answer

WinSock (VB6) vs Socket in C #

I have a code in VB6 that uses MSWINSCK.OCX to send commands to an equipment, the code is below. But I have to switch to C # and am attempting to use the Sockets class, the problem I'm facing is that the C # program, using Sockets, is not gettin...
asked by 07.10.2015 / 21:23
1
answer

Use variables from one main screen on a second screen

I'm doing an application on windows phone, in which I have the main screen (first screen), and in this screen a calculation is done, where the result will be displayed on a second screen. My question is as follows; How do I display / use these m...
asked by 28.02.2015 / 02:00
0
answers

Error passing parameter to function

I've lost full access to my sites and am trying to pass the posts on it to a new one. I have a code that reads the sitemap from it and takes the urls and another one that catches the url , separates the part that I need and put in my new...
asked by 18.05.2015 / 19:53
0
answers

C #: ZXing Variation of the first number?

People I developed this bar code reader in C # using ZXing, it reads the barcode of an img and then it picks up the image number, moves the image to another folder and renames the image with the number of the barcode //Esse é o mét...
asked by 15.04.2015 / 21:02
1
answer

Component to replace Gridview

I'm having a lot of problems with Gridview in Asp.Net which are getting me out of the serious, mostly paging and exporting part of the data. Is there any other free component on the market that replaces gridview and is more complete?     
asked by 16.04.2015 / 22:46
0
answers

Preventing Repeated Posts in C # in Wordpress?

I have the following code, using the JoeBlogs Wrapper private static void Postagem(string website) { try { string link = "http://MEU.SITE"; string username = "user_wp"; string password = "senha_wp"; Html...
asked by 19.05.2015 / 19:35
0
answers

Preventing Repeated Posts in C # in Wordpress?

I have the following code, using the JoeBlogs Wrapper private static void Postagem(string website) { try { string link = "http://MEU.SITE"; string username = "user_wp"; string password = "senha_wp"; Html...
asked by 19.05.2015 / 19:35
0
answers

How to add a file to a ChangeList

I want to add files to changelist "ignore-on-commit". I have this code, which executes, not the error. (But it also does not work: v) using(SvnClient client = new SvnClient()) { string sSoluctionDir = args[1].Remove(0, 1); var pes = Dire...
asked by 13.04.2015 / 19:44
1
answer

Panel I can not give a Visible = true on it [closed]

I have a panel and inside it a repeater with a table. This panel is inside a user control. I use this UC in various situations. I created a method called AplicarCaracteristicas , depending on the caller, it will or will not show some contr...
asked by 13.01.2015 / 16:25
2
answers

SQL connection to bd in the network

I developed a C # application that uses SQL Express that initially the bd and the application were installed on a single machine. The client now needs the bd to be available from another computer on the network. I installed SQL Express on the "o...
asked by 14.04.2015 / 13:09