How to customize workgroup message?



How to customize workgroup message?..

Answer / Kamlesh Kumar Mishra

In Visual Basic, you can customize workgroup messages by using the Workspace object's AllowUsgToSetProperties method and setting the 'jwgCustomMessage' property. Here is an example:nnDim ws As WorkspacenSet ws = CreateObject("ADODB.Workspace")nws.AllowUsetoSetProperties = Truenws('jwgCustomMessage') = "Your custom message"nws.Closen

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

What is the difference between Dim nCount as Integer vs Dim nCount% and when would you use each?

6 Answers  


Are there any examples of commercial applications built using Visual Basic?

1 Answers  


What is Pseudocode?

1 Answers  


How do I make my applications screen-resolution independent?

1 Answers  


Which method is used to write context Into file?

1 Answers  


How do I dial a phone number without using the MSCOMM VBX?

1 Answers  


Does VB Supports OOPS Concepts? Explain..

4 Answers  


What is meant by Establish Connection in RDO?

1 Answers  


Maximum Control Names length?

1 Answers  


what is the Difference between Query unload and unload in form?

1 Answers  


what are container objects?

1 Answers  


what are the Types of Resultsets?

1 Answers  


Categories