Click here to Skip to main content
15,886,518 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: using downloads Pin
Curtis Schlak.27-Feb-09 12:46
Curtis Schlak.27-Feb-09 12:46 
QuestionHelp spawing more then 25 threads per processor in a thread pool Pin
PoweredByOtgc27-Feb-09 10:14
PoweredByOtgc27-Feb-09 10:14 
AnswerRe: Help spawing more then 25 threads per processor in a thread pool Pin
Dave Kreskowiak27-Feb-09 10:49
mveDave Kreskowiak27-Feb-09 10:49 
GeneralRe: Help spawing more then 25 threads per processor in a thread pool Pin
PoweredByOtgc28-Feb-09 4:57
PoweredByOtgc28-Feb-09 4:57 
QuestionCopy File From One Location To Another + Urgent + Sourabh Das Pin
Dot Net Jantu27-Feb-09 5:39
Dot Net Jantu27-Feb-09 5:39 
AnswerRe: Copy File From One Location To Another + Urgent + Sourabh Das Pin
kriskomar27-Feb-09 5:51
kriskomar27-Feb-09 5:51 
AnswerRe: Copy File From One Location To Another + Urgent + Sourabh Das Pin
Luc Pattyn27-Feb-09 6:04
sitebuilderLuc Pattyn27-Feb-09 6:04 
AnswerRe: Copy File From One Location To Another + Urgent + Sourabh Das Pin
PoweredByOtgc27-Feb-09 10:27
PoweredByOtgc27-Feb-09 10:27 
Private Sub btnTransfer_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnTransfer.Click

if not io.directory.exists("D:\TransferTest\") then
io.directory.createdirectory("D:\Tran.....")
enf if
File.Copy(filename, "D:\TransferTest\")

End Sub
GeneralRe: Copy File From One Location To Another + Urgent + Sourabh Das Pin
Luc Pattyn27-Feb-09 11:35
sitebuilderLuc Pattyn27-Feb-09 11:35 
QuestionUpgrading VB6 to VB.net printing problem Pin
tbkfile27-Feb-09 5:08
tbkfile27-Feb-09 5:08 
AnswerRe: Upgrading VB6 to VB.net printing problem Pin
Sebastian Br.27-Feb-09 7:43
Sebastian Br.27-Feb-09 7:43 
GeneralRe: Upgrading VB6 to VB.net printing problem Pin
tbkfile27-Feb-09 18:36
tbkfile27-Feb-09 18:36 
QuestionDataset containing nullable datetime values does not like a null datetime? Pin
kriskomar27-Feb-09 4:56
kriskomar27-Feb-09 4:56 
AnswerRe: Dataset containing nullable datetime values does not like a null datetime? Pin
johnsontroye27-Feb-09 9:38
johnsontroye27-Feb-09 9:38 
GeneralRe: Dataset containing nullable datetime values does not like a null datetime? Pin
kriskomar27-Feb-09 9:59
kriskomar27-Feb-09 9:59 
AnswerRe: Dataset containing nullable datetime values does not like a null datetime? Pin
PoweredByOtgc28-Feb-09 5:07
PoweredByOtgc28-Feb-09 5:07 
GeneralRe: Dataset containing nullable datetime values does not like a null datetime? Pin
kriskomar1-Mar-09 6:00
kriskomar1-Mar-09 6:00 
GeneralRe: Dataset containing nullable datetime values does not like a null datetime? Pin
PoweredByOtgc1-Mar-09 6:32
PoweredByOtgc1-Mar-09 6:32 
GeneralRe: Dataset containing nullable datetime values does not like a null datetime? Pin
kriskomar1-Mar-09 14:58
kriskomar1-Mar-09 14:58 
GeneralRe: Dataset containing nullable datetime values does not like a null datetime? Pin
PoweredByOtgc2-Mar-09 13:56
PoweredByOtgc2-Mar-09 13:56 
AnswerPartial fix for control not allowing null value to pass to dataset and database Pin
kriskomar3-Mar-09 6:45
kriskomar3-Mar-09 6:45 
AnswerRe: Dataset containing nullable datetime values does not like a null datetime? Pin
kriskomar4-Mar-09 7:05
kriskomar4-Mar-09 7:05 
GeneralRe: Dataset containing nullable datetime values does not like a null datetime? Pin
kriskomar5-Mar-09 4:58
kriskomar5-Mar-09 4:58 
Questionhow to do the custom installation of vb.net windows applications project ? [modified] Pin
pramod251727-Feb-09 2:08
pramod251727-Feb-09 2:08 
AnswerRe: how to do the custom installation of vb.net windows applications project ? Pin
Eddy Vluggen27-Feb-09 2:34
professionalEddy Vluggen27-Feb-09 2:34 

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.