English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i am using vb.net , and i want to edit the programm that sb else did before me, the problem is that they have used lines like .... if Msg.msg = 32 then .... , can anyone tell me what the numbers represent and also how i can get the meanings of this numbers ? Means a lot if u can do that

2007-03-08 02:20:22 · 1 answers · asked by mimi 1 in Computers & Internet Programming & Design

1 answers

You have to know what the Msg object is, obviously. From there you can determine what the msg property of the Msg object is, etc. etc.

Look for where Msg is declared, and what kind of object it is declared as. While you're at it, you should probably learn .NET before you try to modify a program written in it.

2007-03-08 02:22:41 · answer #1 · answered by Rex M 6 · 1 0

fedest.com, questions and answers