I want to be able to control the video coming through my usb camera. I want to check for motion in the field of view. Does anyone know if visual basic can...
I'm writing a custom ListBox usercontrol in vb.net 2002. I am randomly adding items and I want them sorted in groups based on the first character. Ex: 1-John...
Hi do you want these results: 1-John 2-Jane 3-Joe 1-Karl 2-Kermit 3-Kramer 4-Krazy or these results 1-John 1-Karl 2-Jane 2-Kermit 3-Joe 3-Kramer 4-Krazy not...
Hello all! ;-) Got a few new questions! 1) I am using a licensed program which makes use of FOXPRO databases. When I try to load these in Studio I don't see...
Ok, I figured out that Visdata will read these databases, and also I can use the DATA1 control to read foxpro DB. I guess as long as I know what versions I am...
Im wanting the ... result. I think I'll make a "invisible" number at the beginning of the entry and just edit it out in the DrawItem sub. Thanks for your help,...
there is also a propery on the ListBox that tells you at what point in the list the item was added. this could be useful at some point. unfortunately the...
Also, by padding with leading zeros, i mean that if you expect say, 1000 items, then you'll need to pad with at least 3 zeros, and if you expect 100,000 then...
Hello my dear friend. I need the coding that will find a desired file or folder with the given extention in my computer. Will u help me, please? Azizul Haq ...
Hi CD, ... How you write this depends on what you want it to do. You can write a shell interface hook that processes the file-types and only raises it at...
Hi Vipin, ... Have your application intercept calls to the WIN key by using the RegisterHotKey API. Regards, Shawn K. Hall http://ReliableAnswers.com/ '//...
I have code on a tester that integrates it with a local LAN, my problem is it keeps losing the network drive, resulting in an error 53. I have been tearing my...
See if this helps http://www.freevbcode.com/ShowCode.asp?ID=413 Rick Rose ... From: testblokepuma Date: 11/09/04 04:42:05 To: vbhelp@yahoogroups.com Subject:...
Hi, I'm working on a PocketPC app using VB.net 2003. One thing I need is to be able to evaluate a formula contained within a string, as such: s = "2^2 + 5^3",...
Anthony
goumba_tony@...
Nov 9, 2004 3:43 pm
13506
I am attempting to develop a monitoring application that can detect and notify us of runaway COM+ components on our Win2K Servers. Specifically, I am looking...
I only have at most probably 1 thru 6 different leading numbers. I got it to work really well with making the custom listbox and having it do colors based on...
Hi frnds I have the following doubts in VB. I would be glad if u could clarify them.... 1. dim b as string b="fun1" fun1 is a procedure..... Among many...
... you should consider using naming conventions. dim strX as string dim intY as integer strX= trim(str(inty)) ... dim lngUpper as long dim lngLower as long ...
Hi Everybody, I want to get the pages of the PDF File(Acrobat). The output should be the PageCount of the PDF file Input is the Filepath & name . It can be VB...
hi, I had win98 earlier on my pc. thne i wanted to move to win2000 server, hence i installed it with dual boot. Earlier i had installed vb6 on 98 and had no...
I decided to install Microsoft Office 2000 Developer. It comes with Office 2000 Premium. I was already using Office 2000 Premium, but figured that it would be...
Hi I am currently experiencing a problem with my program and this error keeps knocking. (RUNTIME ERROR '6' OVERLOW). There is an instance that my program will...
Hi Arnold, ... You need to review your code to see where the code is calling a function from an event that reacts frequently (like a _mousemove or timer with a...
hi everyone: I am using ADO Data control with DBGrid, i have a database on Access in which i have checkbox field (yes/no), when i retrieving data into datagrid...
Hi Below is part of the code that produced the error. i did not experience this error in XP and 2000. The error only appeares in windows 98. This error give...
Hi Arnold, Have you tried turning off the ListView Sort? (i.e. comment it out.) I believe the sort may be causing some error, as I too had some issues whith...