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 15344 - 15373 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15344
Hi all, I am using VB Data Base Grid to display data from a SQL statement. Is there a way to get the backgroung of the selected record (which is being pointed...
mikecisar
Offline Send Email
Sep 2, 2007
9:13 am
15345
Private Sub form_load() MSFlexGrid1.Row = 1 'Designate the row that you want to color MSFlexGrid1.Col = 1 'Designage the column MSFlexGrid1.BackColor = vbGreen...
Jesus Is the Answer
halfof4is2
Offline Send Email
Sep 2, 2007
2:26 pm
15346
I had made the txt files thru VB. All these files are printable thru notepad. Also we can print these files thru dos by using "type abc.txt ... Can we print it...
softinco
Offline Send Email
Sep 3, 2007
4:53 pm
15347
... the whole flexgrid that color ... using DBGrid (I presume so )? What i am trying to do is have the row background color dynamicly change with the position...
mikecisar
Offline Send Email
Sep 3, 2007
4:53 pm
15348
I have a question about starting out using Collection as a Class. VB 6. Which is the best and proper way of declaring Collection? Is there a better way which I...
thides
Offline Send Email
Sep 4, 2007
3:15 am
15349
i need to restart my application with a button click with in itself cannot figure out how to get this done been working on this stupid bit of code for 3 days...
Matt
iamyoda22
Offline Send Email
Sep 5, 2007
5:20 am
15350
shell app.path & exename.exe ... ____________________________________________________________________________________ Park yourself in front of a world of...
Iqbal hossain
iqbalcse2000
Offline Send Email
Sep 5, 2007
11:23 am
15351
Have you tried using the common control? I has also the print feature. The Printer Object also gives great scope for exact printing. Lots of coding needed,...
Ulrike Haupt
ulrikehaupt
Offline Send Email
Sep 5, 2007
11:35 pm
15352
... feature. ... of coding needed, though. ... thru ... abc.txt ... Show us the code you have with the VB menu and then we can help....
thides
Offline Send Email
Sep 7, 2007
1:49 am
15353
Folks, I want to write a code getting metadata from JDBC driver. is that possible in VB6? i would hope that one folk send me a sample code if he has. Thanks,...
Ibrahim Alawneh
alawneh_ibrahim
Offline Send Email
Sep 9, 2007
7:35 am
15354
Hello there, How can I connect visual basic 6 forms with oracle database. While creating ODBC, computer asks for server name. My database is on the same...
RAJESH ARORA
r_arora_2k
Offline Send Email
Sep 16, 2007
7:40 am
15355
... http://www.connectionstrings.com/ ... Either your computer name, "localhost", or "127.0.0.1" should suffice for the server name parameter. -Shawn...
Shawn K. Hall
vb_shawn
Online Now Send Email
Sep 16, 2007
9:34 pm
15356
how can i get cos inverse in vb6...
charithaedna
Offline Send Email
Sep 20, 2007
7:35 pm
15357
Inverse Cosine Arccos(X) = Atn(-X / Sqr(-X * X + 1)) + 2 * Atn(1) ... From: charithaedna To: vbhelp@yahoogroups.com Sent: Thursday, September 20, 2007 9:23 AM ...
Ulrike Haupt
ulrikehaupt
Offline Send Email
Sep 20, 2007
10:39 pm
15358
Acos http://www.java2s.com/Code/VB/Development/AcosandCos.htm ... ____________________________________________________________________________________ Check...
Iqbal hossain
iqbalcse2000
Offline Send Email
Sep 21, 2007
5:11 am
15359
Hi all : I'm currunlty working on my graduted project and its about controlling the mouse using your eye , the only thing that i need to do this project is a...
rola2_s
Offline Send Email
Sep 21, 2007
6:00 am
15360
I have a Form1 and Form2, then i put a command button in form1 that load a picture in form2. how can I put the picture permanently. so the next time i will...
Mark Angelo D. Pama
mhaark29
Offline Send Email
Sep 21, 2007
7:59 am
15361
you can make a ticks when you press command1 at form1 then save image path in txt file and every time load form2 with reading that txt file. ... ...
Iqbal hossain
iqbalcse2000
Offline Send Email
Sep 21, 2007
12:59 pm
15362
Probably a very elementary question, but here goes! Some of my Tool Tip Texts are too long for comfort. They would read much more easily if I could edit them...
Michael Hodge
braxtoncotta...
Offline Send Email
Sep 21, 2007
6:06 pm
15363
thanks a lot man!!! = D Send instant messages to your online friends http://uk.messenger.yahoo.com [Non-text portions of this message have been removed]...
angelo mark
mhaark29
Offline Send Email
Sep 21, 2007
9:37 pm
15364
... http://vbnet.mvps.org/index.html?code/comctl/tooltip_basics.htm...
Shawn K. Hall
vb_shawn
Online Now Send Email
Sep 21, 2007
9:50 pm
15365
Many thanks, Shawn. The article is now printed out as an A5 booklet! Michael...
Michael Hodge
braxtoncotta...
Offline Send Email
Sep 22, 2007
2:39 pm
15366
hi i m making multiuser project, in that i want to know last modified date/time of all records in a particular table. thr is a code to get date/time, if sm1...
iworldsatellite
Offline Send Email
Sep 26, 2007
4:15 pm
15367
... The first step would be to add a timestamp field to the table. Until you have that a field setup for that type of tracking, no lookup is possible. -Shawn...
Shawn K. Hall
vb_shawn
Online Now Send Email
Sep 26, 2007
7:00 pm
15368
... modified ... Until you ... first of all thanks for showing interest in my problem, adding timestamp field to the table generates more trouble bcoz at every...
iworldsatellite
Offline Send Email
Sep 27, 2007
12:31 pm
15369
Can't you just get the system date/time information from the file the db is stored in? That has in it the last modified date/time stamp... To:...
James Stevens
jimbobob21
Offline Send Email
Sep 27, 2007
2:57 pm
15370
Hi, I have a software package written in VB6 for Windows XP and Vista based computers. It streams audio in from the internet and sends it to the sound card. I...
John Henry
jshenry1963
Offline Send Email
Sep 27, 2007
3:23 pm
15371
... I don't want to be rude, but am probably going to be. Why not dump the array altogether and use disconnected recordsets? Your updates will happen in a...
Matt
unicornssecond
Offline Send Email
Sep 27, 2007
11:29 pm
15372
... John, I don't have the information at hand, but I have heard about a vista 'feature' that sets a default output device for audio. This is causing...
Matt
unicornssecond
Offline Send Email
Sep 27, 2007
11:46 pm
15373
... Access files will have an updated date representative of any change, such as column widths in a detail view, query composition, or even RUNNING a select...
Shawn K. Hall
vb_shawn
Online Now Send Email
Sep 28, 2007
7:49 am
Messages 15344 - 15373 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