Click here to Skip to main content
16,006,749 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to determine an array is empty in VBA Pin
Coding C#15-Sep-06 22:23
Coding C#15-Sep-06 22:23 
Questionfileinfo to string?? Pin
Silver-Grey13-Sep-06 4:19
Silver-Grey13-Sep-06 4:19 
Questionhow to get Treeview and Textbox together Pin
jeevim13-Sep-06 4:10
jeevim13-Sep-06 4:10 
AnswerRe: how to get Treeview and Textbox together Pin
Dave Kreskowiak14-Sep-06 6:29
mveDave Kreskowiak14-Sep-06 6:29 
QuestionGlobal variables across 2 forms Pin
steve_rm13-Sep-06 4:06
steve_rm13-Sep-06 4:06 
AnswerRe: Global variables across 2 forms Pin
Christian Graus13-Sep-06 11:58
protectorChristian Graus13-Sep-06 11:58 
AnswerRe: Global variables across 2 forms Pin
tanya foster14-Sep-06 4:22
tanya foster14-Sep-06 4:22 
QuestionShoutcast project urgent help required Pin
tarunjain2004407113-Sep-06 3:57
tarunjain2004407113-Sep-06 3:57 
hi everyone
i m trying to make a stream ripper for shoutcast server.
i m sending a httpwebrequest to the server but i m when trying to get the respone from the server i get protocol violation error

here is the code for sending the web request:



dim ServerPath as string="/"

Dim Prx As New WebProxy("172.31.101.101", 8080)
Prx.BypassProxyOnLocal = True
Prx.Credentials = New NetworkCredential("xyz", "xyz")

if Not Server Is Nothing Then
Request = CType(WebRequest.Create(Server), HttpWebRequest)
Request.Headers.Clear()
Request.Proxy = Prx
Else
MessageBox.Show("Please enter the name of the server you want to connect to", "Server Address Required", MessageBoxButtons.OK, MessageBoxIcon.Error)
Return
End If

Request.Timeout = 500000
Request.Headers.Add("GET", ServerPath & "HTTP/1.1")
Request.Headers.Add("icy-metadata:1")
' Request.UserAgent = "WinampMPEG/5.09"

Try
Response = Request.GetResponse()
Catch ex As Exception
MessageBox.Show(ex.Message, "Error in Connection",MessageBoxButtons.OK, MessageBoxIcon.Error)
Return
End Try

Questionapplication that send's a mail Pin
locaas13-Sep-06 3:06
locaas13-Sep-06 3:06 
AnswerRe: application that send's a mail Pin
Christian Graus13-Sep-06 12:02
protectorChristian Graus13-Sep-06 12:02 
QuestionAbout maximizing the forms into the task bar. Pin
ravindra_p13-Sep-06 0:58
ravindra_p13-Sep-06 0:58 
AnswerRe: About maximizing the forms into the task bar. Pin
Tushar Kothari13-Sep-06 3:47
Tushar Kothari13-Sep-06 3:47 
QuestionProblem in opening Cash Drawer in VB.NET Pin
V Senthil12-Sep-06 23:19
V Senthil12-Sep-06 23:19 
AnswerRe: Problem in opening Cash Drawer in VB.NET Pin
Christian Graus13-Sep-06 12:03
protectorChristian Graus13-Sep-06 12:03 
GeneralRe: Problem in opening Cash Drawer in VB.NET Pin
V Senthil13-Sep-06 19:53
V Senthil13-Sep-06 19:53 
GeneralRe: Problem in opening Cash Drawer in VB.NET Pin
Dave Kreskowiak14-Sep-06 6:04
mveDave Kreskowiak14-Sep-06 6:04 
Questionhow to pass parameter from my windows form to cyrstal report that depend on sql stored procedure Pin
ravihd12-Sep-06 22:34
ravihd12-Sep-06 22:34 
QuestionBitMap to JPEG Pin
MozhdehQeraati12-Sep-06 20:08
MozhdehQeraati12-Sep-06 20:08 
AnswerRe: BitMap to JPEG Pin
Christian Graus13-Sep-06 12:05
protectorChristian Graus13-Sep-06 12:05 
QuestionVB.Net Design Page Corruption Pin
skandaapriya12-Sep-06 19:24
skandaapriya12-Sep-06 19:24 
AnswerRe: VB.Net Design Page Corruption Pin
Guffa12-Sep-06 19:40
Guffa12-Sep-06 19:40 
Questioncrystal reports 8.5 continues Pin
slowbutsure2912-Sep-06 16:32
slowbutsure2912-Sep-06 16:32 
AnswerRe: crystal reports 8.5 continues Pin
Tushar Kothari13-Sep-06 3:18
Tushar Kothari13-Sep-06 3:18 
Questioncrystal reports 8.5 Pin
slowbutsure2912-Sep-06 16:26
slowbutsure2912-Sep-06 16:26 
AnswerRe: how to refresh data report? Pin
slowbutsure2912-Sep-06 17:20
slowbutsure2912-Sep-06 17:20 

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.