Search:
Type: Posts; User: dday9
Search:
Search took 0.20 seconds.
-
You should be able to leverage the SpeechRecognitionEngine's SetRecognitionToWaveFile (documentation) method.
What all have you tried up to this point?
-
To clarify, this was a codebank submission and not a request for code. Also, it may be useful to reference the library you're using as it looks like your code is dependent on the jQuery UI library...
-
You can use a TextBox, just keep in mind that Strings are immutable. Once String is created its data can't be changed, rather what happens is an entirely new String is created when you concatenate a...
-
I would suggest using a ListBox since it is designed to display simple collections.
Take a look at this example with a ListBox and a Button:
Private Sub Button1_Click(sender As Object, e As...
-
It looks like you have put quite a bit of work into this, though I wouldn't agree with creating a new control just to toggle an image.
However, if you want to avoid doing something that has...
-
Here is how I would approach it:
Get the filename from the open file dialog
Store the value in a global variable without the _TOP or _BTM suffix
Load the image by appending the suffix...
-
I would ignore using the concatenation and go with interpolation since you're using VS2017:
Function BaseString() As String
Return $"<iframe
width={WBrowser.Width.ToString()}
...
-
Ah I see, I misunderstood.
-
Just a heads up, I wrapped your code in
tags. They help format your code. For more information you can visit the link in my signature.
-
Ok, so essentially it is a decimal with higher precision for the first four digit?
-
I am trying to convert a piece of VB6 code and running into a Function that I'm not familiar with, the CCur function.
According to the documentation (here) it looks as if the currency data type is...
-
I don't know if you saw or not, but that is what I did in my example.
-
There are a couple of notes:
You have Option Strict turned off
You can use ToString and pass the currency format
You will need to leverage the ValueChanged event of the NumericUpDown
...
-
Well this Shaggy Hiker fellow and his accomplice wes4dbt are a just a few.
-
My original submission is 6.5 years old. I figured I would rewrite it with how I would do it now.
This submission uses ES6 JavaScript and sets text rather than leveraging a canvas.
<!DOCTYPE...
-
I have noticed some unusual hostilities lately.
-
I've done that too :blush:
-
Same here, only with typescript which is basically if JavaScript and C# had a baby. It really has been a while since I've done any VB development.
-
-
Because you have several controls that you're wanting to toggle the visibility on, I would suggest storing a Dictionary where the Key would represent the item in the ComboBox and the Value would...
-
End did it. Don't know why I didn't think of it.
-
It has been a while since I've done any WinForm applications and I'm running into a slight issue.
I have the following in the constructor of my frmMain:
Sub New()
Using loginForm = New...
-
Personally I don't believe in intellectual property laws, but if I am working with someone who wants to avoid potential copyright issues (for images) I will:
Go to www.bing.com
Bring up the...
-
Mais bruh, put that up in the game demos! https://www.vbforums.com/forumdisplay.php?63-Game-Demos
-
Quick side note, you should never store password in an insecure manner like what you're doing, but I get this is for class.
What I would do is loop until you run out of lines or until you pass...
-
I would highly recommend you going through my tutorial that I provide for free. The link can be found in my signature under VbLessons.
I put a lot of effort into it and I genuinely feel like you...
-
There shouldn't be any difference between the two. According to the documentation (here), it specifically addresses your situation:
-
You should really read the documentation on MSDN.
https://docs.microsoft.com/en-us/dotnet/visual-basic/programming-guide/program-structure/references-and-the-imports-statement
Reading the...
-
I'm curious, how did WriteAllText not suffice?
-
It looks like the police opened the barricades to let the "demonstrators" in: https://twitter.com/cevansavenger/status/1346920924310867968?s=21
-
-
I am genuinely surprised with the Ossoff/Perdue race. Not so much with the Warnock/Loeffler race.
-
Fox News was getting heat ever since calling Nevada (or Arizona, can't remember which) for Biden early on.
Many Republicans saw it as an intentional gamble to call it super early in favor of Biden...
-
Was there any reason why the MaskBox wouldn't suffice?
-
I personally use the parenthesis around my If statements, even if it is just a single check. Mostly out of habit, not for any specific reason.
Side note: COBOL is very verbose, but not very...
-
What I personally don't understand is what Republican's think would happen if by some wild outcome the Electoral College votes are rejected.
Constitutionally, wouldn't it go back to the house to...
-
(read point 2 in the list of differences in post 112)
-
I disagree. I would wager a small fortune that their (unstated) intent was to politically posture just like the Republicans are doing now knowing that it won't go anywhere in the house. They are...
-
I was recently pointed to another event where this has happened by a Republican friend of mine. Barbara Boxer and Stephanie Tubbs Jones objected to the certification of Bush's 2004 win in Ohio which...
-
|
Click Here to Expand Forum to Full Width
|