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

Visual Basic

 
AnswerRe: Error writing to windows Registry Pin
Richard Deeming31-Mar-14 8:34
mveRichard Deeming31-Mar-14 8:34 
GeneralRe: Error writing to windows Registry Pin
dilkonika31-Mar-14 8:55
dilkonika31-Mar-14 8:55 
GeneralRe: Error writing to windows Registry Pin
Richard Deeming31-Mar-14 9:05
mveRichard Deeming31-Mar-14 9:05 
GeneralRe: Error writing to windows Registry Pin
dilkonika31-Mar-14 9:12
dilkonika31-Mar-14 9:12 
GeneralRe: Error writing to windows Registry Pin
Richard Deeming31-Mar-14 9:17
mveRichard Deeming31-Mar-14 9:17 
GeneralRe: Error writing to windows Registry Pin
dilkonika31-Mar-14 9:25
dilkonika31-Mar-14 9:25 
GeneralRe: Error writing to windows Registry Pin
Richard Deeming31-Mar-14 9:33
mveRichard Deeming31-Mar-14 9:33 
GeneralRe: Error writing to windows Registry Pin
dilkonika31-Mar-14 9:45
dilkonika31-Mar-14 9:45 
GeneralRe: Error writing to windows Registry Pin
Richard Deeming31-Mar-14 9:49
mveRichard Deeming31-Mar-14 9:49 
GeneralRe: Error writing to windows Registry Pin
dilkonika31-Mar-14 10:08
dilkonika31-Mar-14 10:08 
GeneralRe: Error writing to windows Registry Pin
Richard Andrew x6431-Mar-14 10:42
professionalRichard Andrew x6431-Mar-14 10:42 
QuestionCompare databases structure Pin
dilkonika29-Mar-14 2:42
dilkonika29-Mar-14 2:42 
AnswerRe: Compare databases structure Pin
Peter Leow29-Mar-14 3:12
professionalPeter Leow29-Mar-14 3:12 
QuestionRun a vb project in other systems Pin
Sanya Raj29-Mar-14 0:03
Sanya Raj29-Mar-14 0:03 
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 
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 

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.