Click here to Skip to main content
15,914,452 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Visual Basic needs more credit Pin
PIEBALDconsult10-Jun-14 4:52
mvePIEBALDconsult10-Jun-14 4:52 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg10-Jun-14 5:03
Colborne_Greg10-Jun-14 5:03 
GeneralRe: Visual Basic needs more credit Pin
OriginalGriff10-Jun-14 5:11
mveOriginalGriff10-Jun-14 5:11 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg10-Jun-14 5:15
Colborne_Greg10-Jun-14 5:15 
GeneralRe: Visual Basic needs more credit Pin
OriginalGriff10-Jun-14 6:17
mveOriginalGriff10-Jun-14 6:17 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg10-Jun-14 9:59
Colborne_Greg10-Jun-14 9:59 
GeneralRe: Visual Basic needs more credit Pin
dave.dolan11-Jun-14 3:37
dave.dolan11-Jun-14 3:37 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg11-Jun-14 5:20
Colborne_Greg11-Jun-14 5:20 
The entire difference between C# and VB are involved in that factoring, suppressing exceptions is not an acceptable thing for my employee's to do, suppressing exceptions happens by my efficiency team; who decided that at this moment didn't need to know the error.

In visual basic with block

With CameraControl.LastKnownTaken
    DateTakenBlock.Text = .DateTaken
    FileNameBlock.Text = .FileName
    LatitudeBlock.Text = .Latitude
    LongitudeBlock.Text = .Longitude
End With


notice the period, if you cant figure out that the words with a period before them belong to the with block I wouldn't hire you
GeneralRe: Visual Basic needs more credit Pin
dave.dolan11-Jun-14 5:36
dave.dolan11-Jun-14 5:36 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg11-Jun-14 5:39
Colborne_Greg11-Jun-14 5:39 
GeneralRe: Visual Basic needs more credit Pin
dave.dolan11-Jun-14 5:45
dave.dolan11-Jun-14 5:45 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg11-Jun-14 5:51
Colborne_Greg11-Jun-14 5:51 
GeneralRe: Visual Basic needs more credit Pin
dave.dolan11-Jun-14 5:57
dave.dolan11-Jun-14 5:57 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg11-Jun-14 6:07
Colborne_Greg11-Jun-14 6:07 
GeneralRe: Visual Basic needs more credit Pin
dave.dolan11-Jun-14 6:09
dave.dolan11-Jun-14 6:09 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg11-Jun-14 6:15
Colborne_Greg11-Jun-14 6:15 
GeneralRe: Visual Basic needs more credit Pin
PIEBALDconsult10-Jun-14 5:15
mvePIEBALDconsult10-Jun-14 5:15 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg10-Jun-14 5:19
Colborne_Greg10-Jun-14 5:19 
GeneralRe: Visual Basic needs more credit Pin
Ziad Elmalki11-Jun-14 2:28
Ziad Elmalki11-Jun-14 2:28 
GeneralRe: Visual Basic needs more credit Pin
thequux11-Jun-14 6:14
thequux11-Jun-14 6:14 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg11-Jun-14 6:19
Colborne_Greg11-Jun-14 6:19 
GeneralRe: Visual Basic needs more credit Pin
thequux11-Jun-14 8:12
thequux11-Jun-14 8:12 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg11-Jun-14 8:28
Colborne_Greg11-Jun-14 8:28 
GeneralRe: Visual Basic needs more credit Pin
thequux11-Jun-14 12:57
thequux11-Jun-14 12:57 
GeneralRe: Visual Basic needs more credit Pin
Colborne_Greg11-Jun-14 14:24
Colborne_Greg11-Jun-14 14:24 

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.