Search the web
Sign In
New User? Sign Up
vbhelp · Visual Basic Help Center Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 15062 - 15091 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15062
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...
cagancelik2006
Offline Send Email
Jan 11, 2007
11:10 pm
15063
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...
sima sch
sima_sch
Offline Send Email
Jan 12, 2007
8:26 am
15064
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...
ac7nj@...
ac7nj
Offline Send Email
Jan 12, 2007
6:40 pm
15065
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...
Jesus Is the Answer
halfof4is2
Offline Send Email
Jan 13, 2007
3:42 pm
15066
See comments below... *ac7nj@... wrote:* ... I am not sure... Is there anything in the beginning of the sheet that says something like *"Dim...
Andreas Renberg
iqandreas
Offline Send Email
Jan 13, 2007
5:50 pm
15067
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...
Matt
unicornssecond
Offline Send Email
Jan 14, 2007
10:15 pm
15068
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...
lcdpublishing
Offline Send Email
Jan 16, 2007
7:07 pm
15069
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 ...
Shawn K. Hall
vb_shawn
Online Now Send Email
Jan 16, 2007
10:20 pm
15070
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...
lcdpublishing
Offline Send Email
Jan 17, 2007
2:43 am
15071
I have been writing a VB6 program for a Charity, with output to Excel. The basic code is: strDate = txtDateBox.Text wSheet.Cells(i, 2).Value =...
Michael
braxtoncotta...
Offline Send Email
Jan 17, 2007
3:56 pm
15072
Try this site www.shrinkwrapvb.com/vbvidcap.htm ... ____________________________________________________________________________________ Never Miss an Email ...
ken keyser
ken_keyser
Offline Send Email
Jan 17, 2007
3:57 pm
15073
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...
lcdpublishing
Offline Send Email
Jan 17, 2007
6:10 pm
15074
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...
lramshankarfree
Offline Send Email
Jan 19, 2007
2:46 pm
15075
try to look for this ocx.. i think its from kodak imgadmin.ocx imgedit.ocx imgscan.ocx imgthumb.ocx lramshankarfree <lramshankarfree@...> wrote:...
James Yup!!!
jovoh
Offline Send Email
Jan 19, 2007
10:56 pm
15076
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...
Shawn K. Hall
vb_shawn
Online Now Send Email
Jan 20, 2007
2:17 am
15077
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...
sima sch
sima_sch
Offline Send Email
Jan 20, 2007
8:02 am
15078
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...
Larry Phipps
n8lp
Offline Send Email
Jan 21, 2007
1:35 am
15079
Hi Larry, ... Events (like "commandbutton1_click") are not triggered within another function or procedure unless you call "DoEvents". BE CAREFUL calling ...
Shawn K. Hall
vb_shawn
Online Now Send Email
Jan 21, 2007
3:29 am
15080
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...
Larry Phipps
n8lp
Offline Send Email
Jan 21, 2007
5:53 am
15081
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...
sqbrizvi
Offline Send Email
Jan 29, 2007
2:32 pm
15082
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...
Ulrike Haupt
ulrikehaupt
Offline Send Email
Jan 29, 2007
4:48 pm
15083
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...
Thanuja K
nuja79
Offline Send Email
Jan 30, 2007
4:18 am
15084
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...
Matt
unicornssecond
Offline Send Email
Jan 30, 2007
5:10 am
15085
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...
saqib rizvi
sqbrizvi
Offline Send Email
Jan 30, 2007
6:52 am
15086
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...
saqib rizvi
sqbrizvi
Offline Send Email
Jan 30, 2007
7:33 am
15087
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 ... ...
Shawn K. Hall
vb_shawn
Online Now Send Email
Jan 30, 2007
7:38 am
15088
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...
rdyrmble
Offline Send Email
Feb 1, 2007
6:07 pm
15089
... http://www.connectionstrings.com/ Without knowing the database type and version, protocols and authentication in use, or the version of VB you're using -...
Shawn K. Hall
vb_shawn
Online Now Send Email
Feb 1, 2007
11:17 pm
15090
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 Wit
wit1nesky5
Offline Send Email
Feb 3, 2007
10:18 pm
15091
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. ...
Brett Stinson
bstinson
Offline Send Email
Feb 3, 2007
10:44 pm
Messages 15062 - 15091 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help