Click here to Skip to main content
15,919,340 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to filter Record using Crystal report 10 in vb 6 with Access database Pin
Member 1154805216-Jun-15 4:32
Member 1154805216-Jun-15 4:32 
AnswerRe: How to filter Record using Crystal report 10 in vb 6 with Access database Pin
CHill6016-Jun-15 5:03
mveCHill6016-Jun-15 5:03 
QuestionHow can I detect if a database exist in a sql server Pin
satc15-Jun-15 15:34
satc15-Jun-15 15:34 
AnswerRe: How can I detect if a database exist in a sql server Pin
PIEBALDconsult15-Jun-15 16:14
mvePIEBALDconsult15-Jun-15 16:14 
QuestionVisual basic book Pin
ammarlodhi15-Jun-15 1:40
ammarlodhi15-Jun-15 1:40 
AnswerRe: Visual basic book Pin
Mycroft Holmes15-Jun-15 14:27
professionalMycroft Holmes15-Jun-15 14:27 
QuestionMove project resources to separate file Pin
satc12-Jun-15 22:31
satc12-Jun-15 22:31 
AnswerRe: Move project resources to separate file Pin
Eddy Vluggen13-Jun-15 11:39
professionalEddy Vluggen13-Jun-15 11:39 
If you are going to separate them from your executable, I'd recommend to put them into a resource-file, in a separate assembly.

The end-result would be the same as when you added them to the executable, with the minor diffrence of the overhead of an extra assembly. You'd need to load the thing to access the resources. If they are application-resources that are often used, then they'd be needed anyway. The size won't change, whether they are in a separate file or in the executable.

I do recommend using resource-files; and do use the generated and type-safe access that visual studio provides. Not only does it structure resources, it also makes internationalization easier, since your resources can vary by culture, defaulting to, well, the default culture of your design.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: Move project resources to separate file Pin
satc13-Jun-15 13:27
satc13-Jun-15 13:27 
GeneralRe: Move project resources to separate file Pin
Eddy Vluggen13-Jun-15 13:36
professionalEddy Vluggen13-Jun-15 13:36 
GeneralRe: Move project resources to separate file Pin
satc13-Jun-15 13:49
satc13-Jun-15 13:49 
GeneralRe: Move project resources to separate file Pin
Eddy Vluggen14-Jun-15 1:49
professionalEddy Vluggen14-Jun-15 1:49 
QuestionMimic the Recycle Bin on a vb.net+SQl server database Pin
satc12-Jun-15 15:45
satc12-Jun-15 15:45 
AnswerRe: Mimic the Recycle Bin on a vb.net+SQl server database Pin
Sascha Lefèvre12-Jun-15 16:48
professionalSascha Lefèvre12-Jun-15 16:48 
GeneralRe: Mimic the Recycle Bin on a vb.net+SQl server database Pin
satc12-Jun-15 17:41
satc12-Jun-15 17:41 
GeneralRe: Mimic the Recycle Bin on a vb.net+SQl server database Pin
Sascha Lefèvre12-Jun-15 23:56
professionalSascha Lefèvre12-Jun-15 23:56 
GeneralRe: Mimic the Recycle Bin on a vb.net+SQl server database Pin
Eddy Vluggen13-Jun-15 11:55
professionalEddy Vluggen13-Jun-15 11:55 
GeneralRe: Mimic the Recycle Bin on a vb.net+SQl server database Pin
satc15-Jun-15 23:22
satc15-Jun-15 23:22 
GeneralRe: Mimic the Recycle Bin on a vb.net+SQl server database Pin
Eddy Vluggen16-Jun-15 0:29
professionalEddy Vluggen16-Jun-15 0:29 
GeneralRe: Mimic the Recycle Bin on a vb.net+SQl server database Pin
satc16-Jun-15 0:50
satc16-Jun-15 0:50 
GeneralRe: Mimic the Recycle Bin on a vb.net+SQl server database Pin
Eddy Vluggen16-Jun-15 1:02
professionalEddy Vluggen16-Jun-15 1:02 
GeneralRe: Mimic the Recycle Bin on a vb.net+SQl server database Pin
satc16-Jun-15 9:17
satc16-Jun-15 9:17 
GeneralRe: Mimic the Recycle Bin on a vb.net+SQl server database Pin
Eddy Vluggen16-Jun-15 11:08
professionalEddy Vluggen16-Jun-15 11:08 
QuestionConsole Application: read xml from unc-path with passed credentials Pin
Member 1170954712-Jun-15 9:44
Member 1170954712-Jun-15 9:44 
AnswerRe: Console Application: read xml from unc-path with passed credentials Pin
Eddy Vluggen13-Jun-15 11:42
professionalEddy Vluggen13-Jun-15 11:42 

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.