第一步打开wxFormBuilder修改工程信息并保存工程Name: 工程名File:
生成代码(.py)文件名Code_generation:
生成代码类型第二步创建窗体切换至forms页选择Form按钮创建框架(或Dialog按钮创建对话框)修改窗体信息name:窗体类名title:窗体标题第三...
分类:
其他好文 时间:
2014-04-27 22:48:15
阅读次数:
1071
You need to handle
theSystem.Windows.Forms.Application.ThreadExceptionevent for Windows Forms. This
article really helped me:http://bytes.com/forum/th...
分类:
移动开发 时间:
2014-04-27 21:10:16
阅读次数:
907
文字格式设置:
字体颜色设置:
Program.cs:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace ColorDialog
{
static class Program
{...
分类:
其他好文 时间:
2014-04-27 20:38:47
阅读次数:
576
(版权声明,本人原创或者翻译的文章如需转载,如转载用于个人学习,请注明出处;否则请与本人联系,违者必究)原文来自于OAF开发文档OADBTransaction图5:基础模型架构-OADBTransaction 注意:要完全的精确和兼容,这个图应该包含实现类oracle.apps.fnd.framework.server.OADBTransa...
分类:
其他好文 时间:
2014-04-27 19:17:57
阅读次数:
729