Forum: Visual Basic 4 / 5 / 6 Jul 18th, 2008 |
| Replies: 0 Views: 317 VBA to save word doc in new 2007 format? Here is some old VBA code inside a Word 2003 document to open and then save a word document:
Documents.Open FileName:=docFileName, ConfirmConversions:=True, _
ReadOnly:=False,... |
Forum: Visual Basic 4 / 5 / 6 Jul 10th, 2008 |
| Replies: 1 Views: 310 debugging word 2003 vba macros This is pertaining to debugging VBA macros for Word 2003. I am debugging a document with a LOT of buttons which launch macros. If I place a breakpoint in a subroutine, and execute the macro by... |
Forum: C++ Jun 7th, 2008 |
| Replies: 1 Views: 312 VC++ 2008 include file directories In VC++ 2008 Express, I open a new "Hello World" project (CLR Console Application). If I right-click the project in the solution explorer, and select "properties", I get a "... Property Pages"... |
Forum: Game Development May 13th, 2008 |
| Replies: 4 Views: 790 windows graphics... history? Well I made it through my first semester of an MSCS. Almost. This summer I want to build a game. I am trying to understand a little bit of the history of Windows graphics and am a bit confused. ... |
Forum: Windows NT / 2000 / XP / 2003 Apr 27th, 2008 |
| Replies: 1 Views: 315 |
Forum: Computer Science and Software Design Apr 23rd, 2008 |
| Replies: 4 Views: 581 Re: vector (1xm array) comparisons I had not thought of looking at C++ vector class, that was a good point. It would appear std::vector supports comparisons on a lexicographic basis, in which cas {2,3,3} is less than {2,3,4}. That's... |
Forum: Computer Science and Software Design Apr 22nd, 2008 |
| Replies: 4 Views: 581 vector (1xm array) comparisons In linear algebra a 1 by m array of (let's say integers) can be considered a vector (row or column). Given 2 row vectors of the same size, can they be compared using <,> ? If so, what relation... |
Forum: Computer Science and Software Design Apr 10th, 2008 |
| Replies: 1 Views: 939 Algorithm Proof, Prim vs. Kruskal (the same?) It's tough being 50 and back in college! If anyone has recently taken an Algorithm class, my question is this: Is the proof for Prim's algorithm any different than for Kruskal? I understand both... |
Forum: IT Careers and Business Mar 15th, 2008 |
| Replies: 8 Views: 733 Re: Am I too old for IT Thanks for the feedback. Sounds like there's hope, even for an old salty dog such as myself. Funny thing, I now find myself back in college, I figured a Masters in Computer Science might add some... |
Forum: IT Careers and Business Mar 15th, 2008 |
| Replies: 8 Views: 733 Am I too old for IT I was a Unix, C, C++ programmer for 17 years then got out of IT during the 2001 dot com crash (to teach Junior/High School). Teaching was/is rewarding but I want to finish my working years in IT. ... |