-
Replied To a Post in What movie have you seen lately?
Funny if you are in the 1%. Not so funny to the rest of us. -
Replied To a Post in Creating an array
When you do Dim myarr(2) As Integer You are declaring an array of integers (indices 0, 1, 2). When you do Dim myarr(2)() As Integer You are declaring an array … -
Replied To a Post in Key Press event
I suggest using CTRL instead of ALT for two reasons: 1. CTRL-ENTER is used in many other apps for this purpose 1. ALT typically activates the menu -
Replied To a Post in feed design
Is that a question? -
Replied To a Post in program
This sounds like a homework assignment. We don't do your homework for you. -
Replied To a Post in Best first lines of a song
Midnight at the oasis Send your camel to bed Maria Muldaur It's not poetic or deep. It's just odd, and that's why I like it. -
Replied To a Post in Return the Sub Value (Newbie Asking for Help)
Do you have a question? -
Replied To a Post in Convert Int type column to String type in DataGridView - Windows Forms
Try SELECT CASE fldname WHEN 0 THEN 'No' ELSE 'Yes' END AS fldname FROM tablename -
Gave Reputation to Stuugie in How is the weather today in your country?
It's warming up!! [Winnipeg Weather](http://www.theweathernetwork.com/weather/canada/manitoba/winnipeg) -
Replied To a Post in hi im a newbie here
I just get suspicious when I see things like that. It's unusual, when copying and pasting a block of code, to have one line in the middle left out. It … -
-
Replied To a Post in hi im a newbie here
Did you happen to notice that the code as posted is incomplete? For example, even though it starts with **Private Sub** there is no opening **If** statement. That means some … -
Replied To a Post in EA Has Officially Ruined Dungeon Keeper !
> I don't see the point of playing since essentially you just pay money to win. In my day we called that pinball. -
Replied To a Post in Birthdays
Happy birthday Mr. Kubelski. -
Gave Reputation to Stuugie in What movie have you seen lately?
Archer, not a movie but damn funny imo. I'm easy like that! -
Edited what wrong with my codes?
an i ask for help? what is wrong with my codes thanks in advance Sub show1() Dim DReader As MySqlDataReader SqlCmd = New MySqlCommand("SELECT * FROM book WHERE accesion_num = … -
Replied To a Post in Sorting Access Database
You can specify the sort order when you retrieve the records by using the ORDER BY clause in the query. SELECT * FROM mytable ORDER BY fieldname -
Replied To a Post in slove by recurson factorial ?
You need to account for all cases. Your function does nothing for Fact(0). You should also just return a value rather than assign it to the textbox in the function. … -
Replied To a Post in There is an elephant on the loo!
I came across an interesting web site the other day. It is maintained by the New York Times and it tracks water pollution violations over the entire United States. Here … -
Replied To a Post in Limit sound frequencies
You can always try editing the example.txt file directly and putting in your own frequencies. Leave the edit window open and every time you do a save you should be … -
Replied To a Post in FormBorder Error
Can you show us the code? -
Replied To a Post in Limit sound frequencies
My GUI is entirely separate from that. What you are looking at is the setup for the equalizer. You have to run my GUI after it is all set up. … -
Replied To a Post in how can one create dynamic textboxes from vb.net code it self ?
In order to be useful it is necessary for dynamically created controls to be added to the form (or a container in the form). Typically you also want to add … -
Replied To a Post in EA Has Officially Ruined Dungeon Keeper !
EA used to produce great software. They created some of the best software released on the Amiga. However, from what I hear about them these days they are pretty much … -
Replied To a Post in Memorable Quotations
Education is what you get when you read the fine print. Experience is what you get when you don't. - Pete Seeger -
Replied To a Post in Jokes
A physicist, a biologist, and a mathematician are sitting on a bench across from a house. They watch as two people go into the house, and then a little later, … -
Replied To a Post in Delete folders with specific name recursively
> Is there anyway I could do this using MS-Dos commands You can run it as a batch job. That's what scripts are for. vbs files are executed either by … -
Replied To a Post in Delete folders with specific name recursively
I wrote this script a few years ago to do just that. You can modify it to restrict it to specific types of names. See attached. Usage: delete_older_than #days [folder] … -
Replied To a Post in Limit sound frequencies
I've attached two files. One is the zip file that contains the source code and compiled application. The other is an example config file. Once you install Equalizer APO, go … -
Replied To a Post in Read word
If you do a Split(line,"=") on each line you will get an array where element 0 has everything to the left of "=" and element 1 gets everything to the … -
Replied To a Post in Microsoft SkyDrive is dead and the hard of thinking killed it
It seems there is more to the story. Apparently One.com, which offers cloud storage solutions under the name 'Cloud Drive' says that OneDrive will lead to confusion. One.com has been … -
Replied To a Post in Possible edit window bug
I did manage to get the code to format properly but I don't understand why it did not format properly as originally entered. here was a space between list item … -
Replied To a Post in What movie have you seen lately?
I'll have to have a look. We just finished The Legend of Korra and we need something new. -
Edited Possible edit window bug
While browsing [this thread](http://www.daniweb.com/software-development/vbnet/threads/472112/increment-or-loop-how-help-me-good-sirs) I noticed that the code was unformatted. Mr. Waddell is well aware of how to format code so I was surprised. When I went to edit … -
Edited Possible edit window bug
While browsing [this thread](http://www.daniweb.com/software-development/vbnet/threads/472112/increment-or-loop-how-help-me-good-sirs) I noticed that the code was unformatted. Mr. Waddell is well aware of how to format code so I was surprised. When I went to edit … -
Edited Possible edit window bug
While browsing [this thread](http://www.daniweb.com/software-development/vbnet/threads/472112/increment-or-loop-how-help-me-good-sirs) I noticed that the code was unformatted. Mr. Waddell is well aware of how to format code so I was surprised. When I went to edit … -
Edited Possible edit window bug
While browsing [this thread](http://www.daniweb.com/software-development/vbnet/threads/472112/increment-or-loop-how-help-me-good-sirs) I noticed that the code was unformatted. Mr. Waddell is well aware of how to format code so I was surprised. When I went to edit … -
Created Possible edit window bug
While browsing [this thread](http://www.daniweb.com/software-development/vbnet/threads/472112/increment-or-loop-how-help-me-good-sirs) I noticed that the code was unformatted. Mr. Waddell is well aware of how to format code so I was surprised. When I went to edit … -
Replied To a Post in Limit sound frequencies
The nice thing about Equalizer EPO is you get to define the frequencies, the number of bands, and you can specify the filter types (high, low, band-pass, etc). -
Replied To a Post in Limit sound frequencies
I had a similar problem. I have lost some hearing in the higher frequencies and was looking for a way to adjust the sound over all applications. I found Equalizer … -
Replied To a Post in New to visual basic
I think you should start with [this video tutorial for beginners](http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners). As for the explanation by ObSys, his terminology may be confusing. **This** is not a "dimension variable". It is … -
Replied To a Post in Microsoft SkyDrive is dead and the hard of thinking killed it
Seen it. Love it. -
Replied To a Post in how to match a fingerprint from database?
From what I understand, fingerprints are not compared the way you would compare images. This is especially impractical considering the varying quality of fingerprints. Some are partials, others are smudged, … -
Replied To a Post in New to visual basic
I think you are going to have to ask a more specific question. I really do not know what you are asking. Also, for future reference, daniweb does not use … -
Edited New to visual basic
Hi all , Im starting to learn visual basic and I have a question if all dont mind to answer me , I need to know and identify each individual … -
Replied To a Post in How is the weather today in your country?
Judging from what I've seen and heard on the news, a lot of New York is looking like this as well. -
Replied To a Post in Getting dates of days in week in VB.net.
Start with this Dim sdate As Date = CDate("2014-01-01") Dim edate As Date = CDate("2014-01-31") Do While sdate <= edate If IsWeekDay(sdate) Then ListBox1.Items.Add(sdate & " " & WeekdayName(Weekday(sdate))) End … -
Replied To a Post in How is the weather today in your country?
I had to shovel steps into the snowbank that has piled up outside my back fence in order to get out of the yard.  -
Replied To a Post in How is the weather today in your country?
I'm about 8 miles away from stuugie and the dog want to go for a walk. -
Replied To a Post in window form Problem ?
You have to refer to a particular instance of an object. Use form2.TextBox1.Text rather then form2.TextBox.Text
The End.