Posts by Thiago Baldykowski • 55 points
5 posts
-
-1
votes3
answers1180
viewsA: Transfer the value of a variable to Ctrl+C
Assign the function directly to Scope. It worked exactly as I needed it, thank you very much. $scope.copiar = function(text) { if (window.clipboardData && window.clipboardData.setData) { //…
-
2
votes3
answers1180
viewsQ: Transfer the value of a variable to Ctrl+C
Does anyone know if there is a way to transfer the value of a variable to Ctrl+C? I am working with Angularjs and inside Scope I have a variable that I would like to move to the Clipboard, but I…
-
2
votes1
answer1898
viewsQ: Read txt file
I am creating a web application and need to read a txt file that will be provided by the user. The code I’m using to perform the reading is not working and I can’t find anywhere else a way to do the…
-
0
votes1
answer23
viewsQ: Difficulty in changing version
Hello, Some time ago I developed an application using VB in Visual Studio 2013, today I need to make updates in the source code, I no longer have VS2013 started using Visual Studio 2015. When I was…
visual-studio-2015asked Thiago Baldykowski 55 -
1
votes0
answers56
viewsQ: Intellisense - Visual Studio
Hello I am developing a VB application with two forms, the first frmCadastroEndereco, to record addresses in the database, another of customer registration. Use also a module (modEndereco) that…