目前我窗体上大约有20个网站,
每个URL将浏览到网站下载图片,并将图片放入窗口窗体上的图片框
我已经设置了4个图片框 用于输入图片。
用户将看到动物的照片, 然后在照片中输入, 并按一个提交按钮将结果发回网站确认 。
我的问题是,当我尝试执行一个线性游泳池时,我没有足够的时间在下一个图片载荷之前输入动物的名字。
我是否最好手工创建每条线,然后切换将图片提交到网站的按钮,以摧毁线条并抓住下一个线条?我非常困惑。任何帮助都非常棒。
谢谢 谢谢
目前我窗体上大约有20个网站,
每个URL将浏览到网站下载图片,并将图片放入窗口窗体上的图片框
我已经设置了4个图片框 用于输入图片。
用户将看到动物的照片, 然后在照片中输入, 并按一个提交按钮将结果发回网站确认 。
我的问题是,当我尝试执行一个线性游泳池时,我没有足够的时间在下一个图片载荷之前输入动物的名字。
我是否最好手工创建每条线,然后切换将图片提交到网站的按钮,以摧毁线条并抓住下一个线条?我非常困惑。任何帮助都非常棒。
谢谢 谢谢
您可以使用工人来做背景材料, 并使用设定间断黑客来模拟线条 。
开始抛掷事件, 当显示完成的事件被抛出时, 向上移动线梯 。
I have a simple silverlight multifile upload application, and i want to provide the user with some feedback, right now its only in a test phase and i dont have the webservice. Somehow i cant get the ...
I have several processes running concurrently that I want to log to the same file. We have been using Enterprise Library 4.1 Logging Application Block (with a RollingFlatFileTraceListener), and it ...
I was wondering if i could safely read from an XmlDocument object using SelectNodes() and SelectSingleNode() from multiple threads with no problems. MSDN says that they are not guaranteed to be ...
When a thread throws an exception that is unhandled, it terminates. What is the proper way to handle exceptions thrown on threads and how to propogate relevant exception data to other parts of the ...
My application creates a thread and that runs in the background all the time. I can only terminate the thread manually, not from within the thread callback function. At the moment I am using ...
So I m running perl 5.10 on a core 2 duo macbook pro compiled with threading support: usethreads=define, useithreads=define. I ve got a simple script to read 4 gzipped files containing aroud 750000 ...
I have created an Add-In in C# that implements user defined functions for Excel. These UDF s return immediately, but they control background asynchronous procedures. These procedures have status ...
I have a relatively simple question regarding the best way to call the DataGridView.Rows.Add function when it is inherited into the current control. Which is the best way to make the call to the ...