Hi everyone i'm writing a game but faced some problems on the way.I need a transparent picturebox.It's a balloon shooter,balloon images are flying to the top...
hi friends, I dont know about any transparant control like that but i will give u a idea that open a new form and change its properties that formborderstyleis...
Group, Here are a few dunb questions from a beginner This code is from an alarm clock that I downloaded from samples My plan is to learn from this example as...
What you need, is to convert the pic to .bmp. You need to designate the background color. To do this you need an image editor that can do this. I recommend...
SIMA. Bit rushed for time so you will need to find your own source, but you will need to use the bitblt API rather that the image or picture controls to...
Hi guys, I tried a search in the archive here and on google etc. The search here for "Webcam" brings up every message containing an ad for Yahoo instant...
Hi Chris, ... Have you tried www.creative.com ? They have a few applications there that provide the OCX functionality which you should be able to drop into ...
Hi Shawn, Yeah, I did look around there in the downloads section for my camera and it seems as though they have the same software there as is on the CD that...
Try this site www.shrinkwrapvb.com/vbvidcap.htm ... ____________________________________________________________________________________ Never Miss an Email ...
BINGO KEN! That seems to be able to do what I want! In the first quick test run, the video actually looks better than when viewed with the software that came...
Hi Friends, Thanks in advance . 1. how to access web cam in vb6.0 application. 2. how to take pictures using the web cam in vb 6.0 application I am trying to...
Hi Michael, ... There are several functions you can use to evaluate if a variable contains a date or not, and then proceed however you wish. For example, you...
hi, form we are developing in html should be made in html file and that html file is called with web browse control and some data is retrieved from database...
I have a loop in my program and I want to be able to force a clean exit from the loop using Exit For statement, but I want to be able to do this with a Command...
Hi Larry, ... Events (like "commandbutton1_click") are not triggered within another function or procedure unless you call "DoEvents". BE CAREFUL calling ...
Thanks Shawn. I figured that out, and it's a slow loop and not very long. I watched CPU usage in Task Manager while it was running and it's OK. I have tried to...
Dear All I am facing problem in accessing database over the network made in access and getting the message that "microsoft database engine does not find...
Hi Shawn I sent you an email just now but it was rejected as it requires PTR for unauthenticated connections. Please, I need your help. Blessed be Ulrike from...
Hi Riz, I think U R using DAO method which needs an older version of Access database and I suggest U TO USE THIS METHOD. Write this code in a module Global cnn...
Does anyone have the DB open in access..... it will open files exclusive if it can For your database update you will need to download the latest jet service...
Thanks Thanuja for your prompt reply.Iam really grateful.I am using DAO and i have written the code which you have mentioned in module but i am getting error...
Thanks Matt for your concern and prompt reply.Could you please send me the link from where I can down load this latest jet service pack regards riz Matt...
Hi Riz, ... http://msdn2.microsoft.com/en-us/data/aa937730.aspx You need this: MDAC 2.8 SP1 And this (for your operating system): Jet 4.0 Service Pack 8 ... ...
I get this message after I test the connection and the return message says its good??? Unable to connect to database. Its only possible to connect to SQL...
... http://www.connectionstrings.com/ Without knowing the database type and version, protocols and authentication in use, or the version of VB you're using -...
using visual studio.net I am trying to connect to a database created by MIcrosoft Access XP. The connection looks fine but when I try to use the Data Grid...
David: Your table must have a primary key defined in order to update or delete. Define one (autonumber / integer if you have to) and you should be good to go. ...