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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 14192 - 14221 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14192
My flexgrid shows all 15 columns in design mode, but in run mode, it only shows 10 of them. It doesn't give you the horizontal scroll bar either. There's...
Real Name
halfof4is2
Offline Send Email
Jul 1, 2005
11:23 pm
14193
Can anyone tell me how to subscript in vb6?...
Gabrielle Tiongson
vittorialangdon
Offline Send Email
Jul 3, 2005
3:26 pm
14194
Thanks, Bart. I tried out some ASCII characters, like you said, and I found the Key ASCII for ² and ³ which are chr(178) and chr(179), basically what I'm ...
vittorialangdon
Offline Send Email
Jul 3, 2005
3:26 pm
14195
Gabrielle, About 10 years ago, I got a DOS software package called QFONT. It allowed me to edit or change the font on any of the 255 characters in an HP ...
Bart Toole
toole130
Offline Send Email
Jul 3, 2005
9:08 pm
14196
How do I keep a form constantly displayed even if I give focus to another running program? I would like the form to be always on top....
ddkulas
Offline Send Email
Jul 4, 2005
3:04 am
14197
Hello everybody.... I want to develop a program that allow users to enter text that is not only English, but Thai, Chinese and Japanese. But how can I know...
setlan83
Offline Send Email
Jul 4, 2005
4:08 pm
14198
there is an API actualyy for each language selected microst has a code like kb109 which measn some languase you should chek that 1 . i have done it 5 years bak...
m.a mehran
mehranet
Offline Send Email
Jul 4, 2005
9:53 pm
14199
Right click on the flexgrid to get the properties page and in the general tab you will see a scroll bars & make it to "3-both". Real Name...
Thanuja K
nuja79
Offline Send Email
Jul 5, 2005
12:20 pm
14200
Hello all! I know I have not visited the group in a while and I apologize for that. I usually end up confusing people when I try to answer a question, anyway. ...
HouseDad
cwcummins
Offline Send Email
Jul 5, 2005
5:45 pm
14201
I have written an application using VB6 and SQL Server. It has now become necessary to also have a standalone version of the application. I have heard about...
mandy_vb6
Offline Send Email
Jul 6, 2005
12:50 am
14202
MSDE is just the data engine of SQL Server with some user limitations (five max, I believe) so you shouldn't have any importing or exporting of data when...
Tim Rupp
timrupp804
Offline Send Email
Jul 6, 2005
1:11 am
14203
Mandy, MSDE is SQL server. Minus the tools and GUI. Therefore your database can simply be backed up on SQL server and restored to MSDE. MSDE does however...
Matt
unicornssecond
Offline Send Email
Jul 6, 2005
1:20 am
14204
To all the smart people in here, I don't know anything about Visual Basics but i'm trying to write a program that can grab email addresses from a MySQL...
mathieu67
Online Now Send Email
Jul 6, 2005
1:47 am
14205
Not quite 5 Tim..... see here for a discussion on limitations and some links to further information http://www.aspfaq.com/show.asp?id=2343...
Matt
unicornssecond
Offline Send Email
Jul 6, 2005
2:19 am
14206
Have a look at this and see if it help you out Chris http://www.developerfusion.com/show/961/ Matt...
Matt
unicornssecond
Offline Send Email
Jul 6, 2005
2:23 am
14207
Never Mind. I found it on my own....
ddkulas
Offline Send Email
Jul 7, 2005
2:33 am
14208
I would like to ask that is it possible to open an exe program for more than 1 time in the same time by using the shell function? If yes, how is the coding...
setlan83
Offline Send Email
Jul 7, 2005
2:22 pm
14209
What is the correct way to open a word document? I tried DTE.Documents.Item(0).Activate("r.doc") but it gives an error message about too many arguments for...
Charles Parks
cpbgark
Offline Send Email
Jul 8, 2005
2:25 am
14210
Hi Friends, I have a problem in store formated data in 1 field of tables in Sql Server 2000. My problems are to store formated data in table. For e.g. To save...
Chintan Shah
cdshah76
Offline Send Email
Jul 9, 2005
3:39 pm
14211
U can use OLE obj. Drag OLE object to a form & then U'll get a dialog box. Select "create from file, browse and select the doc. select Link file & Display as...
Thanuja K
nuja79
Offline Send Email
Jul 12, 2005
12:10 am
14212
Can i display a check box during run time? if can, how? thanks everyone...
setlan83
Offline Send Email
Jul 12, 2005
3:05 pm
14213
I just wanted to thank you all for your help - it is much appreciated. ... limitations (five ... data ... Behalf Of ... application. ... the ... to ... was ......
mandy_vb6
Offline Send Email
Jul 13, 2005
6:46 am
14214
hello, i need to insert a record into an existing database by using DAO. can anyone tell me how to do so? any code that can use as references? i try out but i...
setlan83
Offline Send Email
Jul 15, 2005
6:19 pm
14215
Dear all, Have you ever heard of a way to know what functions are called by a program inside ActiveX DLLs? There is this software that is programmed in...
Peptido
peptido@...
Send Email
Jul 15, 2005
10:17 pm
14216
I assume the database is Access. First create the database and convert it to a older version.(Tools-->Database Utilities --> Convert Database --> To Priorer...
Thanuja K
nuja79
Offline Send Email
Jul 18, 2005
10:27 pm
14217
Hello all! First, thanks Matt for your reply to my last question, you've always been a big help, and I appreciate your time sacrificed to help me. This...
HouseDad
cwcummins
Offline Send Email
Jul 19, 2005
8:19 pm
14218
I am having a hard time finding a support forum or any useful information searching through Google. I did find some information, but it's not helping my...
HouseDad
cwcummins
Offline Send Email
Jul 19, 2005
8:55 pm
14219
Just a general comment as I have no specific knowledge of this drive. However, when using fixed length records, in any medium, it would be very unusual to...
Ian Brooke
ianbrooke1
Offline Send Email
Jul 19, 2005
11:39 pm
14220
Thanks for your reply, Ian! I thought about that, and I felt like it was writing the records ok... but I could be wrong. I am going to re-output the original...
HouseDad
cwcummins
Offline Send Email
Jul 20, 2005
12:19 pm
14221
I did a table in Access then a query to do the totals. Then in VB 6 I ran the VB application wizard. It says that it will import tables and queries. It did...
Real Name
halfof4is2
Offline Send Email
Jul 21, 2005
11:19 pm
Messages 14192 - 14221 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