Search:
Type: Posts; User: dday9
Search:
Search took 0.41 seconds.
-
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.
-
I've lost weight since COVID started. I was at 198, which was too much. Now I'm at 170, which is "normal" on the BMI chart.
-
Bootstrap Confirmation Modal
A simple jQuery solution for displaying and handling Bootstrap confirmation modals on the fly.
Demo
Fiddle: https://jsfiddle.net/7g4819yL/
Repository...
-
-stares at FunkyDexter-
-shifts stare to Delaney-
fight. fight. Fight. FIGHT, FIGHT FIGHT!
-
I'm sure centuries of war with England had something to do with that?
-
It looks like on one side I have a 5th great-grandfather who immigrated straight from St Malo, Nievre, Bourgogne, France to Abbeville, LA.
So I have some family that took a route from Canada and...
-
I have always had a bid of French pride because I knew that my family immigrated from France, either directly or indirectly, and having this bit of information just sort of solidifies it.
I would...
-
I was mistaken, it was actually Quebec.
-
I've been able to trace my genealogy back to France and it is pretty cool. From youngest (paternal grandmother) to oldest
Rader's from Jeanerette, LA
Hebert's from Jeanerette, LA
Lebouef's...
-
I posted this in the game demos forum, but I feel like it belongs in the JavaScript codebank too.
Here is an example of a simple player versus computer Tic-Tac-Toe game:...
|
Click Here to Expand Forum to Full Width
|