|
slore
铂金会员
      
积分 5212
发帖 2478
注册 2007-2-8
状态 离线
|
  『楼 主』:
TrayBalloon.exe任务栏气泡提示.
使用 LLM 解释/回答一下
昨天见论坛有人要,看过之前的帖子,那个太复杂了.
于是晚上写了个,刚才调试了下.暂时没发现问题了.
大家测试看看.
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
::TrayBalloon.exe ;参数1;;参数2;;参数3;;参数4;;参数5;
::参数1:
:: 图标路径
::参数2:
:: 标题
::参数3:
:: 内容
::参数4:
:: 类型
::参数5:
:: 提示停留时间(单位:秒)
@echo off
::例子1:
TrayBalloon.exe ;%cd%\TB.ico;;我是标题!!;;漂亮的提示!!cool吧:);;2;;5;
::例子2:
@rem 添加到任务计划中……
at 16:05 /interactive %cd%\TrayBalloon.exe ;%cd%\TB.ico;;我是标题!!;;漂亮的提示!!cool吧:);;1;;3;
pause>nul
有人要运行程序自己输入参数的。这个也做了,不过不知道有什么好提示的麽
还有这个版本兼容前面的,一样可以调用后面直接写参数。附件3。
Last edited by slore on 2007-2-13 at 09:48 PM ]
I saw someone asking for it on the forum yesterday. I looked at the previous post, and that was too complicated.
So I wrote one last night, and just debugged it a moment ago. No problems found for the time being.
Everyone, test it out.
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■
::TrayBalloon.exe ;parameter 1;;parameter 2;;parameter 3;;parameter 4;;parameter 5;
::Parameter 1:
:: Icon path
::Parameter 2:
:: Title
::Parameter 3:
:: Content
::Parameter 4:
:: Type
::Parameter 5:
:: Prompt stay time (unit: seconds)
@echo off
::Example 1:
TrayBalloon.exe ;%cd%\TB.ico;;I am the title!!;;Beautiful prompt!!Cool, right?);;2;;5;
::Example 2:
@rem Add to task schedule……
at 16:05 /interactive %cd%\TrayBalloon.exe ;%cd%\TB.ico;;I am the title!!;;Beautiful prompt!!Cool, right?);;1;;3;
pause>nul
Some people want to run the program and input parameters themselves. I also did this, but I don't know what good prompts there are.
Also, this version is compatible with the previous one, and can still call and directly write parameters later. Attachment 3.
Last edited by slore on 2007-2-13 at 09:48 PM ]
附件
1: TrayBalloon.JPG (2007-2-13 05:15, 92.48 KiB, 下载附件所需积分 1 点
,下载次数: 18)
附件
2: TrayBalloon.rar (2007-2-13 05:15, 35.39 KiB, 下载附件所需积分 1 点
,下载次数: 329)
附件
3: New-TrayBalloon.rar (2007-2-14 10:48, 39.48 KiB, 下载附件所需积分 1 点
,下载次数: 407)
|
|
2007-2-13 05:15 |
|
|
bjanwxf
初级用户
 
积分 22
发帖 11
注册 2007-2-12
状态 离线
|
|
2007-2-13 05:19 |
|
|
HUNRYBECKY
银牌会员
    
积分 1179
发帖 442
注册 2006-9-9
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
我这里有;错误提示:run-time error '5'
invalid procedure call or argument
I have here; error message: run-time error '5'
invalid procedure call or argument
|
|
2007-2-13 05:22 |
|
|
slore
铂金会员
      
积分 5212
发帖 2478
注册 2007-2-8
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
参数的格式你看你对的么?
中间是2个;;分号
;参数1;;参数2;;参数3;;参数4;;参数5;
Last edited by slore on 2007-2-12 at 04:28 PM ]
Is the format of the parameters correct as you see?
There are two ;; semicolons in the middle
;Parameter 1;;Parameter 2;;Parameter 3;;Parameter 4;;Parameter 5;
Last edited by slore on 2007-2-12 at 04:28 PM ]
|
|
2007-2-13 05:27 |
|
|
anqing
高级用户
   
