Search:
Type: Posts; User: dday9
Search:
Search took 1.13 seconds.
-
Chooo boy it has been a fun night. I got saouled, me.
-
Mah podna boiled some crawfish tonight: https://ibb.co/drbkFgB
-
If you copy the JSON response from the Post Access Token's response summary you can have Visual Studio create a strongly typed object that represents the response by using Edit > Paste Special >...
-
Hitting the TD Ameritrade API is no different than hitting any web API. The steps are usually the same:
Submit a REST request based on the client documentation
Parse the response based on the...
-
The String.Split method has a number of overloads, see documentation: https://docs.microsoft.com/en-us/dotnet/api/system.string.split
Because there is no overload method for Split(String), it is...
-
Yeah, I was making the assumption that the filename wouldn't change after using the OpenFileDialog, which is not a good assumption.
Good catch.
-
I can understand your frustration when something incredibly simple isn't working like you want it to and you can't figure out why, but try to keep your composure. Remember, you can catch more bees...
-
If you want to get the answer when you click on the cards then it belongs in your card's Click event.
Now you may want to add additional business logic to check if both cards have been flipped,...
-
You are never calling your comparison method.
-
I have worked extensively with Cognex sensors as well as with various PLCs (mainly Seimens) and the guy who I did work for had a very similar coding pattern to what you're trying to do.
What I had...
-
There are quite a few problems with your code that I wasn't going to address in my original post because I felt that it was outside the scope of your original question. However, after your last post,...
-
Your PictureBox's click event is missing the event handler at the end:
Sub PbFSGClick(sender As Object, e As EventArgs) Handles pbFSG.Click
'...
End Sub
-
I haven't figured out why the attachments work half the time either. I believe Steve is aware of it.
-
Review the documentation that OptionBase1 linked to. The property value is a Rectangle. The Rectangle has two constructors, both of which specify the initial size and position.
Looking at the...
-
-
-
If only chit-chat posts counted I'd have at least 4,638 more just from the post race :eek:
-
I have 9,999 posts. I don't want to post anything to mess it up.
-
I have seen a couple of issues around this before. One option is to run Visual Studio as an administrator, the other is check the Prefer 32-bit option in your project's properties.
It has been a...
-
What are the errors? I may be able to help you debug them.
-
When I was a kid we used to take fishing lines with a hook and wind them down the mound. I remember one time my Nonc James pulled one up.
-
We get crawfish in our backyard all the time. They build up the crawfish mounds that is basically little bits of mud rolled up into little hills:
180377
Edit - I hate attaching images after...
-
From techgnome's input, this thread may be useful: https://www.vbforums.com/showthread.php?838689-VB-NET-Upgrading-to-the-newest-IE-when-using-the-Webbrowser-Control (posts 1 and 6)
-
Take a look at this PInvoke documentation: http://www.pinvoke.net/default.aspx/winmm/midiOutGetDevCaps.html and https://www.pinvoke.net/default.aspx/winmm/MMRESULT.html
Because there isn't a...
-
My guess is that it is failing because you are using the webbrowser component.
Per the documentation (here), it states:
My guess is that the underlying website is using JavaScript, either via...
-
Moderator Action: Moved to office development.
-
I secured that contract job for the offshore company.
I should make a good chunk of money and hopefully establish myself as a go-to guy for programming work on the bayou.
-
I moved to a little town in Lafourche Parish where most of our crawfish are from the spillways, but where I used to live we had pond crawfish.
There is this beautiful cycle where south-central...
-
This is how your business logic should probably work:
Starting at row 1, loop until cell A[row] is empty
Change your SQL command to be an update statement
The where clause should be where...
-
This sort of confirms my suspicion from my original post. Have you tried calling update on the row?
-
I put just about everything in a jambalaya. I cooked one yesterday and it had chicken gizzards, ground meat, and sausage. Then I mixed in my green beans in my own bowl (my wife doesn't like it when I...
-
Use AppendAllLines and ReadAllLines instead.
File.AppendAllLines($"Combined_{DateTime.Now:MM.dd.yyyy_mm.HH.ss}.txt", File.ReadAllLines(Path), Encoding.Default)
-
Lent is here, but because of our unusually long and cold winter the crawfish aren't all that big.
I guess it'll be beans for me.
-
I am not familiar with using an OleDbCommand to update an Excel file, but my gut tells me that by you doing an insert rather than an update it is overwriting the formula cells.
Try doing an update...
-
I may be getting a job building a maintenance ticketing system for an offshore company.
The job is fairly straightforward, but this will be the first offshore company I do solo work for. So it is...
-
Moderator action: Moved to WPF forum.
-
I am working on an estimate for a client right now and that comic hits pretty hard.
-
@cuatudong8k - do you have a specific question about my implementation that I can help with?
-
@nihitthakkar - I think you may have misunderstood my question. I was not asking where to store the JWT, rather I was asking where to store the secret that generates the JWT.
I am storing the...
-
My ideal weight is 160, so I don't have too far to go, but I seemed to have plateaued at 170 for the past 2 months.
|
Click Here to Expand Forum to Full Width
|