Click here to Skip to main content
15,917,174 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Open .txt file for exclusive use Pin
Dave Kreskowiak17-May-07 10:58
mveDave Kreskowiak17-May-07 10:58 
QuestionSending a filename to a Fortran app Pin
matt_hirst17-May-07 9:25
matt_hirst17-May-07 9:25 
AnswerRe: Sending a filename to a Fortran app Pin
Dave Kreskowiak17-May-07 11:09
mveDave Kreskowiak17-May-07 11:09 
GeneralRe: Sending a filename to a Fortran app Pin
matt_hirst20-May-07 2:32
matt_hirst20-May-07 2:32 
GeneralRe: Sending a filename to a Fortran app Pin
Dave Kreskowiak20-May-07 4:42
mveDave Kreskowiak20-May-07 4:42 
QuestionCondition Property Syntax Pin
Karma3125117-May-07 9:25
Karma3125117-May-07 9:25 
QuestionService deployment question? Pin
tcombs0717-May-07 8:53
tcombs0717-May-07 8:53 
AnswerRe: Service deployment question? Pin
Joseph Guadagno17-May-07 10:15
Joseph Guadagno17-May-07 10:15 
QuestionLooking for existing data... Pin
CCG317-May-07 7:35
CCG317-May-07 7:35 
AnswerRe: Looking for existing data... Pin
Dave Kreskowiak17-May-07 7:55
mveDave Kreskowiak17-May-07 7:55 
Questionshell return value Pin
tj2817-May-07 4:50
tj2817-May-07 4:50 
AnswerRe: shell return value Pin
Dave Kreskowiak17-May-07 5:05
mveDave Kreskowiak17-May-07 5:05 
AnswerRe: shell return value Pin
tj2817-May-07 5:24
tj2817-May-07 5:24 
GeneralRe: shell return value Pin
Dave Kreskowiak17-May-07 5:29
mveDave Kreskowiak17-May-07 5:29 
QuestionBackground image in VB.net Pin
Brizee17-May-07 4:25
Brizee17-May-07 4:25 
AnswerRe: Background image in VB.net Pin
Dave Kreskowiak17-May-07 5:38
mveDave Kreskowiak17-May-07 5:38 
GeneralRe: Background image in VB.net Pin
Brizee17-May-07 5:57
Brizee17-May-07 5:57 
GeneralRe: Background image in VB.net Pin
Dave Kreskowiak17-May-07 6:16
mveDave Kreskowiak17-May-07 6:16 
GeneralRe: Background image in VB.net Pin
Brizee17-May-07 12:49
Brizee17-May-07 12:49 
GeneralRe: Background image in VB.net Pin
Dave Kreskowiak17-May-07 15:21
mveDave Kreskowiak17-May-07 15:21 
GeneralRe: Background image in VB.net Pin
Brizee17-May-07 22:27
Brizee17-May-07 22:27 
GeneralRe: Background image in VB.net Pin
Dave Kreskowiak18-May-07 12:47
mveDave Kreskowiak18-May-07 12:47 
QuestionEnumChildWindows Pin
Knoen17-May-07 3:33
Knoen17-May-07 3:33 
When i call it like this:

<br />
    Public Delegate Function EnumFuncDeleg(ByVal hwnd As Long, ByVal lParam As System.Text.StringBuilder) As Long<br />
    <br />
    Declare Function EnumChildWindows Lib "user32" (ByVal hWndParent As Long, ByVal lpEnumFunc As                              EnumFuncDeleg, ByVal lParam As Long) As Long<br />
<br />
'<br />
'<br />
' Inside function<br />
EnumChildWindows(ProcessInfo.Handle, AddressOf EnumChildWindow, Nothing)<br />



I get an error saying that: System.AccessViolationException was unhandled
Message="An atempt was made to read protected memory, this often inditaces that memory is corrupt."

What could be wrong? It dosent mater what window i try to enum, i allways get the same results Frown | :( Frown | :( Frown | :(

All feedback is welcome Smile | :)

Thanks Smile | :)
AnswerRe: EnumChildWindows Pin
Duncan Edwards Jones17-May-07 4:07
professionalDuncan Edwards Jones17-May-07 4:07 
GeneralRe: EnumChildWindows Pin
Knoen17-May-07 4:18
Knoen17-May-07 4:18 

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.