NotifyIcon Libary

JJM

Active Member
Licensed User
Longtime User
About NotifyIcon.dll

Hi Dimitris,

I'm trying to use your dll in a program named 'Ico_TestColors'. This program works fine on the PC but no icon appairs on my PPC.

I had make a similarprogram 1 year ago for launching an other program and it works fine.

On the other hand if I want compile 'Ico_TestColors.sbp' with the option Optimized Compilation of Basic4PPC v6.3 I get this error:
Error message:error CS1501: No overload for method 'GetControStringOrRef' takes '0' arguments
Line number 6
Line: ni.New1

Could you help me?
Regards
JJ M
 

Attachments

  • ico_TestColors.sbp
    818 bytes · Views: 22

Byak@

Active Member
Licensed User
Hello, dzt!thanks for your libs!it's great!
but maybe you can add one function to ni.dll?
i'm say about selecting image for icon.from file or from imagelist...what about it?
 

tsteward

Well-Known Member
Licensed User
Longtime User
I also am getting this error. Any idea why or what I can do to get around it or is this a bug?

I am compiling on Vista SP1 with Optimized Compilation selected. Obviously compiling Windows.exe


Hi Dimitris,

I'm trying to use your dll in a program named 'Ico_TestColors'. This program works fine on the PC but no icon appairs on my PPC.

I had make a similarprogram 1 year ago for launching an other program and it works fine.

On the other hand if I want compile 'Ico_TestColors.sbp' with the option Optimized Compilation of Basic4PPC v6.3 I get this error:
Error message:error CS1501: No overload for method 'GetControStringOrRef' takes '0' arguments
Line number 6
Line: ni.New1

Could you help me?
Regards
JJ M
 

Obelix

Member
Licensed User
I'm running sample Test3.Exe and error :

"error CS1501: aucune surcharge pour la méthode 'GetControlStringOrRef' ne prends pas d'argument '0'
line number 6
line ni.New1

???? my version 4PPC is 6.30
thanks
stef

:sign0085:
I'm have the same problem. Have you found a solution?
:sign0148:
 

Hitec

Member
Licensed User
Icon not visible

I also tried to display a tray icon.

the code of test3 compiles and is running on my device (wm 6.1 HTC Iolite) but the icon is not visble.

Any suggestions?

//Thomas
 

Cableguy

Expert
Licensed User
Longtime User
Use controlsExDesktop instead, has the same notify options and more.
 

Hitec

Member
Licensed User
Thanks Cableguy, but is it not only for Desktop use? I want to have a tray Icon on my WM6 device...

Will try it....
 
Top