Click here to Skip to main content
15,887,485 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: DataGridView.Column("name").DefaultCellStyle.Format applied to all columns (it shouldn't be) Pin
Johan Hakkesteegt24-Apr-15 4:03
Johan Hakkesteegt24-Apr-15 4:03 
AnswerRe: DataGridView.Column("name").DefaultCellStyle.Format applied to all columns (it shouldn't be) Pin
Eddy Vluggen22-Apr-15 4:51
professionalEddy Vluggen22-Apr-15 4:51 
GeneralRe: DataGridView.Column("name").DefaultCellStyle.Format applied to all columns (it shouldn't be) Pin
Johan Hakkesteegt22-Apr-15 20:31
Johan Hakkesteegt22-Apr-15 20:31 
GeneralRe: DataGridView.Column("name").DefaultCellStyle.Format applied to all columns (it shouldn't be) Pin
Eddy Vluggen22-Apr-15 22:38
professionalEddy Vluggen22-Apr-15 22:38 
QuestionUnsure How to Approach New Personal Project Pin
cyberphreak198121-Apr-15 7:06
cyberphreak198121-Apr-15 7:06 
AnswerRe: Unsure How to Approach New Personal Project Pin
Sascha Lefèvre21-Apr-15 7:24
professionalSascha Lefèvre21-Apr-15 7:24 
GeneralRe: Unsure How to Approach New Personal Project Pin
cyberphreak198121-Apr-15 7:27
cyberphreak198121-Apr-15 7:27 
GeneralRe: Unsure How to Approach New Personal Project Pin
Sascha Lefèvre21-Apr-15 7:36
professionalSascha Lefèvre21-Apr-15 7:36 
I would store the scripts in the database. The only advantage I could see not doing this (and just storing the file name instead) would be the ease of editing a script by opening it with a text editor - so you wouldn't have to implement a functionality for that. But the drawback would be that you give up one of the database's benefits: data integrity.

If you probably want to offer your application to your class mates you might want to choose a single-file database system for ease of setup (SQLite would be my recommendation).
If the brain were so simple we could understand it, we would be so simple we couldn't. — Lyall Watson

GeneralRe: Unsure How to Approach New Personal Project Pin
cyberphreak198121-Apr-15 7:40
cyberphreak198121-Apr-15 7:40 
GeneralRe: Unsure How to Approach New Personal Project Pin
Sascha Lefèvre21-Apr-15 8:34
professionalSascha Lefèvre21-Apr-15 8:34 
QuestionEntity framework : How to get DBcontext.ChangeTracker.Entries(of ???)) for a class known only at runtime Pin
dilkonika20-Apr-15 18:22
dilkonika20-Apr-15 18:22 
AnswerRe: Entity framework : How to get DBcontext.ChangeTracker.Entries(of ???)) for a class known only at runtime Pin
Dave Kreskowiak21-Apr-15 1:50
mveDave Kreskowiak21-Apr-15 1:50 
QuestionContinue to next step in a for..next loop only when the user press a button. Pin
dilkonika18-Apr-15 17:59
dilkonika18-Apr-15 17:59 
AnswerRe: Continue to next step in a for..next loop only when the user press a button. Pin
PIEBALDconsult18-Apr-15 18:52
mvePIEBALDconsult18-Apr-15 18:52 
GeneralRe: Continue to next step in a for..next loop only when the user press a button. Pin
dilkonika18-Apr-15 19:01
dilkonika18-Apr-15 19:01 
GeneralRe: Continue to next step in a for..next loop only when the user press a button. PinPopular
PIEBALDconsult18-Apr-15 19:21
mvePIEBALDconsult18-Apr-15 19:21 
GeneralRe: Continue to next step in a for..next loop only when the user press a button. Pin
dilkonika18-Apr-15 19:41
dilkonika18-Apr-15 19:41 
GeneralRe: Continue to next step in a for..next loop only when the user press a button. Pin
Richard MacCutchan18-Apr-15 21:11
mveRichard MacCutchan18-Apr-15 21:11 
GeneralRe: Continue to next step in a for..next loop only when the user press a button. Pin
dilkonika19-Apr-15 4:54
dilkonika19-Apr-15 4:54 
GeneralRe: Continue to next step in a for..next loop only when the user press a button. Pin
Dave Kreskowiak19-Apr-15 5:26
mveDave Kreskowiak19-Apr-15 5:26 
GeneralRe: Continue to next step in a for..next loop only when the user press a button. Pin
dilkonika19-Apr-15 5:30
dilkonika19-Apr-15 5:30 
GeneralRe: Continue to next step in a for..next loop only when the user press a button. Pin
Richard MacCutchan19-Apr-15 6:59
mveRichard MacCutchan19-Apr-15 6:59 
GeneralRe: Continue to next step in a for..next loop only when the user press a button. PinPopular
Dave Kreskowiak19-Apr-15 5:20
mveDave Kreskowiak19-Apr-15 5:20 
GeneralRe: Continue to next step in a for..next loop only when the user press a button. Pin
dilkonika19-Apr-15 5:28
dilkonika19-Apr-15 5:28 
GeneralRe: Continue to next step in a for..next loop only when the user press a button. Pin
Dave Kreskowiak19-Apr-15 5:35
mveDave Kreskowiak19-Apr-15 5:35 

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.