Click here to Skip to main content
15,887,683 members

S Douglas - Professional Profile



Summary

    Blog RSS
2
Author
3,549
Authority
5,057
Debator
12
Enquirer
661
Organiser
3,011
Participant
0
Editor
Just another hack, who manages to take care of issues that would otherwise go unsolved. Smile | :)

 

Reputation

Weekly Data. Recent events may not appear immediately. For information on Reputation please see the FAQ.

Privileges

Members need to achieve at least one of the given member levels in the given reputation categories in order to perform a given action. For example, to store personal files in your account area you will need to achieve Platinum level in either the Author or Authority category. The "If Owner" column means that owners of an item automatically have the privilege. The member types column lists member types who gain the privilege regardless of their reputation level.

ActionAuthorAuthorityDebatorEditorEnquirerOrganiserParticipantIf OwnerMember Types
Have no restrictions on voting frequencysilversilversilversilver
Bypass spam checks when posting contentsilversilversilversilversilversilvergoldSubEditor, Mentor, Protector, Editor
Store personal files in your account areaplatinumplatinumSubEditor, Editor
Have live hyperlinks in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Have the ability to include a biography in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Edit a Question in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Edit an Answer in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Delete a Question in Q&AYesSubEditor, Protector, Editor
Delete an Answer in Q&AYesSubEditor, Protector, Editor
Report an ArticlesilversilversilversilverSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending ArticlegoldgoldgoldgoldSubEditor, Mentor, Protector, Editor
Edit other members' articlesSubEditor, Protector, Editor
Create an article without requiring moderationplatinumSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending QuestionProtector
Approve/Disapprove a pending AnswerProtector
Report a forum messagesilversilverbronzeProtector, Editor
Approve/Disapprove a pending Forum MessageProtector
Have the ability to send direct emails to members in the forumsProtector
Create a new tagsilversilversilversilver
Modify a tagsilversilversilversilver

Actions with a green tick can be performed by this member.


 
GeneralSpring Time Pin
S Douglas11-Mar-06 5:18
professionalS Douglas11-Mar-06 5:18 
GeneralWhere does the time go? Pin
S Douglas18-Feb-06 17:56
professionalS Douglas18-Feb-06 17:56 
GeneralHTML Help Pin
S Douglas1-Feb-06 23:30
professionalS Douglas1-Feb-06 23:30 
GeneralMore VS2005 Junk Pin
S Douglas31-Jan-06 23:30
professionalS Douglas31-Jan-06 23:30 
GeneralVS2005 Pin
S Douglas28-Jan-06 0:56
professionalS Douglas28-Jan-06 0:56 
GeneralCDialog ON_UPDATE_COMMAND_UI Problems Pin
S Douglas24-Jan-06 20:14
professionalS Douglas24-Jan-06 20:14 
GeneralCool Pin
S Douglas24-Jan-06 19:43
professionalS Douglas24-Jan-06 19:43 
GeneralVS2005 Pin
S Douglas24-Jan-06 19:32
professionalS Douglas24-Jan-06 19:32 
I got a copy of VS2005 Standard edition for attending the MS Visual Studio Launch party a few months ago. Well I'm finally getting around to writing something with it.

I'm tired of both Win Amp and Media player. Neither one of them have the one feature I really want. Which is a Queue; I really wanted an MP3 player that would work just like an old Juke box. Nothing terrible special so I figured that would be a decent little app to cut my teeth with VS2005. Under development MP3Caddy[^]

All I have to say is I'm very disappointed with VS2005; it’s taken a couple of steps back from VS6. About the only things they added to it for MFC C++ developers are a prettier interface.

