Click here to Skip to main content
15,796,333 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionftp - connect [modified] Pin
locaas26-Feb-07 2:17
locaas26-Feb-07 2:17 
AnswerRe: ftp - connect Pin
Tim Carmichael26-Feb-07 2:32
Tim Carmichael26-Feb-07 2:32 
QuestionBackgroundworker Class Pin
tonyalex26-Feb-07 2:03
tonyalex26-Feb-07 2:03 
AnswerRe: Backgroundworker Class Pin
mr_lasseter26-Feb-07 5:18
mr_lasseter26-Feb-07 5:18 
GeneralRe: Backgroundworker Class Pin
tonyalex2-Mar-07 3:52
tonyalex2-Mar-07 3:52 
Questionmultilingual, help me plsss Pin
Member 384017426-Feb-07 2:02
Member 384017426-Feb-07 2:02 
QuestionRaising Events & Multithreading Pin
Member 384931926-Feb-07 1:26
Member 384931926-Feb-07 1:26 
QuestionAdding a line of text to the end of a file over HTTPS Pin
merrittholmes26-Feb-07 1:09
merrittholmes26-Feb-07 1:09 
I am trying to add a line of text to a log file over HTTPS and after trying lots of different methods I either get a 405 error (method not valid) if I use POST or if I use PUT it simply overwrites the file rather than appending. I am literally pulling my hair out with this. Any help would be much appreciated. My code at the moment is:

Dim client As New System.Net.WebClient()

client.Credentials = New System.Net.NetworkCredential("XXX", "YYY")

client.UploadString("https://sbs.expwconsulting.com/Event generator/Logs/checks.txt", "PUT", "Test")

QuestionChange Data Grid Column Name Pin
Vikash Yadav26-Feb-07 0:50
Vikash Yadav26-Feb-07 0:50 
AnswerRe: Change Data Grid Column Name Pin
Sachin Gokhale27-Feb-07 21:29
Sachin Gokhale27-Feb-07 21:29 
QuestionProblem accessing Access DB file on a shared network drive Pin
Alex Feature26-Feb-07 0:39
Alex Feature26-Feb-07 0:39 
GeneralRe: Problem accessing Access DB file on a shared network drive Pin
Alex Feature26-Feb-07 20:55
Alex Feature26-Feb-07 20:55 
GeneralRe: Problem accessing Access DB file on a shared network drive Pin
Alex Feature28-Feb-07 4:40
Alex Feature28-Feb-07 4:40 
Questionproject help requires...plzzzzz Pin
prabir kishore26-Feb-07 0:31
prabir kishore26-Feb-07 0:31 
AnswerRe: project help requires...plzzzzz Pin
Christian Graus26-Feb-07 11:32
protectorChristian Graus26-Feb-07 11:32 
GeneralRe: project help requires...plzzzzz Pin
prabir kishore26-Feb-07 19:31
prabir kishore26-Feb-07 19:31 
GeneralRe: project help requires...plzzzzz Pin
Christian Graus26-Feb-07 22:55
protectorChristian Graus26-Feb-07 22:55 
QuestionHow to retriving the Image files from ACCESS 2003 Pin
somagunasekaran25-Feb-07 23:33
somagunasekaran25-Feb-07 23:33 
Questioninterfacing vb .net and a hardware Pin
tomoyo_akumin25-Feb-07 20:41
tomoyo_akumin25-Feb-07 20:41 
AnswerRe: interfacing vb .net and a hardware Pin
Christian Graus25-Feb-07 21:35
protectorChristian Graus25-Feb-07 21:35 
QuestionCPU Usage per process Pin
The ANZAC25-Feb-07 20:25
The ANZAC25-Feb-07 20:25 
AnswerRe: CPU Usage per process Pin
TwoFaced26-Feb-07 9:54
TwoFaced26-Feb-07 9:54 
GeneralRe: CPU Usage per process Pin
The ANZAC26-Feb-07 11:24
The ANZAC26-Feb-07 11:24 
GeneralRe: CPU Usage per process Pin
TwoFaced26-Feb-07 12:51
TwoFaced26-Feb-07 12:51 
QuestionDesign Time TypeConverter Hell [modified] Pin
shoorrock25-Feb-07 16:11
shoorrock25-Feb-07 16:11 

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.