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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 13488 - 13517 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13488
how to access the format and input mask properties of a field with adox?very urgent. reply well be appreciated....
sanchitasarkar2002
sanchitasark...
Offline Send Email
Nov 3, 2004
9:57 am
13489
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...
wit1nesky5
Offline Send Email
Nov 4, 2004
2:15 am
13490
Here are a couple of motion sensors on PSC........ http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=55330&lngW Id=1 ...
Ian
neluism
Offline Send Email
Nov 4, 2004
6:20 am
13491
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...
viron75
Offline Send Email
Nov 5, 2004
10:19 am
13492
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...
.rEs
resres3
Offline Send Email
Nov 5, 2004
10:41 am
13493
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...
HouseDad
cwcummins
Offline Send Email
Nov 5, 2004
1:45 pm
13494
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...
HouseDad
cwcummins
Offline Send Email
Nov 5, 2004
4:52 pm
13495
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,...
viron75
Offline Send Email
Nov 6, 2004
4:08 am
13496
Hi, Anyone looking for a grid that is more powerful than the Flexgrid ? vbaccelerator has one called SGrid-2 AND IT IS FREE ...
crombierob
Offline Send Email
Nov 6, 2004
4:54 am
13497
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...
.rEs
resres3
Offline Send Email
Nov 6, 2004
7:29 am
13498
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...
.rEs
resres3
Offline Send Email
Nov 6, 2004
7:39 am
13499
thanks for the excellent tip....
.rEs
resres3
Offline Send Email
Nov 6, 2004
7:41 am
13500
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 ...
azizpeshawar
Offline Send Email
Nov 7, 2004
6:56 pm
13501
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...
Shawn K. Hall
vb_shawn
Online Now Send Email
Nov 8, 2004
5:33 am
13502
Hi Vipin, ... Have your application intercept calls to the WIN key by using the RegisterHotKey API. Regards, Shawn K. Hall http://ReliableAnswers.com/ '//...
Shawn K. Hall
vb_shawn
Online Now Send Email
Nov 8, 2004
5:36 am
13503
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...
testblokepuma
Offline Send Email
Nov 9, 2004
9:42 am
13504
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:...
Rick Rose
roseri1997
Offline Send Email
Nov 9, 2004
3:07 pm
13505
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@...
Send Email
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...
bruce_appelt
Offline Send Email
Nov 9, 2004
7:24 pm
13507
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...
viron75
Offline Send Email
Nov 12, 2004
5:20 am
13508
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...
Rohini S
findrox
Offline Send Email
Nov 16, 2004
11:42 pm
13509
... 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 ...
.rEs
resres3
Offline Send Email
Nov 16, 2004
11:52 pm
13510
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...
get_manoj@...
manobalakris...
Offline Send Email
Nov 17, 2004
1:30 am
13511
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...
prachin
prachin1ds
Offline Send Email
Nov 18, 2004
1:32 am
13512
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...
Mike Schelling
duyenkim001
Offline Send Email
Nov 18, 2004
1:32 am
13513
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...
Arnold Marquez
aumyeh
Offline Send Email
Nov 18, 2004
6:57 am
13514
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...
Shawn K. Hall
vb_shawn
Online Now Send Email
Nov 18, 2004
8:16 am
13515
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...
aamir
yours_freind...
Offline Send Email
Nov 18, 2004
8:32 am
13516
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...
Arnold Marquez
aumyeh
Offline Send Email
Nov 18, 2004
10:56 am
13517
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...
dnphoenix
Offline Send Email
Nov 18, 2004
11:59 am
Messages 13488 - 13517 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