Debug Working Directory

Friday, 20 November 2009 17:35 by isis
Having spent some years working with Microsoft Access, I am new to Visual Studio. I thought I would point out some trivialities that have made this transition bearable maybe even enjoyable!! Debug Working Directory When you finally get you project into a suitable state to hopefully viewe... [More]
Tags:  
Categories:   VB Language
Actions:   E-mail | Permalink | Comments (35) | Comment RSSRSS comment feed

OOP, but do we actually think like that.

Wednesday, 18 November 2009 18:27 by John Shawyer
OOP started life in the sixties but the publication of "Elements of Reusable Object-Oriented Software" in 1994 really established it as the direction that software design was moving. Dividing the world into objects and classes, complicated to set up, even more complicated to execute. But once estab... [More]
Tags:   , , , ,
Categories:   VB Language
Actions:   E-mail | Permalink | Comments (59) | Comment RSSRSS comment feed

Using uppercase in field names.

Wednesday, 11 November 2009 10:03 by isis
I have always used uppercase when writing field names.(FIRSTNAME,SURNAME). The text editor uses intelliSense and when you are using the editor to enter characters in lowercase it is great when they turn to uppercase on the field names. It tells you that you have the right target!
Tags:  
Categories:   VB Language
Actions:   E-mail | Permalink | Comments (36) | Comment RSSRSS comment feed

“Access to path is denied”

Sunday, 18 October 2009 23:13 by John Shawyer
If you are programming in Vista this can be a confusing error message to receive. In my case I was updating some data in a XML file. There could be several reasons for such a message to originate, but in this case it was the UAC (User Account Control) administrative rights. In XP there were no Admi... [More]
Tags:  
Categories:   VB Language
Actions:   E-mail | Permalink | Comments (56) | Comment RSSRSS comment feed