What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » Forum & Website » DZ - [code] Improvement Suggestion...

DZ - [code] Improvement Suggestion...
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
O.P. DZ - [code] Improvement Suggestion...
I know this might be usless to some people but to others it would be a really good idea when posting source code.

With the current [code][/code] everything shows up black as it should. But with Visual Basic programming and some others certain key words are colour coded. Now DZ could you by any chance add the ability to type [code=vb] And colour code the text accordingly.

I think this:

code:
'This is just an example for calling the oMessenger object passed through the Initialize Function into a Variable.
'Make sure to set a reference to the MessengerAPI Type Library


Public WithEvents MessengerAPI As MessengerAPI.Messenger

Public Function Initialize(ByVal nVersion As Long, ByVal sUserEmail As String, ByVal oMessenger As Object) As Boolean
    Initialize = True
    Set MessengerAPI = oMessenger
End Function



looks better then this:
code:
'This is just an example for calling the oMessenger object passed through the Initialize Function into a Variable.
'Make sure to set a reference to the MessengerAPI Type Library

Public WithEvents MessengerAPI As MessengerAPI.Messenger

Public Function Initialize(ByVal nVersion As Long, ByVal sUserEmail As String, ByVal oMessenger As Object) As Boolean
    Initialize = True
    Set MessengerAPI = oMessenger
End Function

This post was edited on 04-15-2005 at 05:56 PM by matty.
04-15-2005 05:52 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
DZ - [code] Improvement Suggestion... - by matty on 04-15-2005 at 05:52 PM
RE: DZ - [code] Improvement Suggestion... - by WDZ on 04-15-2005 at 05:56 PM
RE: DZ - [code] Improvement Suggestion... - by matty on 04-15-2005 at 06:14 PM
RE: DZ - [code] Improvement Suggestion... - by Dempsey on 04-15-2005 at 07:14 PM
RE: DZ - [code] Improvement Suggestion... - by matty on 04-15-2005 at 07:29 PM
RE: DZ - [code] Improvement Suggestion... - by WDZ on 04-15-2005 at 07:34 PM
RE: DZ - [code] Improvement Suggestion... - by Eljay on 04-15-2005 at 07:35 PM
RE: DZ - [code] Improvement Suggestion... - by WDZ on 04-15-2005 at 07:48 PM
RE: DZ - [code] Improvement Suggestion... - by TheGeek on 04-16-2005 at 04:08 PM
RE: DZ - [code] Improvement Suggestion... - by Ahmad on 04-16-2005 at 04:34 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On