I am using a third-party .NET video capture function library that 开发者_StackOverflowdisplays atreaming video from a USB video capture device in a VideoPictureBox (which is very much like the usual .
Silly question really but just was wondering about other peoples naming conventions for DAL and BLL if t开发者_开发知识库here were any better names for them than those ones.I guess you mean the projec
How do I change the language CultureInfo from a dropdownlist and from there make it global. I have set up a Countries List in a dropdownlist with the regioninfo TwoLetterISORegionName what do i need t
I\'m using VB.NET with .NET 2.0开发者_运维问答. I have two lists, and I want to compare the lists on a specific property in the object, not the object as a whole, and create a new list that contains
I have a program that reads data from a scanner via the serial port.This program works fine on Windows XP.We have a terminal server set up running Windows Server 2008.I run HyperTerminal on our test t
Is it possible to pass control and data from one web application to another? The background is we have a web application 1 that we support and the client wants another web applications (2) functiona
Let me preface this with the disclaimer that I am very new to multithreading and may be missing somethi开发者_Go百科ng obvious.
If I have multiple threads calling the Add method of a List object, and no readers, do I only need to lock on the List object b开发者_JAVA技巧efore calling Add to be thread safe?Usually it\'s best to
I\'m currently working in .NET 2.0 Visual Basic. The current project is an Active Directory Wrapper class library within which I have a Searcher(Of T) generic class that I wish to use to search the un
I have 15 to 20 labe开发者_JS百科ls with variable text sizes and text boxes arranged in the forms. Text boxes are arranged next to labels. The font and color of the form and hence the form controls ca