|
-
Aug 9th, 2000, 04:01 PM
#1
Thread Starter
transcendental analytic
You should draw the text to that picturebox, use Print method, and cls to clear. Also set autoredraw to true
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Aug 9th, 2000, 05:06 PM
#2
New Member
Kedaman, I tried what you suggested but it still won't print the number in the icon. Maybe there is some different way to put the icon in the system tray? If you know of a way that works, I would really appreciate it.
Thanks again,
Raymond
-
Aug 9th, 2000, 05:20 PM
#3
Monday Morning Lunatic
Try updating the tray icon after the redraw.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Aug 9th, 2000, 05:50 PM
#4
The Picturebox you're referring too is used only as a receiver for the Window Messages sent by/to the Tray Icon,
so doing any kind of graphical operation on the Picturebox will do you no good.
Instead you will have to either update the Icon each time,
or use the "ToolTip" of the Tray Icon (although this way the new value wouldn't be visible unless the mouse is moved over the icon).
-
Aug 9th, 2000, 05:56 PM
#5
Thread Starter
transcendental analytic
You do know how to draw the icon right?
You could use an imagelist's extracticon method to convert a bitmap to an icon.
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Aug 11th, 2000, 06:46 AM
#6
Lively Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|