|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Some error apper to me in my declerationsI have 4 decleration for four functions: Function Next............................ Function Skip............................. Function Reset............................. Function Clone........................... Can Any body told me why I got Under line error under word Next, Also I have 4 decleration for four Subs as follow : Sub Next ............... Sub Skip................ Sub Reset.............. Sub Clone.............. Also as the previous question I got Under line error under word Next ?Why ? Also I Have the following decleration: Sub Select() I got Under line error under Select Function Resume() As Integer I got Under line error under Resume <PreserveSig()> _ Function Do(<[In](), MarshalAs(UnmanagedType.Interface)> undoManager As IOleUndoManager) As<MarshalAs(UnmanagedType.I4)> Integer Also I got Under line error under Do Also I have Implement statment as follow: Implements IOleUndoUnit also I got under line error under implements word ? Any body can told me how can I handel all these error where they are defined inside class ? Any help or redirection will be appreciated regard's Husam "Husam" <Hu***@discussions.microsoft.com> schrieb Do you remember> Hi EveryBody: > > I have 4 decleration for four functions: > Function Next............................ > Function Skip............................. > Function Reset............................. > Function Clone........................... > Can Any body told me why I got Under line error under word Next, For Next ? ;-) Next is a reserved word. Use function [Next] instead. Same with Select, Do, Resume etc. Put them in square brackets. Armin
Problem to write a good serie of bytes in a file.
Printing using margins Subclassed Textbox OnLeave Overrides Additional information: Cast from string "" to type 'Double' is not valid. error Report writers for VB.NET PostMessage ComboBox Visual Basic 2005 current working directory problem taskbar icon Making Bitmaps and Graphics objects - two ways |
|||||||||||||||||||||||