积分 859
发帖 413
注册 2006-8-14
状态 离线
|
|
2007-2-13 07:30 |
|
|
zh159
金牌会员
     
积分 3687
发帖 1467
注册 2005-8-8
状态 离线
|
|
2007-2-13 08:24 |
|
|
jmz573515
银牌会员
    
积分 1212
发帖 464
注册 2006-12-13
状态 离线
|
|
2007-2-13 08:43 |
|
|
oilio
高级用户
    前进者
积分 641
发帖 303
注册 2007-1-10
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
强啊,虽然不太懂,支持一下。
Wow, it's impressive. Although I don't understand much, I'll give it a thumbs up.
|

我相信总有一天,总会遇到一个人可以相濡以沫、相吻以湿! |
|
2007-2-13 08:55 |
|
|
echo
初级用户
 
积分 148
发帖 69
注册 2006-11-23
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
同志,TrayBalloon.exe是你写的吗?
能否介绍下更多的用法?
Comrade, is TrayBalloon.exe written by you? Can you introduce more usage?
|
|
2007-2-13 22:06 |
|
|
HUNRYBECKY
银牌会员
    
积分 1179
发帖 442
注册 2006-9-9
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
Originally posted by slore at 2007-2-13 05:27:
参数的格式你看你对的么?
中间是2个;;分号
;参数1;;参数2;;参数3;;参数4;;参数5;
Last edited by slore on 2007-2-12 at 04:28 PM ]
OK了,谢谢.对了,这个是用什么写的,好象不是P处理,但是看你的加壳图标,又象是。
Originally posted by slore at 2007-2-13 05:27:
Is the format of the parameter correct as you see?
There are two ;; semicolons in the middle
;Parameter 1;;Parameter 2;;Parameter 3;;Parameter 4;;Parameter 5;
Last edited by slore on 2007-2-12 at 04:28 PM ]
OK, thanks. By the way, what is this written with? It doesn't seem to be written in P, but looking at your shell icon, it seems like it.
|
|
2007-2-13 22:37 |
|
|
slore
铂金会员
      
积分 5212
发帖 2478
注册 2007-2-8
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
用VB写的^P处理不能用API
Processing ^P in VB without using APIs
|
|
2007-2-14 02:21 |
|
|
slore
铂金会员
      
积分 5212
发帖 2478
注册 2007-2-8
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
Originally posted by echo at 2007-2-13 09:06:
同志,TrayBalloon.exe是你写的吗?
能否介绍下更多的用法?
自己写的.托盘你还要什么啊,图标,标题,内容,显示的时间都有了啊
你还想要什么参数?
Originally posted by echo at 2007-2-13 09:06:
Comrade, is TrayBalloon.exe written by you?
Can you introduce more usage?
I wrote it myself. For the tray, what else do you need? There are icons, titles, contents, and display times.
What other parameters do you want?
|
|
2007-2-14 02:29 |
|
|
qiuqiansuo
初级用户
 
积分 28
发帖 15
注册 2007-1-12
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
太感谢lz了 ,这是偶梦寐以求的工具啊
Thank you so much, LZ. This is the tool I've been dreaming of!
|
|
2007-2-14 03:46 |
|
|
slore
铂金会员
      
积分 5212
发帖 2478
注册 2007-2-8
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
Originally posted by qiuqiansuo at 2007-2-13 14:46:
太感谢lz了 ,这是偶梦寐以求的工具啊
呵呵,能用就行
Originally posted by qiuqiansuo at 2007-2-13 14:46:
Thanks a lot, LZ! This is the tool I've been dreaming of!
Hehe, as long as it works
|
|
2007-2-14 09:42 |
|
|
yjcblue
初级用户
 
积分 23
发帖 9
注册 2006-12-28
状态 离线
|
|
2007-2-14 09:47 |
|