PC Review


Reply
Thread Tools Rate Thread

Changing Active X control Label text from 1 to a wingding(A "1" witha circle around it)

 
 
Richard
Guest
Posts: n/a
 
      13th Feb 2011
This code is what I have so far. I'm using a "2" in this example. I
need the "2" to be a "1" with a circle around it. Which is a wingding2
(106). If I go into the code properties and change the font to
wingdings, it also changes the "1" to a wingding. Is there a way to
set each one. Or another way? Thanks in advance!!!

Private Sub Label1_Click()
If Label1.Caption = "2" Then
Label1.Caption = "1"
Else
If Label1.Caption = "1" Then
Label1.Caption = "2"
End If
End If
End Sub
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
HELP!!! "find now" is changing my view from "day/week/month" to"Active Appointments" johng34 Microsoft Outlook Calendar 1 12th Jun 2009 03:31 AM
Changing "Click Here to Enter Text" in rich text control LTI Microsoft Word Document Management 1 20th May 2009 02:58 PM
Changing "Click Here to Enter Text" in rich text control LTI Microsoft Access 2 20th May 2009 02:40 PM
Manual "Windows Update" produces "ActiveX/active scripting" error message even with "LOW" security level setting in "Trusted" Zone Ray2 Windows XP Help 1 14th Nov 2003 06:50 PM
Changing Outlook 2002 email "From" field without the "on behalf of" text Ed Microsoft Outlook 0 7th Nov 2003 02:58 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:05 PM.