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 (24) | Comment RSSRSS comment feed

Replacing Font or Color

Friday, 20 November 2009 14:23 by John Shawyer
When designing a Form it is often useful to change the colors of some controls or the font of text controls on the Form. Below is the Form "Phrase Header” from the Phrase XML project (you may wish to download this project).  PhraseXMLSetup.msi (397.00 kb) In the sample below ... [More]

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 (22) | 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 (22) | 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 (18) | Comment RSSRSS comment feed