Click here to Skip to main content
15,888,527 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VS 2008 Team edition Pin
0x3c025-Mar-09 9:24
0x3c025-Mar-09 9:24 
GeneralRe: VS 2008 Team edition Pin
Ashfield25-Mar-09 9:12
Ashfield25-Mar-09 9:12 
Questionwant to Display Upper Case Letters in Text Box while Pressing Lower Case Letters, How? Pin
pramod251724-Mar-09 23:31
pramod251724-Mar-09 23:31 
AnswerRe: want to Display Upper Case Letters in Text Box while Pressing Lower Case Letters, How? Pin
Anoop Brijmohun25-Mar-09 0:19
Anoop Brijmohun25-Mar-09 0:19 
Questiondownload file from server error Pin
Anoop Brijmohun24-Mar-09 21:27
Anoop Brijmohun24-Mar-09 21:27 
AnswerRe: download file from server error Pin
Dave Kreskowiak25-Mar-09 4:33
mveDave Kreskowiak25-Mar-09 4:33 
GeneralRe: download file from server error Pin
Anoop Brijmohun27-Mar-09 1:54
Anoop Brijmohun27-Mar-09 1:54 
GeneralRe: download file from server error Pin
Dave Kreskowiak27-Mar-09 11:54
mveDave Kreskowiak27-Mar-09 11:54 
Uhh...you already are doing this. You've got the correct method, the trick is to use the correct "domain\username" and "password". If you're downloading a file from a Windows server or workstation, you need to understand how Windows networking works.

If the server is in a domain environment, you need to use an account that the domain recognizes. If the server and workstation that you're code is running on are in different domains, then you need to specify the domain that the server will recognize, usually the same domain the server is in.

Now, there's a catch. If you're logging the workstation in under one account and making connections to the server, you cannot use a seperate account to download the file form the same server.

If the server is in a workgroup environment, then you may have to specify the name of the server as the domain part of the username.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




QuestionAdd a node to the Treeview by selecting it from the ComboBox [modified] Pin
wr302824-Mar-09 20:19
wr302824-Mar-09 20:19 
AnswerRe: Add a node to the Treeview by selecting it from the ComboBox Pin
Dave Kreskowiak25-Mar-09 4:30
mveDave Kreskowiak25-Mar-09 4:30 
GeneralRe: Add a node to the Treeview by selecting it from the ComboBox Pin
wr302825-Mar-09 19:38
wr302825-Mar-09 19:38 
GeneralRe: Add a node to the Treeview by selecting it from the ComboBox Pin
Dave Kreskowiak26-Mar-09 4:45
mveDave Kreskowiak26-Mar-09 4:45 
GeneralRe: Add a node to the Treeview by selecting it from the ComboBox Pin
wr302829-Mar-09 22:00
wr302829-Mar-09 22:00 
GeneralRe: Add a node to the Treeview by selecting it from the ComboBox Pin
Dave Kreskowiak30-Mar-09 1:53
mveDave Kreskowiak30-Mar-09 1:53 
GeneralRe: Add a node to the Treeview by selecting it from the ComboBox Pin
wr302830-Mar-09 1:56
wr302830-Mar-09 1:56 
Questiondefaulting to 1 month priror in a DateTimePicker Pin
AARONDAS24-Mar-09 19:34
AARONDAS24-Mar-09 19:34 
AnswerRe: defaulting to 1 month priror in a DateTimePicker Pin
_Damian S_24-Mar-09 19:54
professional_Damian S_24-Mar-09 19:54 
Question[Message Deleted] Pin
aihui_893124-Mar-09 17:25
aihui_893124-Mar-09 17:25 
AnswerRe: interface with VB Pin
_Damian S_24-Mar-09 17:34
professional_Damian S_24-Mar-09 17:34 
QuestionVS 2005 does not recognize the Table Adapters in code Pin
paulogomes24-Mar-09 5:23
paulogomes24-Mar-09 5:23 
AnswerRe: VS 2005 does not recognize the Table Adapters in code Pin
Jon_Boy24-Mar-09 6:14
Jon_Boy24-Mar-09 6:14 
GeneralRe: VS 2005 does not recognize the Table Adapters in code Pin
paulogomes24-Mar-09 6:26
paulogomes24-Mar-09 6:26 
GeneralRe: VS 2005 does not recognize the Table Adapters in code Pin
Jon_Boy24-Mar-09 8:20
Jon_Boy24-Mar-09 8:20 
QuestionRun Application in Administrator mode Pin
pdnet24-Mar-09 4:07
pdnet24-Mar-09 4:07 
QuestionRun Application in Administrator mode Pin
pdnet24-Mar-09 4:06
pdnet24-Mar-09 4:06 

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.