-
Replied To a Post in Random Facts
Tic Tacs are labeled as sugar free even though they are mostly sugar because a single serving (one Tic Tac) contains less than 0.5 grams of sugar. The same logic … -
Replied To a Post in Things I hate about TV shows
Of course we are. We've put in the time and we've earned the right. -
Replied To a Post in Things I hate about TV shows
I've done the same. For the shows that are the worst offenders I just record and zip through the breaks. I don't understand the logic. For the dramas, they take … -
Replied To a Post in Missing close gadget in chat window
Yes. It works. -
Replied To a Post in Things I hate about TV shows
The 40-43 minutes is what is left after you take out the commercial breaks. You subtracted them twice to get your figure of 25 minutes. Of course, during the actual … -
Replied To a Post in how we can store values in array
If you have two arrays Dim array1(5) As Integer Dim array2(10) As Integer then after the loop executes they will have the values array1 = {1, 2, 3, 4, 5} … -
Replied To a Post in How to search Data by textbox and date in VB.net
Please start a new thread for this question. -
Replied To a Post in Trouble Procedurally Changing Textbox Settings
By the way, a simpler Sub for displaying the control hierarchy is Private Sub printControls(ByVal ctrl As Control, indent As Integer) Debug.WriteLine(Space(indent) & ctrl.Name) For Each child As Control In … -
Replied To a Post in Trouble Procedurally Changing Textbox Settings
Your problem is that txtA1 (and the other textboxes) are not contained in Me.Controls. Each textbox is in a panel and the panels are in Me.Controls. Why not eliminate the … -
Created Chat notification
Could you possibly change the chat notification to something a little more eye-catching? I've been on daniweb several times today and never noticed that someone had posted a message the … -
Replied To a Post in how we can store values in array
Or For i = 0 to 4 array1(i) = i + 1 array2(i) = i + 1 array2(i+5) = i + 1 Next -
Replied To a Post in Consultation for this planing>>>
24x7 means 24 hours a day and 7 days a week. Our network was used by the people running the provincial electrical grid. Outages were not an option. -
Gave Reputation to jwenting in when to use paper book and when ebook?
yes, you can add notes to an eBook. But try easily looking back through them in context... Much easier to do with a dead tree than with a dead electron. -
Replied To a Post in Trip through the US
You have to see the Grand Canyon, and if you get the chance, hike around a bit outside Sedona. My brother has been to the Painted Desert and says it … -
Replied To a Post in facebook on a mission
I hear they just bought out Oculus Rift for $2 billion ($400 million cash plus Facebook stock). -
Replied To a Post in Log in form
Instead of doing rst.AddNew() use an insert query which looks like INSERT INTO tablename (fldname1, fldname2, ...) VALUES (value1, value2, ...) Then you do the insert by cnn.Execute(qry) Keep in … -
Replied To a Post in Log in form
For the first question, the format of the query should be SELECT * FROM Register WHERE Username = 'somevalue' AND Password = 'somevalue' and because in some databases, password is … -
Replied To a Post in Quebec Referendum
CF-18 for sure. -
Replied To a Post in Trouble Procedurally Changing Textbox Settings
Can you zip the project and post it here? -
Replied To a Post in Consultation for this planing>>>
Even though I helped manage a network of a couple of dozen servers, I am not a network person. I would have no idea as to the proper way of … -
Replied To a Post in Quebec Referendum
>They are like whiny babies I've learned from discussions with Mike that they are not, in fact, whiny babies. Don't confuse what the English media allows you to see, with … -
Replied To a Post in Trouble Procedurally Changing Textbox Settings
I suggest you run the program in the debugger and when it breaks on the error, add **Me.Controls("txtA1")** to the watch list and verify that it exists at that point. … -
Replied To a Post in List of Hello world program examples
It makes a nice companion site for [99 bottles of beer on the wall](http://www.99-bottles-of-beer.net/) -
Replied To a Post in when to use paper book and when ebook?
My e-reader (on the laptop) allows me to add "sticky" notes. Having my computer reference books in eform allows me to use **Search** to find things more easily. Also, if … -
Replied To a Post in Pass arguments to a Function
The above code is incorrect. If you use If number1 > number2 Then FindLargestNumber = number1 ElseIf number2 > number1 Then FindLargestNumber = number2 End If and you call it … -
Replied To a Post in Conversion from string "MM/yyyy" to type 'Date' is not valid
A string of the form "MM/yyyy" is not a valid date. A valid date has day, month and year parts. -
Marked Solved Status for Grading Report Project Help
Cant tell what im doing wrong no matter what numbers i enter it always return as a F and I cant get the average to calculate correctly plz help i … -
Replied To a Post in Grading Report Project Help
You should set sngTotal = 0 just prior to For intCounter = 0 To 2 And you should probably change the loop to For intCounter = 1 to 3 You … -
Replied To a Post in Trouble Procedurally Changing Textbox Settings
Just because you do Dim txt As TextBox = Me.Controls(name) doesn't mean that **txt** is set to an existing object. If **name** doesn't exist then **txt** will be set to … -
Replied To a Post in Where statement with null and not null value
I tested the query on a sample database and it worked just the way you want. -
Replied To a Post in Consultation for this planing>>>
What are we supposed to comment on? You didn't offer any explanation. -
Replied To a Post in MySQL: Get current time with milliseconds
CURTIME([fsp]) As of MySQL 5.6.4, if the fsp argument is given to specify a fractional seconds precision from 0 to 6, the return value includes a fractional seconds part of … -
Replied To a Post in How to get 5 rows in sql?
In MS SQL you can do SELECT TOP 5 * FROM myTable ORDER BY NEWID() I believe MySQL has this feature as well. NEWID() generates a globally unique identifier (GUID) … -
Replied To a Post in Where statement with null and not null value
Try SELECT * FROM Table WHERE DateDeleted < '2014-02-12' OR DateDeleted IS NULL -
Replied To a Post in Memorable Quotations
"World peace, like community peace, does not require that each man love his neighbor. It requires only that they live together in mutual tolerance, submitting their disputes to a just … -
Replied To a Post in Quebec Referendum
They just don't have a viable alternative. To get a tad off topic, here in Manitoba we have the PCs, and the last time they were in power they sold … -
Replied To a Post in Quebec Referendum
>we'll still be friends ;) I'd expect nothing less ;-) The reason I started the thread was to get some insight about the situation that wasn't being filtered through the … -
Replied To a Post in Things I hate about TV shows
Big hair and bell-bottoms. Yecch! -
Edited Quebec Referendum
This is likely to be of interest to only the Canadian members of DW, but I would like to hear anyone's thoughts about the upcoming Quebec election and the possibility … -
Created Quebec Referendum
This is likely to be of interest to only the Canadian members of DW, but I would like to hear anyone's thoughts about the upcoming Quebec election and the possibility … -
Replied To a Post in can not find Path resource in textfile
A little more information please. -
Replied To a Post in File Copy Detection
If you click the "?" in the edit bar or go [here](http://www.daniweb.com/community/syntax) you'll see how to quote and use the other markdown featured. -
Replied To a Post in File Copy Detection
Just have a look at the output from Sysinternals' Filemon to see what it is possible to detect. -
Replied To a Post in Jokes
A travelling salesman drives into a farmer's yard. As he gets out of the car, he notices a three-legged pig walking through the lawn. When the farmer comes out to … -
Replied To a Post in Data mining
I'll address the first problem - you have to provide more information. I do not know what PCA/SVD is. Please provide a sample of the data and an explanation of … -
Replied To a Post in Gender-Specific Toys and Tech
>uh, I see precious few girls interested in GI Joe play sets... That's the point I was making. If they had tried to sell them as G.I. Joe "dolls" they … -
Replied To a Post in Gender-Specific Toys and Tech
As a side note relating to gender differences, newborns, once they start to respond to visual stimuli, show gender specific traits. Boys, generally, are more attentive and responsive to mobiles … -
Replied To a Post in Gender-Specific Toys and Tech
"Action figure" is only a marketing term used to sell dolls to boys. -
Replied To a Post in Random Facts
I hope not for the same reason. -
Gave Reputation to ddanbe in Random Facts
On the average, cats sleep 16-18 hours a day.
The End.