First  |  Prev |  Next  |  Last
Pages: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
how to capture a photo from my web cam ?
Hi, I have a web cam connected to the computer and was wondering if there is away to take a photo using the camera via vb.net code ? Is this able to be done ? Thanks ... 15 Apr 2010 09:11
communication between two vb apps
Hi, I have two vb apps and I want to have them communicate with each other. For example, one of the apps is the master controller. It manages all the data, and creates sub sets of data for the other application(sub application). I want the master application when it has prepared the sub set of data, to send... 16 Apr 2010 07:17
Refer to childs of user control.
Hello. In VB.NET 2008 : I created a user control. The user control has label (one of its components). I want : When using the final user control by the IDE, I shall be able to pick up the label control alone, make events on it, or change the label text. How can I do that ? Thanks :) ... 16 Apr 2010 12:52
JPG Processing in .NET
Significant improvement. Thank you "Andrew Morton" <akm(a)in-press.co.uk.invalid> wrote in message news:7v9jfqFjk1U1(a)mid.individual.net... Samuel wrote: I shrink pictures in .NET and the quality of the JPG is very low. Is there anything to do about that? A couple of points: 1) Use a p... 14 Apr 2010 16:42
Help for populate Chart
Hi! I�m new in VB.Net Im try to populate Chart1 in VB.net with this code: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim ArrayVal(10, 10) As Integer For X1 As Integer = 0 To 5 For X2 As Integer = 0 To 5 ... 14 Apr 2010 14:28
Pausing an application waiting for a thread to finish...
I've got this simple console application that came with a phone dialer and a DLL. The basic part of the code is below. I left out some of the initial parts and also the event handlers that occur when certain events happen while it's dialing(ie. OnCallConnected, OnDTMF_KeyDown (someone hits a key on the phone)). Wha... 15 Apr 2010 14:46
Shortcut target
Hi, Given a shortcut file (*.lnk) I need to find it's Target address. Can some please help me out. Thanks, Fred ... 14 Apr 2010 16:42
VB 2010 Express
Hello, yesterday I downloaded the offline installation of VS 2010 Express and installed VB 2010 Express. I find it interesting that the splash screen shows that it is an evaluation copy. If I show the info dialog it grants me 29 days. I assume that MS relabeled the evaluation version and forgot to take out th... 21 Apr 2010 13:37
Registry issue
I've been developing a Service in VB.NET. I set the serivce up to run under the NETWORK_SERVICE account. I need to store several parameters for the service to load on start from the registry. I tried to create a new subkey in the service's ket that is created at install time, i.e., HKLM\SYSTEM\CurrentControlSet... 14 Apr 2010 16:42
tableadapter Query linked to Access 2003 table
I'm trying to write a query for my Dataset's table adapter. It is linked to an access 2003 database. Basically, I'm trying to duplicate the following query. SELECT Parts_Inventory.Aisle, Parts_Inventory.Rack, Parts_Inventory.Shelf, Parts_Inventory.QNTY, Parts_Inventory.MFG_PN, Parts_Inventory.Manufacturer, Par... 13 Apr 2010 11:43
First  |  Prev |  Next  |  Last
Pages: 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37