Click here to Skip to main content
15,896,505 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Image in a datagrid ASP.Net VB Pin
Christian Graus5-Jun-08 17:20
protectorChristian Graus5-Jun-08 17:20 
QuestionFilterFor menu option in VBA runtime Pin
Member 14787615-Jun-08 8:28
Member 14787615-Jun-08 8:28 
QuestionMailing send error due to ... !!! Pin
John Kh5-Jun-08 8:05
John Kh5-Jun-08 8:05 
AnswerRe: Mailing send error due to ... !!! Pin
Fu Manchu5-Jun-08 10:10
Fu Manchu5-Jun-08 10:10 
GeneralRe: Mailing send error due to ... !!! Pin
John Kh5-Jun-08 19:02
John Kh5-Jun-08 19:02 
QuestionNavigation Pane Pin
felipeoroz5-Jun-08 5:16
felipeoroz5-Jun-08 5:16 
AnswerRe: Navigation Pane Pin
Christian Graus5-Jun-08 5:42
protectorChristian Graus5-Jun-08 5:42 
QuestionGetting error while using WSAStartup method Pin
Chaitanya kumar CVSS5-Jun-08 1:54
Chaitanya kumar CVSS5-Jun-08 1:54 
Hi
I am facing problem while using windows API in VB.net 2005.
This is the code i am using.
<br />
Private Structure WSADATA<br />
        Dim wVersion As Short<br />
        Dim wHighVersion As Short<br />
        <vbfixedarray(wsadescription_len)> Dim szDescription() As Byte<br />
        <vbfixedarray(wsasys_status_len)> Dim szSystemStatus() As Byte<br />
        Dim iMaxSockets As Short<br />
        Dim iMaxUdpDg As Short<br />
        Dim lpszVendorInfo As Integer<br />
<br />
        Public Sub Initialize()<br />
            ReDim szDescription(WSADescription_Len)<br />
            ReDim szSystemStatus(WSASYS_Status_Len)<br />
        End Sub<br />
    End Structure<br />
<br />
  Private Const WS_VERSION_REQD As Short = &H101S<br />
<br />
 Dim WSAD As New WSADATA<br />
 Dim iReturn As Short<br />
  iReturn = WSAStartup(WS_VERSION_REQD, WSAD)------>This statement is returning an error saying that<br />
<br />
"System.AccessViolationException was unhandled<br />
  Message="Attempted to read or write protected memory. This is often an indication that other memory is corrupt.""<br />
</vbfixedarray(wsasys_status_len)></vbfixedarray(wsadescription_len)>


Please give the suggestions .

Thanks ,
Chaitanya
Questiondisplay information on list box when treeview node is selected Pin
Mamphekgo Bahula5-Jun-08 1:24
Mamphekgo Bahula5-Jun-08 1:24 
AnswerRe: display information on list box when treeview node is selected Pin
Ashfield5-Jun-08 3:21
Ashfield5-Jun-08 3:21 
AnswerRe: display information on list box when treeview node is selected Pin
Anubhava Dimri5-Jun-08 18:44
Anubhava Dimri5-Jun-08 18:44 
QuestionHOW TO CREATE YOUR OWN MEDIA PLAYER!!!!!!!!!!!!!!!! Pin
spinky5-Jun-08 1:12
spinky5-Jun-08 1:12 
AnswerRe: HOW TO CREATE YOUR OWN MEDIA PLAYER!!!!!!!!!!!!!!!! Pin
Johan Hakkesteegt5-Jun-08 3:16
Johan Hakkesteegt5-Jun-08 3:16 
GeneralRe: HOW TO CREATE YOUR OWN MEDIA PLAYER!!!!!!!!!!!!!!!! Pin
MarkB7775-Jun-08 21:05
MarkB7775-Jun-08 21:05 
AnswerRe: HOW TO CREATE YOUR OWN MEDIA PLAYER!!!!!!!!!!!!!!!! Pin
Ashfield5-Jun-08 3:24
Ashfield5-Jun-08 3:24 
AnswerRe: HOW TO CREATE YOUR OWN MEDIA PLAYER!!!!!!!!!!!!!!!! Pin
Christian Graus5-Jun-08 4:10
protectorChristian Graus5-Jun-08 4:10 
GeneralRe: HOW TO CREATE YOUR OWN MEDIA PLAYER!!!!!!!!!!!!!!!! Pin
MarkB7775-Jun-08 21:07
MarkB7775-Jun-08 21:07 
QuestionRunning VB.Net with Crystal Reports load problem Pin
Central_IT4-Jun-08 23:53
Central_IT4-Jun-08 23:53 
AnswerRe: Running VB.Net with Crystal Reports load problem Pin
ChandraRam5-Jun-08 0:02
ChandraRam5-Jun-08 0:02 
GeneralRe: Running VB.Net with Crystal Reports load problem Pin
Central_IT5-Jun-08 0:09
Central_IT5-Jun-08 0:09 
GeneralRe: Running VB.Net with Crystal Reports load problem Pin
ChandraRam5-Jun-08 0:15
ChandraRam5-Jun-08 0:15 
AnswerRe: Running VB.Net with Crystal Reports load problem Pin
Anubhava Dimri5-Jun-08 18:54
Anubhava Dimri5-Jun-08 18:54 
QuestionWhat is the difference between Return and Exit Sub? Pin
epp11234-Jun-08 23:13
epp11234-Jun-08 23:13 
AnswerRe: What is the difference between Return and Exit Sub? Pin
Jay Royall4-Jun-08 23:33
Jay Royall4-Jun-08 23:33 
GeneralRe: What is the difference between Return and Exit Sub? Pin
Guffa5-Jun-08 23:32
Guffa5-Jun-08 23:32 

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.