AlphaMobileControls,有人用过么!

lvlingwy 2010-04-12 12:07:37
里面的AlphaPanel 怎么都不出滚动条,而且没法透明,只有AlphaLabel是透明的
另外运行过程中,AlphaImage 老是报错
问问其他人用过这个么。
有没有新版本用呀?
...全文
340 14 打赏 收藏 转发到动态 举报
写回复
用AI写文章
14 条回复
切换为时间正序
请发表友善的回复…
发表回复
tianbing0401 2011-08-24
  • 打赏
  • 举报
回复
楼主 我也遇到了你一样的问题,老兄请问你处理好了吗 ,怎么处理的啊 麻烦将处理的办法发我邮箱好吗?tianbing0401@163.com
jfsaka 2010-05-11
  • 打赏
  • 举报
回复
网上下的源码是有问题的,其官方网站已经发布帖子说明了问题的原因,也告诉了解决的办法,lz可以仔细看看官方网站
SongQues 2010-05-10
  • 打赏
  • 举报
回复
学习一下……!
lvlingwy 2010-05-06
  • 打赏
  • 举报
回复
顶一下
lvlingwy 2010-04-30
  • 打赏
  • 举报
回复


问一下,为啥第四个 透明Label会 挖空 透明Panel的背景呢?

//IPanitControl

public interface IPanitControl
{
void InvokePaintBackground(PaintEventArgs e, Point location);
}


//Label

public TransControl()
{
ForeColorPen = new Pen(this.ForeColor, DpiHelper.Scale(1));
this.Size = new System.Drawing.Size(100, 20);
this.Paint += new PaintEventHandler(TransControl_Paint);
}

void TransControl_Paint(object sender, PaintEventArgs e)
{
if (_backimg != null)
{
AlphaBlend.DrawAlpha(e.Graphics, _backimg, (byte)_alpha, 0, 0);
}
}

protected override void OnPaintBackground(PaintEventArgs e)
{

IPanitControl parent = Parent as IPanitControl;
if (parent != null)
{
parent.InvokePaintBackground(e, this.Location);
}
lvlingwy 2010-04-21
  • 打赏
  • 举报
回复
两位大哥在么?帮帮忙行么!我写的秒表程序,现在不行啊

http://topic.csdn.net/u/20100325/23/d242edf4-ea92-4c88-8919-e8ef75f654c3.html

thestronger 2010-04-16
  • 打赏
  • 举报
回复
没用过,用的是XTransMobile.dll
blingbling0227 2010-04-12
  • 打赏
  • 举报
回复
这个太复杂了,的仔细研究。
lvlingwy 2010-04-12
  • 打赏
  • 举报
回复
AlphaImage.cs 中的
这行 _image.GetImageInfo(out imgInfo);

总是在程序运行过程中,不定期出现

未处理 COMException
Unspecified error

错误!
lvlingwy 2010-04-12
  • 打赏
  • 举报
回复
楼上两位大哥,麻烦说清楚点嘛,,我当然不懂才来问的,要都懂了,还问什么呀?
png图 96DPI 32位深度 1帧 发布的时候存的 web格式 png-24 透明度打钩了
行么
Joe-xXx 2010-04-12
  • 打赏
  • 举报
回复
你自己搞明白了所用的库么?它的适用范围之类的~~不要随便说这个那个不能用啊
88csdn 2010-04-12
  • 打赏
  • 举报
回复
[Quote=引用 4 楼 lvlingwy 的回复:]
这个和图有关系? 我用的是24位png图
[/Quote]
先搞明白原理~~~我上传过一个资源,是之前找的例子,你可以看一下~~~
图的话,找个美工,一说人家就知道~~~
lvlingwy 2010-04-12
  • 打赏
  • 举报
回复
这个和图有关系? 我用的是24位png图
88csdn 2010-04-12
  • 打赏
  • 举报
回复
你用的图是带alpha信息的么?多少位的?

7,657

社区成员

发帖
与我相关
我的任务
社区描述
Windows Phone是微软发布的一款手机操作系统,它将微软旗下的Xbox LIVE游戏、Zune音乐与独特的视频体验整合至手机中。
社区管理员
  • Windows客户端开发社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