Posts by Pablo Ferreira • 93 points
8 posts
-
1
votes2
answers3390
viewsQ: How to apply Dynamic Mascara in angular input?
I’m using Angular 8, example of mask would be landline and mobile phone. That is to count the number of characters and apply such mask. I am creating the mask with Ngx-Mask, trying with *ngIf in…
-
3
votes3
answers167
viewsQ: Inherited Form comes with no editing option on the whole. Use C# and VS 2017
When I create Form2 Inherited from Form1, I can’t edit anything on it. Of course the lock on the upper left has something to do with it, but how can I resolve this situation? Follow the image for…
-
0
votes0
answers146
viewsQ: Is it possible to record audio in the Sqlserver database working with the Vb.net language?
I have an application made in VB.NET where I have customer registrations. Now I need to implement as if it were a certain permission from customers to third parties who can represent such customers.…
-
0
votes1
answer345
viewsQ: My Sqlserver Express 2014 does not show all installation options
I formatted the PC and I’m trying to install the Sqlserver Express 2014 accompanying a tutorial on youtube, but when it comes to this point of the instation mine does not come all options equal to…
-
1
votes0
answers351
viewsQ: Create and save text file(.txt) with Vb.net?
Layout Utilizado Nomenclature: XXXXXX_DDMMYYY_ZZZZZZ.TXT DD = DAY / MM = MONTH / YYYY = YEAR: XXXXXX = It will be a 6-digit fixed code with zeros on the left. ZZZZZ = Will be a sequence of the file…
-
-1
votes1
answer552
viewsQ: the field is too small to accept the amount of data you tried to add. Try to insert or paste less data
I am using Acess, and I have already checked the size of all fields and format also direct from the bank and also in Vb.net itself.. "insert into aplicacao (codigo, convenio, descricao , valconv,…
-
-1
votes1
answer63
viewsQ: How to use Toolstripdropdownbutton on Vb.net?
I can’t find Toolstripdropdownbutton in Toolbox in my VS.
vb.netasked Pablo Ferreira 93 -
1
votes1
answer953
viewsQ: References of Subs and Functions where it is being used disappeared in my Visual Studio
Where I have the option in Visual Studio 2015 to show the Sub/Function reference, where they are being used. (Ex: Recorded Function > I call it in the Save button), at the top of the Function…