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 15320 - 15350 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15320
There used to be a program called "XLPro" that could compile an Excel spreadsheet into a standalone program which the user could use without having Excel on...
Jesus Is the Answer
halfof4is2
Offline Send Email
Aug 1, 2007
4:29 pm
15321
I normally dont look into Ashampoo products, but just saw this today in my Inbox - You will have to act quick, as it appears to be an offer that lasts for i...
crombierob
Offline Send Email
Aug 2, 2007
3:01 am
15322
hello everyone, just like my thread title... i would like to display the tooltips text directly or automatically when the caps lock is on, regardless the mouse...
setlan83
Offline Send Email
Aug 2, 2007
6:37 am
15323
My program, written in VB6, seems to be working fine in both XP and 98SE. Vista is being tested tomorrow! For various reasons, I am using Notepad. Some of the...
Michael Hodge
braxtoncotta...
Offline Send Email
Aug 6, 2007
5:28 pm
15324
... http://www.garybeene.com/code/visual%20basic255.htm Not returned version is traditional version numbers. ie XP is version 5.1 Windows 2000 version 5.0 ...
unicorn.pc.support
unicornssecond
Offline Send Email
Aug 7, 2007
2:29 pm
15325
hi friends, i want to create system database file of access database i mean system workgroup information file(.mdw) by giving Company Name, Organization Name...
iworldsatellite
Offline Send Email
Aug 8, 2007
12:09 am
15326
... Vista is 6.x...
Shawn K. Hall
vb_shawn
Online Now Send Email
Aug 8, 2007
1:34 am
15327
Shawn and Rick, Many thanks. Michael...
Michael Hodge
braxtoncotta...
Offline Send Email
Aug 8, 2007
1:30 pm
15328
Hell Friends I know foxpro / clipper and crystal Reports. I dont know much about VB programming, but i had modified existing VB for payroll system. I made...
softinco
Offline Send Email
Aug 11, 2007
8:45 am
15329
Hi, I need toolbar microsoft office for my applicaton vb6 but I don't hanve this ocx, anyone know one website for download free ? Tks for help me...
Fabio Moschetti
sony_79
Offline Send Email
Aug 13, 2007
9:41 pm
15330
I know the answer to this question in theory. I should be grateful if someone who uses, or has access to, Windows 2000 could answer it in practice. To set the...
Michael Hodge
braxtoncotta...
Offline Send Email
Aug 16, 2007
9:50 pm
15331
Hi, I have XP Pro (2002). I did not know that using Alt+F showed a different menu, from the one you get when clicking the Menu bar. You probably know that it...
crombierob
Offline Send Email
Aug 17, 2007
3:28 am
15332
That's weird. I still had Notepad running. I wanted another look at that more detailed File Menu. However, this time I got the shorter one (same as when mouse...
crombierob
Offline Send Email
Aug 17, 2007
5:48 am
15333
Thanks, Rob, but I fear that you were not able to answer my question, which relates exclusively to Windows 2000. You will appreciate that what I am doing is...
Michael Hodge
braxtoncotta...
Offline Send Email
Aug 17, 2007
1:54 pm
15334
hi guyz plz help me in chekcing Valid Date. i m using IsDate(text1.text) function to check date is Valid or not. but that function is automatacally adjust the...
iworldsatellite
Offline Send Email
Aug 20, 2007
10:59 am
15335
maybe u can use format function. format(text1.text,"dd-mmmm-yyyy") so, the date value and month value will not change each other. cmiiw. ...
Layong Lim
layong_lim
Offline Send Email
Aug 21, 2007
9:04 am
15336
Hi I wrote this a while back for the same type of problem Drop the following function in a module and call IsUKDate instead of IsDate 'extended function for...
Mike Bouffler
mikebouffler
Offline Send Email
Aug 21, 2007
2:30 pm
15337
Thanks MikeB for help and reply very quickly. ThankYou very much. ... not. ... that...
iworldsatellite
Offline Send Email
Aug 21, 2007
5:25 pm
15338
hi guyz i m making form which is like registration form, it has large number of labels and textboxes, so i have 3 question.. 1> how to give scroll bar to...
iworldsatellite
Offline Send Email
Aug 23, 2007
7:19 pm
15339
... Place them on a picture box and scroll the contents of the picture box. See the "ScrollForm.zip" here: http://reliableanswers.com/vb/samples.asp ... You...
Shawn K. Hall
vb_shawn
Online Now Send Email
Aug 23, 2007
11:14 pm
15340
Thankyou very much for reply very quickly My 3rd question has been resolved by ur suggestion. first question is partially solved, yes i can use picture box & ...
iworldsatellite
Offline Send Email
Aug 24, 2007
10:05 pm
15342
If possible i need this back before midnight tomorrow night. if someone can help me with this problem using vb 2005, along with the coding page. You have been...
ronzo1410
Offline Send Email
Aug 31, 2007
1:59 pm
15343
No one is going to do your homework for you here. Try doing it yourself and post any problems you run into....
Don Roberts
droberts_00
Offline Send Email
Aug 31, 2007
2:02 pm
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
Online Now 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
Messages 15320 - 15350 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