What I dislike

  1. Adding / Managing Message maps in VS2005 is a joke. Why should I always have to go back and open the dialog / form to add a message map when I used to be able to do it from right clicking on the class it self?
  2. Where is the darn Class Wizard? The class wizard was a great way to manage variables. Why didn’t they improve upon its design instead of just nixing it
  3. It seems that the new tool for adding variables / member functions needs a lot of work, first it occasionally flakes out doest care what I choose for scope it adds it as something completely different. What’s even worse is when it does add the new item it creates a new protected, private, public label (I cant seem to recall the correct term for the scope operator so label will have to suffice) for it. Why not put the new variable / function in an existing label?
  4. Could the warning messages from the complier get any vaguer?
  5. The MSDN just flat out sucks! I like the UI, even though it’s slow as molasses in February.
  6. Macros, ugg I can’t seem to figure out how to record a macro (a non temporary one) I have little macro I use for adding comments, it formats them just the way I like. No more I guess.
  7. Release versions, sigh; don’t get me started. So in order to save end users from DLL hell we put developers through install hell. I just don’t get it, and I haven’t found anything that clues me it to the magic of creating installer packages. Well at least with distributing the MFC8.0 I can run my apps on Windows 2000 without a problem.
  8. Intelisence just sucks now, its more useless than the VS6 version. I wonder if Whole Tomato will make a version of their Intelisence for VS2005 for us C++ developers.
  9. Why is the code snippet library only available for C# and VB.NET?
  10. Why on earth can’t I double click on the very top title bar and have it switch from maximized / restore? Come on VS team take a look at the Windows UI standards.
  11. I better stop now before you get the opinion I hate VS2005, maybe I need to learn C# in order to better understand what is so great about VS2005.


What I like.

  1. The STL compiles without tons of warning messages.
  2. The complier is a lot stricter about what it accepts and its warning are more verbose.
  3. The tabbed interface.
  4. Auto hiding tool bars, even though they can be a royal pain. It’s still a nice feature.


If I find more I like / dislike about VS2005 I will try and update this. I'm sure others have a longer list of like / dislikes and they are probably in a better position to complain. I just needed to vent a little.

Why oh why can’t I drag a class onto the current document and have VS just figure out I want to use that as a member, and provide me a little input box to type in a name for it. Have VS do the necessary include and add it as a member variable. Now that would help (at least me).



I need a new sig, got one handy?

-- modified at 2:09 Thursday 26th January, 2006
GeneralKnowledge Base Pin
S Douglas22-Jan-06 21:28
professionalS Douglas22-Jan-06 21:28 
GeneralRe: Knowledge Base Pin
code-frog25-Jan-06 21:13
professionalcode-frog25-Jan-06 21:13 
GeneralRe: Knowledge Base Pin
S Douglas25-Jan-06 21:34
professionalS Douglas25-Jan-06 21:34 
GeneralRe: Knowledge Base Pin
Neville Franks30-Jan-06 9:08
Neville Franks30-Jan-06 9:08 
GeneralRe: Knowledge Base Pin
Neville Franks30-Jan-06 9:17
Neville Franks30-Jan-06 9:17 
GeneralRe: Knowledge Base Pin
S Douglas30-Jan-06 19:45
professionalS Douglas30-Jan-06 19:45 
GeneralWhats the big deal? Pin
S Douglas28-Dec-05 15:37
professionalS Douglas28-Dec-05 15:37 
GeneralBack Up Script Pin
S Douglas19-Dec-05 20:58
professionalS Douglas19-Dec-05 20:58 
GeneralRe: Back Up Script Pin
code-frog25-Jan-06 21:08
professionalcode-frog25-Jan-06 21:08 
GeneralRe: Back Up Script Pin
S Douglas25-Jan-06 21:25
professionalS Douglas25-Jan-06 21:25 
GeneralVS2005 Launch Pin
S Douglas19-Dec-05 19:24
professionalS Douglas19-Dec-05 19:24 
GeneralBlogs Pin
S Douglas21-Nov-05 20:06
professionalS Douglas21-Nov-05 20:06 
GeneralNew Sig Pin
S Douglas17-Nov-05 22:59
professionalS Douglas17-Nov-05 22:59 
GeneralMessage Boards Pin
S Douglas16-Nov-05 3:33
professionalS Douglas16-Nov-05 3:33 
GeneralSVN Subversion, update. Pin
S Douglas9-Nov-05 23:55
professionalS Douglas9-Nov-05 23:55 
GeneralAh Normalcy, well for me anyway Pin
S Douglas9-Nov-05 23:35
professionalS Douglas9-Nov-05 23:35 
General... Pin
S Douglas1-Nov-05 19:21
professionalS Douglas1-Nov-05 19:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.