Search:
Type: Posts; User: techgnome
Search:
Search took 0.15 seconds.
-
I don't think anyone is gatekeeping... but when presented with a post with a number of question, it's hard to know where to start. It also can get confusing as to what's been answered and what...
-
To further this... in my signature block there's a link regarding eels in your hovercraft. Click it. It'll take you to a post that will show you how to construct a post that will get you some...
-
Or an apprenticeship, or some kind of mentorship, or join the military - that's what I did. No experience needed, all the training you need, and when you get out, you have experience - even if you...
-
We apologise for the fault in the subtitles. Those responsible have been sacked. Mynd you, møøse bites Kan be pretti nasti...
-
thought - don't know if this will work or not ...
but you could sent hte emal to the shared address via a BCC (blind courtesy copy) ... then have a rule on the folder that then moves it to a...
-
Welders, woodworking, craftsmen, electricians. things like that. Even networking - designing lans, and running cables and such - doesn't really require a degree. I'm not saying it doesn't take any...
-
1) even state colleges are getting outrageous...
2) This is why there's a teacher shortage now ... for the amount of crap they have to put up with... then first you go into debit to get the BS/BA...
-
It's not surprising me that more are opting to not go to college. Our youngest doesn't want to go. Doesn't know quite what they want to do either, so that plays a bit into it. But people are starting...
-
ListView1.ListItems(ids).ListSubItems.Item.Text = "1/8
You need to specify the index of the subitem you want to change.
check out the first answer here......
-
The same way you added the other fields ... with a .Add and .Subitems ...
-tg
-
Hahaha... I imagine the "Big Data" was actually the file... not the text box.
-tg
-
All you need to do is google "vb6 open file for append" ... it's not that different from opening a file for output... it just changes where it startsd writing from for output = start from the...
-
If all you're doing is adding text to the end it ... why not just open it For Append and then just write out what is in the text box, close the file... and that should be that.
-tg
-
Doubles don't have pointers ... so when you copy a to b, it's copying the values, not pointers. So changes to b or a will not affect the other. Now if a was full of pointers to an object of some...
-
Why are you using OneDrive in the first place? Use GitHub... not only can you work on the files anywhere (by grabbing a clone of your repo), but you also gain the benefit of source control.
-tg
-
Ummm... why would it be any different? If it's all on the same network, it's all on the same network, doesn't matter if it's wifi or wired... the connection is the same.
-tg
-
That's why I want to know what the error is ... something doesn't smell right.
-tg
-
https://www.youtube.com/watch?v=W1GZzucDMlQ
-
Only donations above a certain amount have to actually be declared. When they reach another level, more information has to be released about the individual donations (such as the employer of the...
-
How do you know it's the LIKE operator that's failing? What's the error message you get?
-tg
-
Not sure how it works there, but here the sponsor is always identified. Whether it's the candidate's campaign (in which the candidate is required to state their name and that they "approve this...
-
Meanwhile ... two clicks later (one to open the site, the second to click on API) ... https://rapidapi.com/Privatix/api/temp-mail they have an API available to you, which I imagine is hella easier...
-
Switching parties - that's dedication. Here in SC the primaries are open... so I, as an LP member can walk up and ask for the Repbublican ticket and go vote. The guy behind me, a Republican, can then...
-
There's mobile apps (apps that can be accessed anywhere) and there are (phone) mobile apps ...
With minor exceptions, there aren't many phone mobile apps ... I won't say there aren't any, because...
-
You say this like it's some Great Revelation or something .... ummm... yeah. This has been a part of politics for some time. It's why Biden got nominated and not Hillary ... It's why there's crapton...
-
Meanwhile...
McLaren: We've signed Alex Palou...
Chip Ganassi Racing: We just invoked Palou's contract extension...
Palou: I think I'll look good in Orange Papaya...
CGR: We'll see all y'all in...
-
1) Referencce ConnectionStrings.com for the proper string to use.
2) You may or may not still run into the issue. It depends on if the problem is due to something going on inside your sproc, or...
-
Meanwhile, in other news, Hamilton is now part of the new ownership of the Broncos. ... Hmm... I mean that's OK, I'm a Broncos fan, not a fan of Hamilton, don't hate him, just don't like him......
-
So it would seem ... including all the spam posts made by his (alleged) alt account too.
-tg
-
It's like they're still using the strategies they've used the last 5 years when they ran mid-pack ... It's like they've forgotten how to run a proper strategy from the front.
-tg
-
Yeah, I considered that, but his example uses value items... so ... probably a bad assumption on my part, but I also didn't want to muddy the waters even more.
-tg
-
Did you read what I posted? I laid it out exactly why it's happening the way it is. You're not dealing with a copy of the dictionary. You're dealing with a copy of the pointer - the pointer to a...
-
Iti'll be interesting to watch tho. As a third party member (currently Libertarian Party) I'm all for more parties like this... Depending on what their policies and platform is like, I may or may not...
-
so is the user never going to be allowed to type in a space? If I try to type "this is fun" that code above is going to cause it to be "thisisfun" since you strip off the space at the end each time...
-
There's a misunderstanding in how ByRef and ByVal work when it comes to reference objects. With non-reference variables (int, float, boolean, etc) when you pass ByValue, you get a copy of that value....
-
maybe someting like this:
select file_path as f, count(guid) as c, count(distinct guid) as u from main Group by file_path
Untested..
-tg
-
That wasn't obvious from the code you posted, that's why he mentioned it.
Anyways ... look into ReadAllLines and WriteAllLines ... that's going to be the quickest/easiest way to get data from/to a...
-
Put "VB.NET" in front of your search terms.... "VB.NET read file" "VB.NET Write file" ...
-tg
-
Use ReadAllLines and WriteAllLines instead of FileOpen and WriteLine....
http://www.vb-helper.com/howto_net_read_write_all_lines.html
-tg
-
Also 255.255.255.255 is an address ... it isn't something you send .. you send to it... altho that address is usually used as the network mask. Still it is't something you send ... what you can send...
|
Click Here to Expand Forum to Full Width
|