Questions tagged as '.net'

2
answers

Upload a page from an html string

I have the following doubt that, I believe that although it is a beast, it is giving me a beauty of a job. Next, I have a variable of type string and I need to perform a method that will receive this code and display the page in a new...
asked by 28.09.2015 / 20:10
1
answer

StackOverflow in System.Windows.Forms.dll

Hello. I am developing a desktop application in C # that performs a Serial Port routine (Writing, Reading, Capturing Information, Displaying this information). However, there are times when a Stack Overflow error appears, but each time it is on...
asked by 30.09.2015 / 22:54
0
answers

C # windows appication Event: CLR20r3 when starting the application

I created a windows forms application c # .net 4.5, in my development environment it works perfectly, but when I put the release in the client environment, it gives the following error when starting: Descrição Stopped working Assinatura d...
asked by 04.09.2015 / 14:01
0
answers

Is it possible to select input file [file] WebBrowser VB.NET?

I'm making an application where you need to select an image. so it will become automatic, and then it will publish. It is possible to somehow select this image, or even upload it, to apply at value .... using the webbrowser. Thiswillbe...
asked by 28.08.2015 / 10:22
0
answers

Modularize WinForms

I have the following scenario, 1 System Containing several features of these features, there are some that are similar (Changes According to User Profile). But I'm having trouble organizing this in the project. I'm creating a base sy...
asked by 10.08.2015 / 21:14
1
answer

How to use filter for a combobox in C # .NET using SQL Server?

I need to give an improvement on a project that I'm doing in MVC, with SQL and I already did a combobox that takes the data from the database, but I need to create a page to filter data from the database. Ex: I have a text field and a combobo...
asked by 16.07.2015 / 14:57
1
answer

VB.NET Manipulating a "Birthday Drop Down"

Hello everyone! I'm having trouble setting a date on a DropDown from Yahoo's website ... The site link is: link Here's what I'm trying, but it does not work ... I do not know why ... WebBrowser1.Document.GetElementById("month").SetAttr...
asked by 20.08.2015 / 23:54
0
answers

MVC: Passing a Javascript value to a Session

How do I make a sort of "mix" between javascript and razor? I have a page that logs in through facebook, I can login and would like to assign the return of the javascript function that brings the user name, my page session. More or less like...
asked by 23.08.2015 / 05:55
2
answers

Problem with facebook share plugin

I'm having a problem with the facebook share plugin. When I click on share, realize (1st print) that the image does not appear, now if I have already loaded it in a new tab for example, it appears (2nd print ). It seems that the image is on...
asked by 21.08.2015 / 16:09
0
answers

Firebird C # create a single connection to the database

I need to create in my application only one connection using fbconnection that will be shared by every application. I performed this procedure as follows. I created a static class that gives me the connection to DB: static class C...
asked by 17.09.2015 / 02:42