Click here to Skip to main content
15,914,795 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Run a vb project in other systems Pin
Dave Kreskowiak29-Mar-14 4:03
mveDave Kreskowiak29-Mar-14 4:03 
QuestionHow to delete file from FTPS server (using LibCurlNet) Pin
Johan Hakkesteegt28-Mar-14 0:51
Johan Hakkesteegt28-Mar-14 0:51 
AnswerRe: How to delete file from FTPS server (using LibCurlNet) Pin
Dave Kreskowiak28-Mar-14 4:13
mveDave Kreskowiak28-Mar-14 4:13 
GeneralRe: How to delete file from FTPS server (using LibCurlNet) Pin
Johan Hakkesteegt30-Mar-14 20:07
Johan Hakkesteegt30-Mar-14 20:07 
QuestionUsing matlab fuction in VB 6 Pin
azhari2428-Mar-14 0:16
azhari2428-Mar-14 0:16 
AnswerRe: Using matlab fuction in VB 6 Pin
Dave Kreskowiak28-Mar-14 4:14
mveDave Kreskowiak28-Mar-14 4:14 
Questionform resources vs project resources Pin
dilkonika27-Mar-14 2:19
dilkonika27-Mar-14 2:19 
AnswerRe: form resources vs project resources Pin
Nicholas Marty27-Mar-14 2:53
professionalNicholas Marty27-Mar-14 2:53 
You use Form resources usually to provide localization for a specific form. so you get a set of resource files for each form making it easier for you to maintain them and VS already provides some mechanisms that automate the localization for you that way.

project resources should be used for things that aren't bound to a specific form but are used in the whole application. A good example would be error messages.

For a bit more information about localization take a look at Walkthrough: Localizing Windows Forms[^] or search through the articles on codeproject about localization.

I hope this helps Smile | :)
QuestionSynchronizing raised events to UI thread possible? Pin
Sam Marrocco24-Mar-14 11:40
Sam Marrocco24-Mar-14 11:40 
AnswerRe: Synchronizing raised events to UI thread possible? Pin
Bernhard Hiller24-Mar-14 22:18
Bernhard Hiller24-Mar-14 22:18 
GeneralRe: Synchronizing raised events to UI thread possible? Pin
Sam Marrocco25-Mar-14 7:33
Sam Marrocco25-Mar-14 7:33 
AnswerRe: Synchronizing raised events to UI thread possible? Pin
Eddy Vluggen26-Mar-14 8:24
professionalEddy Vluggen26-Mar-14 8:24 
QuestionQuestions about SMO Pin
dilkonika24-Mar-14 2:57
dilkonika24-Mar-14 2:57 
AnswerRe: Questions about SMO Pin
Chris Quinn24-Mar-14 3:30
Chris Quinn24-Mar-14 3:30 
GeneralRe: Questions about SMO Pin
dilkonika24-Mar-14 4:02
dilkonika24-Mar-14 4:02 
GeneralRe: Questions about SMO Pin
Chris Quinn24-Mar-14 4:05
Chris Quinn24-Mar-14 4:05 
GeneralRe: Questions about SMO Pin
dilkonika24-Mar-14 4:08
dilkonika24-Mar-14 4:08 
GeneralRe: Questions about SMO Pin
Chris Quinn24-Mar-14 4:10
Chris Quinn24-Mar-14 4:10 
GeneralRe: Questions about SMO Pin
Chris Quinn24-Mar-14 4:14
Chris Quinn24-Mar-14 4:14 
GeneralRe: Questions about SMO Pin
Eddy Vluggen24-Mar-14 8:13
professionalEddy Vluggen24-Mar-14 8:13 
QuestionZedgraph YAxis Bit Values with Text Labels Pin
Member 224024223-Mar-14 22:22
Member 224024223-Mar-14 22:22 
QuestionVB.NET aximp.exe not found Pin
CharlesDE23-Mar-14 21:20
CharlesDE23-Mar-14 21:20 
AnswerRe: VB.NET aximp.exe not found Pin
Bernhard Hiller23-Mar-14 22:00
Bernhard Hiller23-Mar-14 22:00 
GeneralRe: VB.NET aximp.exe not found Pin
CharlesDE23-Mar-14 22:32
CharlesDE23-Mar-14 22:32 
QuestionIdentifying process completion Pin
Sam Marrocco23-Mar-14 10:26
Sam Marrocco23-Mar-14 10:26 

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.