- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
6 Posted Topics
you should use this code : [CODE]frmicon.icon = loadpicture (C\...) [/CODE] i think this could help you good work :icon_cheesygrin:
Hi How can I inport all the file Inpoort.txt in vb6? tanks :twisted:
hi how can I use the printer in my program ? thanks ;)
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
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 …
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?
The End.