Search:
Type: Posts; User: techgnome
Search:
Search took 5.17 seconds.
-
We're two months away from the season openiner in Bahrain... Lewis still has yet to secure his contract... There's conflicting stories... one moment, they're close, another, Russel is in, the...
-
That's because you didn't include it in your view. The email you've created contains two bodies as you've defined it. A text (which is the default) and an HTML view (defined by the alternate view)...
-
It's been 8 days since the OP has posted... anything. They are either gone, or simply reading through the replies and watching, or somehting... either way, they haven't weighed in since. LEt's not...
-
Think of the BindingSource as a conductor of sorts... with the Grid and Textbox and other data elements members of the orchestra.... individually, they do their own thing... he conductor keeps them...
-
I was recently tangential to a project that not only used Hungarian notation for field names but also, in a penny pinching move, took out all vowels... so the Check For Service Required Flag became...
-
For proper usage it is : ALPHA BETA CHARLIE, not ALPHABETACHARLIE. Spaces between full words are dropped, periods are noted by Break. End of message is Break Break. Punctuation doesn't exist. Don't...
-
To be fair, I don't think it really has anything to do with education levels. It's stranger than that. He catered to the very basic of the lowest common denominator in a way that hadn't really been...
-
What are the errors? What's the code look like that's causing the errors? What did the original source code look like before it was converted (ie, what does the original C# code look like?)
Here's...
-
Then that was your mistake... at that point your app and needed libraries are no longer in the same loction and the app has no way of locating them. Bottom line, you too the fuel tank out of your car...
-
Sigh ...
#Repeal535 ... #LeaveNoIncumbantBehind
-tg
-
Well, I can tell you people down here aren't spending it away frmo others... outside or in...
-tg
-
Well, it's the difference between readingaquesitonthatlookslikethis and a question that looks like this.
It's a problem exists because people think it's just them. But it's not. It's a lot of...
-
Maybe it's not the DB but rather the reading of the file in the first place?
-tg
-
IF they are true blobs, then they are binary and it shouldn't matter, as it's binary... if you're storing them as clobs, which is the text version of blobs... then it's up to the encoding of the...
-
It's not even that complicated... open the project... open the Project Properties... change the Target Framework option.
-tg
-
Also this thread here - https://www.vbforums.com/showthread.php?889915-So-how-exactly-is-Adobe-going-to-diisable-Flash
-tg
-
known issue... try googling "Flash no longer works" ... may or may not come as a shock, but uh... yeah, this has been a while in coming.
-tg
-
No... both conditions are not handled...
Private Sub timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles timer1.Tick
Dim hWnd As Integer =...
-
Yeah, it jsut really depends on what you want to do. Don't get me wrong, VB6 is a phenomenal language, and works just fine under Win10. And there's a number of people here that have done a fantastic...
-
Like a lot of things in development: It depends. Honestly, if you're just starting out, and want to build a future, I wouldn't bother with VB6. Instead, I'd focus on something like C# or, JAva, or...
-
END isn't a holdover from VB6.... it's part and parcel of the BASIC language... been there since the beginning. It's baked into the lexicon, every bit as much as is IF. Once something has made it's...
-
HA! That's a lie... it won't go away any more than the Corona virus went away after Nov3... There is really only one way to get rid of TDS....
-tg
-
Doesn't Trump also own the Miss USA pageant?
-tg
-
Legit question - If he's successfully impeached this time... I know he won't be able to hold office again, but does he also lose his pension? What else does he lose?
-tg
-
I've heard this from a couple of people... if they don't, then it normalizes the action and makes it "okay" ... and it shouldn't be. And yes, he's only got 10 more days left, "what more harm could he...
-
OMG, I haven't been to an In 'n' Out in far too long... I'd like a 4-by Animal Style... strawberry shake... large fries...
please and thank you...
-tg
-
Meanwhile, it should be noted that the OP is NOT having a problem with the VALUE of the date ... that is NOT the issue... but rather wants to know the FORMAT the user has selected for the field....
-
There, I fixed that for you... don't start confusing values with formats again... values is the value... the format is the visual representation of the underlying value, regardless of what that value...
-
What do you think filling the adaptor is doing? Populating the data... so... yeah... that is when the error is happening. When it's populating the data into your DataTable... There is a constraint in...
-
depends on when the spam shows up. But really, you're at hte wrong place to get help for this. There's a WordPRess forum where you're more likely to get better help dedicated to this problem, which...
-
It's not a misrepresentation. He was white. Had he been back, they would have stopped him, confronted him, attempted to disarm him, and in all likely hood, shot him, all before realizing or knowing...
-
They were too busy drinking the kool-aid and attending the rally.
-tg
-
Don't bother with MSDN downloads... especially from 2008... that's 12 years old and is going to be way out of date... Honestly, google is best you just need to know how to form the query properly....
-
Yeah...since no keys were pressed, the keypress event won't fire... try the Changed event instead.
-tg
-
Takes a 2/3 vote of both Houses.... not sure if that means a combined 2/3 vote, or 2/3 of the House, and 2/3 of Senate... House I think could swing it... Senate would be a tougher swing, but might be...
-
You don't need the cabinet for Article 25, Congress will do as well.
-tg
EDIT - sorry, it's Amendment 25, not Article 25.
EDIT 2 - Woah... now there's a turn of events.... as the Senate...
-
Here is what needs to happen tonight :
Congress needs to reconvene as soon as they can.
They need to finish certifying the electoral college results.
The need to do it quickly and without...
-
The parens on the If isn't a construct of the syntax of the IF key word... It's a construct of the <expression> syntax that's part of the greater IF construct... so there's no inconsistency at all....
-
That's putting it mildly... check this out:
If RecRapor.EOF And RecRapor.BOF Then
Else
RecRapor.MoveLast
If RecRapor.RecordCount <> 0 Then
Do
RecRapor.MoveFirst...
-
It's because you're copying the whole sheet:
w.Copy b.Sheets(1)
If you want to copy just values, then you'll need to select the range you want to copy, then paste the values.
As for...
|
Click Here to Expand Forum to Full Width
|