Click here to Skip to main content
15,907,492 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VB??????? Pin
Jon_Boy20-Mar-09 7:24
Jon_Boy20-Mar-09 7:24 
AnswerRe: VB??????? Pin
Dave Kreskowiak20-Mar-09 10:21
mveDave Kreskowiak20-Mar-09 10:21 
AnswerRe: VB??????? Pin
Christian Graus20-Mar-09 11:08
protectorChristian Graus20-Mar-09 11:08 
Questiondll function and arguments Pin
Member 300016220-Mar-09 4:42
Member 300016220-Mar-09 4:42 
AnswerRe: dll function and arguments Pin
Dave Kreskowiak20-Mar-09 4:58
mveDave Kreskowiak20-Mar-09 4:58 
GeneralRe: dll function and arguments Pin
Jon_Boy20-Mar-09 5:07
Jon_Boy20-Mar-09 5:07 
GeneralRe: dll function and arguments Pin
Member 300016220-Mar-09 10:53
Member 300016220-Mar-09 10:53 
QuestionCOM Exception in VB6 to VB.NET conversion [modified] Pin
BREdwards20-Mar-09 2:37
BREdwards20-Mar-09 2:37 
Hello, I'm in the process of converting an application from VB6 to VB.NET. So far things have been going very smoothly, however I've come across an error I'm not sure how to get around. It happens on a line with a function that takes an object as its argument and returns a short. Basically what's supposed to happen is that if the result is not -1 then the app is supposed to close out due to it timing out if a button isn't clicked in time.

So far, after stepping through, the aforementioned function seems to run without error, but when the app tries to compare the result against a constant (-1), then the error occurs. The error is this:

Error Code 61837

Error Source is something I'm not sure how to duplicate with a keyboard, looks like 8 to the first power and a capital A with a tilde over it.

Error message is "Unable to write read-only property"

Here's the line in question: If util_Pause(myObject.Property, 200) <> CONST_MINUSONE Then

Thanks in advance

[EDIT] Okay, I fixed the issue, though any advice for the future would be welcome. I just set an object variable equal to what I was originally throwing into the function and just threw that in as the argument. That fixed the issue.

modified on Friday, March 20, 2009 8:57 AM

QuestionHow do i capture httprequest or header? Pin
milansolanki19-Mar-09 23:53
milansolanki19-Mar-09 23:53 
AnswerRe: How do i capture httprequest or header? Pin
Dave Kreskowiak20-Mar-09 5:00
mveDave Kreskowiak20-Mar-09 5:00 
AnswerRe: How do i capture httprequest or header? Pin
tech60320-Mar-09 17:48
tech60320-Mar-09 17:48 
QuestionVB call to SAP Remote Functions Pin
yog211219-Mar-09 23:47
yog211219-Mar-09 23:47 
AnswerRe: VB call to SAP Remote Functions Pin
Vimalsoft(Pty) Ltd20-Mar-09 2:27
professionalVimalsoft(Pty) Ltd20-Mar-09 2:27 
GeneralRe: VB call to SAP Remote Functions Pin
yog211220-Mar-09 6:28
yog211220-Mar-09 6:28 
GeneralRe: VB call to SAP Remote Functions Pin
Vimalsoft(Pty) Ltd22-Mar-09 20:32
professionalVimalsoft(Pty) Ltd22-Mar-09 20:32 
Questionmake sure that the max index on a list is less than the list size Pin
zaimah19-Mar-09 23:20
zaimah19-Mar-09 23:20 
AnswerRe: make sure that the max index on a list is less than the list size Pin
Christian Graus19-Mar-09 23:47
protectorChristian Graus19-Mar-09 23:47 
GeneralRe: make sure that the max index on a list is less than the list size Pin
zaimah25-Mar-09 16:28
zaimah25-Mar-09 16:28 
Questioncan u help my project?? Pin
jieya19-Mar-09 20:55
jieya19-Mar-09 20:55 
AnswerRe: can u help my project?? Pin
Christian Graus19-Mar-09 21:09
protectorChristian Graus19-Mar-09 21:09 
GeneralRe: can u help my project?? Pin
EliottA20-Mar-09 2:49
EliottA20-Mar-09 2:49 
AnswerRe: can u help my project?? [modified] Pin
Jon_Boy20-Mar-09 2:35
Jon_Boy20-Mar-09 2:35 
Questionproblem related to sorting of listview.... Pin
dhaval khatri19-Mar-09 19:27
dhaval khatri19-Mar-09 19:27 
AnswerRe: problem related to sorting of listview.... Pin
Christian Graus19-Mar-09 19:53
protectorChristian Graus19-Mar-09 19:53 
GeneralRe: problem related to sorting of listview.... Pin
dhaval khatri20-Mar-09 19:36
dhaval khatri20-Mar-09 19:36 

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.