Search found 5 matches

by Stlawance
Mon Jul 04, 2011 9:27 am
Forum: Component Writing
Topic: wxSlider Processing Problem With wxKeyEvent (ding)
Replies: 3
Views: 3715

Re: wxSlider Processing Problem With wxKeyEvent (ding)

I also came across the same question. In the reference it says that EVT_SLIDER(id,func) can handle the events caused by wxEVT_COMMAND_SLIDER_UPDATED.It means when you move the button,this function can update the UI focus. But I don't know how to use it. Have you settled your problem? Can you give me...
by Stlawance
Mon Jun 27, 2011 8:53 am
Forum: C++ Development
Topic: Need Help on the combobox function
Replies: 3
Views: 1217

Re: Need Help on the combobox function

Yeah,i have fixed it now. thanks :D
by Stlawance
Sat Jun 25, 2011 9:38 am
Forum: C++ Development
Topic: Need Help on the combobox function
Replies: 3
Views: 1217

Need Help on the combobox function

hello everyone,i am a new learner both in wxWidget and c++. i want to build a program. it can shows the number of sound card in the computer,their names and choose one as the default device. i also want the sound card to be shown in the combobox. here is the main code: int i; int j = waveInGetNumDev...
by Stlawance
Fri Jun 24, 2011 1:12 pm
Forum: wxWidgets Development (Chinese)
Topic: wxWidgets里面能不能采用标准C++里定义的waveInGetDeviceNum等操作音频设备的函数
Replies: 0
Views: 2780

wxWidgets里面能不能采用标准C++里定义的waveInGetDeviceNum等操作音频设备的函数

我在我自己建立的工程了试着加了waveInGetDeviceNum函数,虽然能编译过,但是貌似不起作用。
如题,求指点。
by Stlawance
Fri Jun 24, 2011 1:07 pm
Forum: wxWidgets Development (Chinese)
Topic: =自我介绍=(新人可来这里对自己作自我介绍)
Replies: 150
Views: 355553

Re: =自我介绍=(新人可来这里对自己作自我介绍)

我以前没接触过wx,工作以后被分配做界面的任务,带我的人用它开发,我于是乎也开始用这个了 :D :evil: