Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~1K People Reached
Favorite Forums

6 Posted Topics

Member Avatar for king_saqib

you should use this code : [CODE]frmicon.icon = loadpicture (C\...) [/CODE] i think this could help you good work :icon_cheesygrin:

Member Avatar for Coco Chanel
0
77
Member Avatar for Coco Chanel
Member Avatar for Deepak Shitole
0
85
Member Avatar for Coco Chanel
Member Avatar for acidking001

you have to compile in this modality format(now mm/yyyy) or label1 = format(now yyyy) label2 = format(now mm) label3 = label1 + label2 I that this could be the soluction good work

Member Avatar for BitBlt
0
260
Member Avatar for rajeshgs

you could create 3 labels and 2 command button private sub cmdNow_click lblday = "" lblmonth = "" lblyear = "" lblday = format(now "dd") lblmonth = format(now "mm") lblyear = format(now "yyyy") end sub private sub lblday_change if lblday = "1" then lblday = "1st" end if if lblday …

Member Avatar for Coco Chanel
0
684
Member Avatar for Coco Chanel

Hi! I'm new and I'm not very expert with the basic code. How can I shutdownn the pc whithout using a file batch or some elements out of my program?

Member Avatar for Coco Chanel
0
112

The End.