Posts by Helder Da Silveira Ventura • 125 points
11 posts
-
0
votes1
answer36
viewsA: Conversion of jpg photo set to avi, empty video
Good Finally after a few hours of studying my code I discovered that I lacked a lot of code, so that this same works if . Now yes this working a thousand wonders since thanks for trying to help I…
vb.netanswered Helder Da Silveira Ventura 125 -
0
votes1
answer36
viewsQ: Conversion of jpg photo set to avi, empty video
I am developing an application that captures images from Webcamera and named Imgp0.jpg ,Imgp1.jpg But when I try to convert these images to video using ffmpeg but the out put video is empty. This is…
vb.netasked Helder Da Silveira Ventura 125 -
2
votes1
answer150
viewsQ: How can I compare two listbox items one by one
I’m developing a new software which checks digital signatures and has 2 ListBox. The first with the hash from the files contained in the Directory chosen by the user, the second with the signatures…
vb.netasked Helder Da Silveira Ventura 125 -
1
votes1
answer77
viewsQ: Listbox items out of range
I have a list box on a timer with items and I need to pass all items one by one until the end and then go to the first index and stop the timer. But this gives me out of reach when it passes the…
vb.netasked Helder Da Silveira Ventura 125 -
0
votes1
answer118
viewsQ: Add a short-code to execute Javascript code
I’m making a simple plugin that makes a short code to run a javascript code that shows Google search through a shortcode, but it seems I missed something in my code. 'Cause I can’t see anything…
-
1
votes1
answer61
viewsQ: Show photo of a listbox item gives me error Out Of Memory
I’m making a tool that turns a photo made upload by the user in bytes array then compare these Bites with the existing photos in the database I was able to make the code work but when at the end it…
-
0
votes1
answer65
viewsQ: how to save the result of an image and a label to a single file?
I’m doing a little pograma to memorialize photos consists of a label and a picturebox how can I record the label together with the picture box image to a single image? this is my code Imports…
vb.netasked Helder Da Silveira Ventura 125 -
5
votes1
answer92
viewsQ: Error when comparing string
I’m trying to finish my last few pieces of code and I need to check the value of a string, but I can’t find any example on how to handle. I tried this code, but error appears: Error 1 Cannot…
c#asked Helder Da Silveira Ventura 125 -
0
votes1
answer119
viewsQ: How to remove a selected item in treeview c#
I am developing a new application but I have a final problem to solve and I have tried googlear and nothing I can not find any example. in fact I want to delete the item in treeview that was…
-
0
votes1
answer685
viewsQ: How to increment a string variable c#
I have been developing a new application I really need to increase the variable public string malcoins = "0"; good to begin I will not be able to put the code all because it is very big and here…
c#asked Helder Da Silveira Ventura 125 -
2
votes1
answer71
viewsQ: the local variable `Texture' cannot be declared in this Scope because it will Give a Different Mean to Texture
I’m new to c# script in unity3d I get an error in EditorFacebookMockDialog.cs: the local variable `Texture' cannot be declared in this Scope because it will Give a Different Mean to Texture how can…