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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 15797 - 15826 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15797
Hi! The subject says it all. Has the group ceased to exist, or does nobody have any problems with VB6? Michael...
Michael Hodge
braxtoncotta...
Offline Send Email
Dec 23, 2008
6:42 pm
15798
Hi Michael, ... The group still exists, and we do get a rare request through here. I don't use VB6 much anymore, but it's still part of my toolset. -Shawn...
Shawn K. Hall
vb_shawn
Online Now Send Email
Dec 24, 2008
8:01 am
15799
... nobody have ... That's a good question. Maybe it's the republican depression. No more programming jobs....
Have A_nice_day
halfof4is2
Offline Send Email
Dec 24, 2008
2:20 pm
15800
Does anyone know of a good ActiveX component that would allow me to add realtime FFT display of a sound card input to a program? Larry...
Larry Phipps
n8lp
Offline Send Email
Dec 26, 2008
7:38 pm
15801
... I found this, in one of my archive folders, and just uploaded it. I hope it's what you're looking for. David ...
burkleyd
Offline Send Email
Dec 26, 2008
11:05 pm
15802
... I think many of the original members of this list already learnt as much as they ever wanted to know about vb6 and have either continued using that...
Adelle Hartley
adellehartley
Offline Send Email
Dec 27, 2008
10:24 pm
15803
Suppose I have a text file with each line having 2 items separated by a comma, and the occasional line as a remark statement, beginning with "'": 'names and...
jim8440
Offline Send Email
Dec 28, 2008
8:36 pm
15804
Hi Jim, ... it? ... You can't, really. You have three options: * sanitize the data, so it doesn't have the comments when the "input #" line is called * use a...
Shawn K. Hall
vb_shawn
Online Now Send Email
Dec 28, 2008
9:38 pm
15805
I am using vb6 front end and Oracle10g on backend. we developed an application and genered autoid. this application use few users. Now how can controll and...
Shakil Uddin
uddin_shakil
Offline Send Email
Dec 31, 2008
9:16 am
15806
Hi All please help I use VB6 with service pack 6 on Windows XP professional. I wanted to use the commondialog to enable font changes and get the error message...
Ulrike Haupt
ulrikehaupt
Offline Send Email
Jan 25, 2009
9:38 am
15807
Well, You must have added the component "Microsoft Common Dialog Control 6.0" from Project-->Components. Now, to load fonts, you have to first set the...
juned.chhipa
Offline Send Email
Jan 25, 2009
10:05 am
15808
Thank you so much I'll try it now! Ulrike ... From: juned.chhipa To: vbhelp@yahoogroups.com Sent: Sunday, January 25, 2009 11:50 AM Subject: [vbhelp] Re: no...
Ulrike Haupt
ulrikehaupt
Offline Send Email
Jan 25, 2009
11:05 am
15809
THANKS a Million It works just fine now. One should read every word of the Help file, shouldn't one? :) Regards U ... From: juned.chhipa To:...
Ulrike Haupt
ulrikehaupt
Offline Send Email
Jan 25, 2009
5:51 pm
15810
Hi every Does anybody have some easy and simple code with listbox? Thanks Henrique...
Henrique Alvares da C...
halcunha
Offline Send Email
Jan 25, 2009
6:01 pm
15811
depends with dblistbox you need less code but be careful how you link it in the properties. also dbcombo. with normal basic listbox coding is a schlepp and...
Ulrike Haupt
ulrikehaupt
Offline Send Email
Jan 25, 2009
6:17 pm
15812
hehe, Glad it worked!!! Best Wishes.   Regards, Juned Chhipa ________________________________ From: Ulrike Haupt <rica@...> To: vbhelp@yahoogroups.com...
Juned Chhipa
juned.chhipa
Offline Send Email
Jan 25, 2009
9:44 pm
15813
Hi I will write the list on the vb6 properties windows.  I just want to know how to get the choiced value, only.  Thank you  Rgs Henrique A Cunha ...
Henrique
halcunha
Offline Send Email
Jan 25, 2009
9:45 pm
15814
listbox.text provides the value that has been clicked example Private Sub List1_Click () dim TextValue as String Textvalue = List1.Text End Sub ... From:...
Ulrike Haupt
ulrikehaupt
Offline Send Email
Jan 25, 2009
10:13 pm
15815
Hi, This is a link for a listbox example. I learnt a lot from this. Hope it can help you. ...
Juned Chhipa
juned.chhipa
Offline Send Email
Jan 26, 2009
7:48 am
15816
Juned and Ulrike, Thanks for feedbacks. I will try this in my next app and report later.  Rgs Henrique A Cunha Brasília DF   ...
Henrique
halcunha
Offline Send Email
Jan 26, 2009
10:38 am
15817
Hi,  I am developing a small usercontrol that can be used as a loading indicator. As seen in Forefox or youtube when you want the user to wait by showing the...
Juned Chhipa
juned.chhipa
Offline Send Email
Jan 26, 2009
5:04 pm
15818
... indicator. ... showing the animated circles. ... I'm not sure exactly "how" you'd implement the animated .gif (below) into your application but this is...
burkleyd
Offline Send Email
Jan 26, 2009
9:49 pm
15819
Yes, But the problem is VB supports GIF but don't support the animated GIF images. I have a code which supports animated GIF, but the code is too much to be...
Juned Chhipa
juned.chhipa
Offline Send Email
Jan 27, 2009
9:48 am
15820
Hi everyone.. I need an open source VB 6 Installer Download Link which I will be using for my project. Kindly site some sources. Thank you!...
** twinkLe **
pretty_trix
Offline Send Email
Feb 4, 2009
12:50 pm
15821
Hi, Maybe this one helps you :-) http://www.innosetup.com/isinfo.php Inno Setup is a free installer for Windows programs. It's not open-source but I have...
Juned Chhipa
juned.chhipa
Offline Send Email
Feb 4, 2009
1:18 pm
15822
Thanks a lot Juned! :) I owe you one. :D Thanks thanks! ... http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/...
** twinkLe **
pretty_trix
Offline Send Email
Feb 5, 2009
10:58 am
15823
Lotus Notes has a collection of objects that allows you to use a string to refer to the index. Is there a VB6 equivalent function or a class that exists? What...
stv_gch
Offline Send Email
Apr 4, 2009
6:37 am
15824
Pretend for the moment that you (or the world) had never seen Lotus Notes. And pretend that you are an employee of a company (business worker, not a...
Rob
crombierob
Offline Send Email
Apr 4, 2009
7:03 am
15825
You might use user defined type with more than one defined element. the results work like tables in a database. any element can be designated the index...
Ulrike Haupt
ulrikehaupt
Offline Send Email
Apr 4, 2009
7:49 am
15826
Thanks for the info but that won't solve the issue. As the Lotus example shows, it is allowing an array that allows the index to be a string not an integer. I...
stv_gch
Offline Send Email
Apr 5, 2009
12:27 am
Messages 15797 - 15826 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