Click here to Skip to main content
16,004,919 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCombobox event handling in gridview controls Pin
Pradip Kishore24-Sep-07 22:33
Pradip Kishore24-Sep-07 22:33 
QuestionStrConv("string", vbFromUnicode) in VBScript Pin
gbgift24-Sep-07 22:00
gbgift24-Sep-07 22:00 
AnswerRe: StrConv("string", vbFromUnicode) in VBScript Pin
Dave Kreskowiak25-Sep-07 1:34
mveDave Kreskowiak25-Sep-07 1:34 
GeneralRe: StrConv("string", vbFromUnicode) in VBScript Pin
gbgift25-Sep-07 6:27
gbgift25-Sep-07 6:27 
GeneralRe: StrConv("string", vbFromUnicode) in VBScript Pin
Dave Kreskowiak25-Sep-07 12:58
mveDave Kreskowiak25-Sep-07 12:58 
GeneralRe: StrConv("string", vbFromUnicode) in VBScript Pin
gbgift25-Sep-07 22:39
gbgift25-Sep-07 22:39 
GeneralRe: StrConv("string", vbFromUnicode) in VBScript Pin
gbgift4-Oct-07 18:23
gbgift4-Oct-07 18:23 
Questionproblem uploading file Pin
eyes200724-Sep-07 21:13
eyes200724-Sep-07 21:13 
hello to all of you out their

i m using vb.net 2005, .net framework version 2.0. and trying to uploading file to my local server with my application.

the problem comes when i try to upload a file to the server, with the code
My.Computer.Network.UploadFile("C:\Documents and Settings\Administrator\Desktop\ashish.txt", "http://192.168.0.3/isol/ashish.txt", "", "", True, 1000, FileIO.UICancelOption.ThrowException)
it throw an error 404 not found

when i place a file having same name on the server, the program cannot throw any error but the file cannot be uploaded.

if i replace the code with this one, the code works fine and it places the file on the located computer.
My.Computer.Network.UploadFile("C:\Documents and Settings\Administrator\Desktop\ashish.txt", "file://///192.168.0.3/c/ashish.txt", "", "", True, 1000, FileIO.UICancelOption.ThrowException)

but this is not something like client/server this is simple network, i need to check it with online website. the server computer contain apache 2.0.59.
i think the problem is with the configuration of apache. i m working on it.

if some has any idea about that please let me know.
any kind of help is highly appreciated.

thanks in advance

help everyone

AnswerRe: problem uploading file Pin
Guffa24-Sep-07 21:37
Guffa24-Sep-07 21:37 
GeneralRe: problem uploading file Pin
eyes200724-Sep-07 22:27
eyes200724-Sep-07 22:27 
AnswerRe: problem uploading file Pin
Guffa24-Sep-07 23:38
Guffa24-Sep-07 23:38 
GeneralRe: problem uploading file Pin
eyes200724-Sep-07 23:40
eyes200724-Sep-07 23:40 
QuestionCrystal reports without using database/dataset in vb.net 2005 Pin
vilasvishu24-Sep-07 20:43
vilasvishu24-Sep-07 20:43 
AnswerRe: Crystal reports without using database/dataset in vb.net 2005 Pin
Jens Meyer24-Sep-07 21:30
Jens Meyer24-Sep-07 21:30 
GeneralRe: Crystal reports without using database/dataset in vb.net 2005 Pin
vilasvishu24-Sep-07 21:55
vilasvishu24-Sep-07 21:55 
GeneralRe: Crystal reports without using database/dataset in vb.net 2005 Pin
darkelv24-Sep-07 23:41
darkelv24-Sep-07 23:41 
QuestionPopulating Treeview using DataTable [modified] Pin
klaydze24-Sep-07 18:57
klaydze24-Sep-07 18:57 
AnswerRe: Populating Treeview using DataTable Pin
Dave Kreskowiak25-Sep-07 1:30
mveDave Kreskowiak25-Sep-07 1:30 
GeneralRe: Populating Treeview using DataTable Pin
klaydze25-Sep-07 15:47
klaydze25-Sep-07 15:47 
GeneralRe: Populating Treeview using DataTable Pin
Dave Kreskowiak25-Sep-07 16:12
mveDave Kreskowiak25-Sep-07 16:12 
GeneralRe: Populating Treeview using DataTable Pin
klaydze25-Sep-07 18:47
klaydze25-Sep-07 18:47 
QuestionRunning windows application in LAN Pin
skandaapriya24-Sep-07 18:41
skandaapriya24-Sep-07 18:41 
AnswerRe: Running windows application in LAN Pin
Paras Kaneriya24-Sep-07 19:15
Paras Kaneriya24-Sep-07 19:15 
AnswerRe: Running windows application in LAN Pin
MohammadAmiry24-Sep-07 19:58
MohammadAmiry24-Sep-07 19:58 
AnswerRe: Running windows application in LAN Pin
manni_n25-Sep-07 0:40
manni_n25-Sep-07 0:40 

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.