Specific question or "help me with this code"??
Is it me or the forums are losing the usefulness that it used to have? There are dozens of post asking "How do I get to show a MsgBox when all the Textboxes have all numbers?" or you get a long-long-long code for you to analize it. Trillions of threads that had already been asked that pulls down the "hard" threads that nobody answer because it goes down too quickly.
I heard of a newsgroup that once the admin writes "RTFM" (Read the f-word manual) nobody ever post anything else about the subject.
Do you think the forum would need to go back to the "specific questions"?
Do you think the stupid posts should be answered with a "RTFM" or "Please, search the forums" instead of getting again dozen of repeated posts (which would be quite similar to the previous ones)
The Badger wants to speak using a turtle...
Thought I'd have my say...
I hate irrelavant subjects for posts. It's OK once a thread has been added and the other following subjects, for posts added to this thread, are silly...(see above :D). But a subject of "Please Help" could mean anything. I now don't view them since virtually everytime I do I find someone asking something like "I can't print a document to the printer...please help..."...What ****ing document, what printer, waht code are you using...for ****s sake!!! Why do people leave out important points when posting...I am ill, doctor, what's wrong with me?! **** OFF! :MAD:
Sorry, I really hate it :D
Also, what does my nut in is when I, or someone else posts a "hard" (not newbie) question, say for example raising events while subclassing a class module...and someone posts "You have to define your varible to be public in the class module" and "You have to define it using WithEvents..."....Really?! Did you have a team of ****ing monkeys to work that one out! DOH! :D Doesn't the fact the question is about subclassing and API, and the fact I say it work, and the fact I have over 1200 posts, tend to suggest I would already know this *sigh*
I ahve just re-read what I have written...Oooo good old whinge :D
Couldn't "we" (vbForums) have a "How To..." section...with code snippets listed alphabetically??? Have 3 sections: BAsic-Have things like changing the color of your form, Medium-Populating a treeview using ADO ( a question I saw here the other day), Advanced - Subclassing a class module and using API to smack Mendhak :D Hahaha, sorry, I am still smiling even though this post my seem harsh.
This way if someone has a problem they go to the code snippets section to find their code 1st, if they can't find it then post a message on vbForums...I know for a fact I would find this very helpfull...It also make you aware of other code that you might not need then, but will do later...Not saying post full apps or anything, just have cut and paste or zip files with code so users can find things fast. I know it may take a bit of time to set up, but it will be worth it.
Right I have had my say, and it seems to have turned into a HUGE rant :D
Sorry...
Off to invade a farmers barn...Hahahaha, the American pledge goes against the constitution...Now that's funny :D Hahahaha....Sorry. :)
Adios,
Woka
All the budgy eggs in the world still wouldn't make a good pancake...
I think I may come across as a tad harsh in my posts on this thread. I appologise...Had a tough day at work *sigh*
I don't mean to be rude, and I appriciate people applying to my posts, but when I have been waiting 3 days for an answer and I get a mail saying someone has replied my reaction is Wooohohooooo! :D Then I go to the post and it says "You have to Dim WithEvents", I just look and think *sigh*...I know people mean well and don't deliberately mean to patronising. Now and again, I'm sure I have posted some crap, which people have looked at and thought "What the hell is he talking about!"...Misreading the question is one of my strong points, although I don't do it very often :D
TechGnome...Cheers :D I agree, a code snippet section would be great.
Could we have the vbForums home page changed so it HUGE letters it says:
Press F1
:D
Me.
Lalalalalala...alalala.lalalala...The Beatles...sorry no, the Monkeys!
Failing to work out why you're getting a Type Mismatch error is a very valid problem, but asking how to add a node to a treeview is not, since if you press F1 while in the VB IDE it will display the TreeView help file, which tells you, in detail, how to add nodes and all other related topics :D
There is a HUGE difference...
For the first 5 months I learnt ALL of my VB from the help files :D I still use them...Oooo I am stuck...*Press F1*...Oh that's how to do it :D
B d? New language called B...Mm?!
Quote:
Originally posted by MartinLiss
For those of you who mentioned tutorials, plenderj has a good set here
It's OK, to a certain extent, but a section on vbForums, rather than a thread, with a huge list of code snipets. not just 10 or 20, really wouldn't go a miss :D
Typing "I have searched the web/forum/MSDN but am still having problems" as a subject is far too easy, and it brings me back to my earlier point that a relavant subject heading is required.
I can't stress enough that the MS VB help files have enough in them to help most programmers with most problems, but people just "conceniently" forget about them :) ie, it's amazing how many people don't know how to use the IF and SELECT statements...These are detailed very well in VB help files, and it only takes common sense to modify them slightly to make your code better...eg:
VB Code:
If lngWoof = 0 And lngGrowl = 1 Then
MsgBox "Howl!"
End If
If lngWoof = 0 And lngGrowl = 2 Then
MsgBox "Sausage..."
End If
If lngWoof = 0 And lngGrowl = 3 Then
MsgBox "Badgers in my pants..."
End If
'It's not ****ing rocket science to work out that the above can be replaced with
If lngWoof = 0 Then
Select Case lngGrowl
Case 1
MsgBox "Howl!"
Case 2
MsgBox "Sausage..."
Case 3
MsgBox "Badgers in my pants..."
End Select
End If
The SELECT statment could also be replaced with the ELSEIF statements.
But people still ask...If only people pressed F1 on the IF statement and then looked at the help file, then at the related sections, they would find the SELECT statement, and a lovely help file...
I feel too many people here have no common sense, sorry if that offends you, and just want the moon on a stick straight away without even thinking.
Just had a thought...Could we have either:
3 sections...Advanced, Medium and Beginners section, where you need to have over x many posts to access them? So Beginners don't post small and tw*tty questions in the advanced section of General VB Questions...?
OR
Have, in your preferences, a field which you set, so that you can't see posts by people with less POSTS than you have secified. ie If I set it to 500 then I will only see posts by people who have over 500 posts...
OR
Just have a biginners corner of vbForums where people can ask small and tw*tty questions...???
Don't get me wrong, I don't have anything against begineers in the slightest, but you have to agree the majority of complete bollox on here is posted by beginners, or Mendhak :D Sorry, only kidding :) Hahahaha
Right that's it...
Another HUGE post from me.
I really must get some work done...
Bad vbForums *SLAP* :D
Adios,
Wokawooooooooooooooo
Re: B d? New language called B...Mm?!
Quote:
Originally posted by Wokawidget
It's OK, to a certain extent, but a section on vbForums, rather than a thread, with a huge list of code snipets. not just 10 or 20, really wouldn't go a miss :D
Have you ever looked to the left of the forums you are posting on? Or actually probably the top because you are using the VBWorld format and not the VBSquare format. Either way, there are tons of snippets and tutorials on both these sites www.vbworld.com and www.vbsquare.com. They have lots of tutorials, articles, tips and demo projets for people to download and look at. If more people realize they were there, then they wouldn't ask "dumb" questions anymore... but people tend to not look around, and instead just plop the question down. If that's what they want to do, then let them do it, and just ignore them. Simple as that.
Re: B d? New language called B...Mm?!
Quote:
Originally posted by Wokawidget
Just had a thought...Could we have either:
3 sections...Advanced, Medium and Beginners section, where you need to have over x many posts to access them? So Beginners don't post small and tw*tty questions in the advanced section of General VB Questions...?
OR
Have, in your preferences, a field which you set, so that you can't see posts by people with less POSTS than you have secified. ie If I set it to 500 then I will only see posts by people who have over 500 posts...
OR
Just have a biginners corner of vbForums where people can ask small and tw*tty questions...???
Don't get me wrong, I don't have anything against begineers in the slightest, but you have to agree the majority of complete bollox on here is posted by beginners, or Mendhak :D Sorry, only kidding :) Hahahaha
Right that's it...
Another HUGE post from me.
I really must get some work done...
Bad vbForums *SLAP* :D
Adios,
Wokawooooooooooooooo
Why does the # of posts indicate your Beginer/Intermediate/Advance level? By your standards, I'd proly fit into the "Beginer" catagory, yet I've been in VB since the early days of VB 3 and would consider myself Advanced. The only reason my # of Posts is low is due to my newness to this board. Maybe what is needed is a B/I/A setting in the UserCP. :confused:
Level of expertice cannot be determined by posts alone. I've seen newbies w/ way more posts than me. That's becasue they are asking so many questions (some needed, and some.... well, that's why we are here....)
I think it's going to come down to common sense on everyone's part. Posters and readers alike.
Posters: Pay attention. At least appear to be making an effort to do some initial reasearch before asking for help. "God helps those who help themselves." Same concept applies here.
Readers/Replyers: Be kind, we've all been there. Nudge them a little, don't push. Try the "I think I may have seen that on MSDN somewhere. Have you tried looking there?" then give them a link.
Just my two cents worth.
Moon pie and chips...£67.99!!!
Don't get me wrong, I am all for helping beginners, but there are some questions that even the hardened, most helpful, user still thinks "What the...!". eg:
VB Code:
Dim MyName As Long
MyName = "Badger"
Q. "Why do I get an error?" :rolleyes:
You have got to admit, that even for a beginner that is just inexcusable...:D
If you have an advanced section then wouldn't beginners just go and add to that? :(
I feel that at the end of the day it will be impossible to sort this out, without some serious stokey beard sessions at head office :D
OK, maybe going on posts = experience is a bad idea, but is was the concept of determining who is advanced and who isn't that I was getting at...
I think everyone has posted some crap reply or thread without realising, it's bound to happen. I know I have...:(
God my typing is terrible :( Boooooooooo...Sorry.