Questions tagged as 'controles'

1
answer

Forearch loop how to use with controler

I have 6 PictureEdit in a PanelControl , and I need to run a haul on all PictureEdit so I made the following code: foreach (PictureEdit Pic in panel1.Controls) { //habilita o meno de zoom Pi...
asked by 21.05.2017 / 13:08
1
answer

How do I put properties inside another property? VB.net

I would like to know how I can put properties within another property, as in the example below. Example: Open / Expanded Font Property I tried to do many times in many ways, but the closest I got was the one below: Imports System.Wi...
asked by 02.07.2017 / 14:32
1
answer

Login page redirect to Recover password?

I am making an application in ASP .NET where I am logging in with drivers. However in the login page when I click on the hyperlink to make recover password the control does not leave the login page and I am not redirected to the page of recove...
asked by 05.04.2016 / 01:48
1
answer

AbstractController :: ActionNotFound for a destroy action

Hello, I have two applications running in Heroku with the same code, but I'm having a problem with the production version. When trying to make a request, I have the following log: AbstractController::ActionNotFound (The action 'destroy...
asked by 28.06.2014 / 17:30
0
answers

How can I hide only a few attributes of HTML5 video controls?

I would like to leave in the video only the volume and play / pause controls. With the option to download the video, the FULL-WIDHT button to see the enlarged video and the progress bar. What is the easiest way to do this using html and or js?...
asked by 09.09.2018 / 01:57
0
answers

How to transform a User Control into Custom Control?

Well I do not know if it's possible to do this, but I created a user control a while ago and now I need to reuse it in some ASP.NET projects, but I'd like to show it in my toolbox. I did some research and I can only add a custom control in the t...
asked by 05.03.2018 / 20:45
1
answer

Custom Controls in vb .net

How to create custom controls in vb .net? I would like to create and modify values of its properties. My purpose is to import them into other projects.     
asked by 17.01.2018 / 18:48
1
answer

Call method in ChoiceBox

I created a ChoiceBox, where at each level selected, a method should be called; but the following happens, any selected item calls the method; how to make a condition, that is, depending on the item selected, calls a certain method. It follows a...
asked by 07.05.2015 / 17:02
1
answer

Error with controller in codeigniter with the name system.php

I'm moving on a project that is in CodeIgniter. There is a controller called system.php which is to access admin , but when I try to access it localhost/meusite/system/método , it gives access denied because it thinks I'm...
asked by 21.05.2014 / 20:21
2
answers

How do I display button properties in VBA from an excel sheet?

I have a spreadsheet with buttons that hide and re-display fields as the data set is populated. When I try to view or change the properties of the controls, I can not. VBA only shows the properties of the worksheet.     
asked by 13.04.2017 / 16:46