Click here to Skip to main content
15,891,646 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
What about using a BackgroundWorker for the background task? The ProgressChanged event will be sent to the correct thread, and you could use the Object userState parameter for your specific parameters. But in the end, that might create a different overhead for your events and look like just another WTF...
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 
AnswerRe: Identifying process completion Pin
Alan N23-Mar-14 11:02
Alan N23-Mar-14 11:02 
GeneralRe: Identifying process completion Pin
Sam Marrocco23-Mar-14 11:23
Sam Marrocco23-Mar-14 11:23 

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.