CodeSlave

3,453
reputation
1151 views

Registered User

name CodeSlave
member for 1 year
seen 47 mins ago
website
location Earth
age 39
Oh gawd, I never fill these out
1d
revised C# class does not implement inherited abstract member
fixed a tag
Dec
10
revised fmod VS2008 unresolved externals in dependant project
removed and extra tag
Dec
9
revised Compare Folders in TFS
fixed a tag
Dec
9
revised Create Visual Studio (vs.net) 2008 Solution Templates?
removed and extra tag
Dec
9
revised Visual Basic - Object reference not set to an instance of an object
fixed some tags and formatting
Dec
9
revised Connecting and Fetching a record form sequel server 2005.
fixed a tag
Dec
4
revised Clarification on a header without #includes
removed a tag
Dec
4
revised How to Call an event when a specific item on CheckBoxList is clicked?
fixed a tag
Dec
4
revised Visual Studio 2008 Intellisense with struct keyword
fixed a tag and formatting
Dec
4
revised Visual Studio 2005 Design Mode Issue
fixed tags
Dec
4
revised Visual Studio Windows Form Preview In Different Resolution?
fixed a tag
Dec
4
revised How to create full screen window with MFC?
fixed tas
Dec
4
revised Variable inspection in Visual Studio 2008 in asp.net IronPython inside a class
fixed tags
Dec
4
revised Embedding app.config - working only in release, debugg does not
fixed a tag
Nov
27
revised Installing - microsoft visual c++ 2003 redistributable package - Getting Error
fixed some tags
Nov
27
revised Configure Visual Studio Errors Messages (should be referenced)
fixed a tag
Nov
27
revised Why does my Visual Studio 2005 detach from the process when I start the debugger?
fixed some tags
Nov
27
revised Serious bug of Visual C++ 6.0/2003 compiler
fxied a tag
Nov
27
revised Visual studio does not recognize aspnet_wp.exe when attaching to process
fixed a tag
Nov
21
comment Compiling and Running java in Unix ( coming from Windows )
I changed the semi-colon to colon as in the accepted answer.
Nov
20
answered Visual Studio 2005 build problem
Nov
20
revised Force to support inheritance
fixed a tag
Nov
19
asked Can you encode an mp3 file with multiple bitrates?
Nov
18
revised What are these WCF service reference files
fixed a tag
Nov
18
revised How to make Visual Studio editor stop scrolling past bottom of a file?
removed a tag
Nov
16
revised Running application in Visual Studio Express
fixed a tag
Oct
26
awarded  Popular Question
Oct
21
asked How do I find where a missing reference is used in MS Access
Oct
21
awarded  Nice Answer
Oct
19
comment HTML/JSP visual design mode
Tnay, see my comment on the OP's question.
Oct
19
comment HTML/JSP visual design mode
Tnay, you say in 1588068 that it is a duplicate of this one. Which is the chicken and which is the egg. Only one should be marked as a duplicate, or neither will get answered.
Oct
19
comment HTML / JSP Visual Design Editor
Tnay, you say in 1587652 that it is a duplicate of this one. Which is the chicken and which is the egg. Only one should be marked as a duplicate, or neither will get answered.
Oct
15
answered Visual C++ compiling error
Oct
5
awarded  Notable Question
Oct
2
comment ms Access form subform sort
note: you might have to cycle OrderByOn false and then true to get it to take affect, especially if you've previously turned it on.
Oct
1
comment What non-programming books should programmers read?
What, no "Planiverse"?
Oct
1
comment Access Database Default Date cannot contain 00 hour, 00 min or 00 sec
Yah, I'd bite bullet and change that piece. Why the heck are they multiplying the date parts together? To get some kind of unique identifier?
Sep
30
accepted Microsoft Access Disable User Input for Automation
Sep
30
answered Microsoft Access Disable User Input for Automation
Sep
28
comment Are there any good resources for dealing with “User Document” (.dob) files
Yah, I know. But someone used tech because it was there. Thanks.
Sep
28
comment Boss doesn’t believe my time estimate… advice/backup?
It's not really contrary to what's normal for project management. X is how long we have to do the project. Y is how long the feature set will take. Now tell me which features you want to cut (or resources you want to add) to get Y < X.
Sep
27
comment How to fix method saveastext of object failed?
I assume you got the same results when you renamed app2's form. And it still failed on app2's form when you changed the order.
Sep
26
awarded  Popular Question
Sep
25
asked Are there any good resources for dealing with “User Document” (.dob) files
Sep
23
answered How to fix method saveastext of object failed?
Sep
21
comment Multiple insert problem
So the short story is you were trying to reuse the same key (an auto-number that you are generating) for each insert, on a column that has a unique constraint. This is what the Autonumber datatype is meant to avoid. You shouldn't be creating them yourself.
Sep
21
comment What is the worst real-world macros/pre-processor abuse you’ve ever come across?
Of course, I can't help but think he would have saved just as many characters if he had just removed the parenthesis ()'s from around the return values; which are of course, not necessary in C. :-D
Sep
18
comment What is the worst real-world macros/pre-processor abuse you’ve ever come across?
My eyes! The goggles do nothing!
Sep
18
comment What is the worst real-world macros/pre-processor abuse you’ve ever come across?
Hey, I think I used to work with that 'architect' as well. He eventually got reclassified senior-architect when he needed to have his ego appeased.
Sep
14
comment How To Retrieve and Display Records from an Access Database
Are you trying to do this in VBA or through the GUI?