Search the web
Sign In
New User? Sign Up
visualbasic6programming · VB help for all versions!
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 8080 - 8109 of 32051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8080
Happy new year Wishing all of the group members a very happy new year ever Best regards...
naveendutta
Offline
Jan 1, 2003
9:37 am
8081
Happy new year Wishing all of the group members a very happy new year ever Best regards...
naveendutta
Offline
Jan 1, 2003
9:40 am
8082
I have not worked with reports before, but I think I am making a lot harder than it is. I have tried samples, read chapters and I can't get it to function as...
Dano <dano-colombo@...>
dc_idaho
Offline Send Email
Jan 1, 2003
1:20 pm
8083
Hi Andre, If it suits your purpose, instead of disabling the textbox, you can set_focus to some other place whenever the textbox gets_focus. That way it is...
birderayse <ayseturak...
birderayse
Offline Send Email
Jan 1, 2003
5:50 pm
8084
Hello Friends, Can anybody help me in getting the connection string for connecting the access db having a password, without creating ODBC. By the way i use...
gopal
grrohra@...
Send Email
Jan 1, 2003
5:51 pm
8085
After a lot of VBA programming, I've now moved to VB. I wanted to put data into a combo box and then display one of them when the form is started. However,...
spatz123
Offline
Jan 1, 2003
6:07 pm
8086
... PS: When I try to use it on option buttons or check boxes, it is there!...
spatz123
Offline
Jan 1, 2003
6:15 pm
8087
salaams, I have a few questions: 1) If we set the ID field in Access to string (for eg format M0001) and then try to increment it, is it possible to do so in...
Hafsa/Asmat
aahh@...
Send Email
Jan 1, 2003
7:16 pm
8088
Use .text to set the current visual selection. Note that you should also use .clear if you use the form over and over again, otherwise you could have...
Dano <dano-colombo@...>
dc_idaho
Offline Send Email
Jan 1, 2003
9:05 pm
8089
You have opened the database, now you have a variety of options, depending on what you are doing.... You can open tables directly for inserts, deletes, etc. ...
Dano <dano-colombo@...>
dc_idaho
Offline Send Email
Jan 1, 2003
9:09 pm
8090
In similar cases I use the "enabled" attribute in case where I want the user to see the information, but not be able to modify the value, instead of hiding and...
Dano <dano-colombo@...>
dc_idaho
Offline Send Email
Jan 1, 2003
9:12 pm
8091
You could just use the textbox normally and set the "Locked" property to true so that the user cannot edit the contained data but can select and copy it. ...
Steven Day
stevenjamesday
Offline Send Email
Jan 1, 2003
11:01 pm
8092
I've tried and tried to 'upgrade' the MS VisData module to allow access to Access 2000 databases. I can do everything that the 'HOWTO' article says to do, but...
TC <muskratsplace@...>
muskratsplace
Offline Send Email
Jan 1, 2003
11:22 pm
8093
Thanks for the help I thought it might be an API call. But because I am a self taught programmer, I have never learned too much about more advanced programming...
John <gambler001@...>
gambler86314
Offline Send Email
Jan 2, 2003
12:45 am
8094
Well I am no PhD but I have allways had a fascination with statistics and charts. Basically the code looks for changes in relative strength among other...
John <gambler001@...>
gambler86314
Offline Send Email
Jan 2, 2003
1:01 am
8095
Hi... Wish you all happy new year... Thanks & Regards, Vipul Parekh. Efficiency And Perfection is the art of Living.......... ... From: mjandvb6...
Vipul Parekh
vparekh76
Offline Send Email
Jan 2, 2003
2:22 am
8096
Try .Text or nothing. The default I think brings back the selected value....
jimhollandjr
Offline Send Email
Jan 2, 2003
4:27 am
8097
Hi all, Wish U a happy new year. I want to bring webcam always on top of the form. Only if I minimise the from then the webcan has to minimise otherwise it has...
psur_esh <psur_esh@...>
psur_esh
Offline Send Email
Jan 2, 2003
4:30 am
8098
I would test back to at least 30 years. This is an interesting field, I wish you luck. Have you looked into methods that use AI & AL (artificial life), fuzzy...
jimhollandjr
Offline Send Email
Jan 2, 2003
5:26 am
8099
salaams, I want to know the syntax for getting a hard copy of all the contents of a form. Can anyone help me out with this? thanx Hafsa...
Hafsa/Asmat
aahh@...
Send Email
Jan 2, 2003
5:31 am
8100
Dear Hafsa u can make a text file on required event of ur form and add data into that file in easy to understand format. the only issue is to whether u want to...
Kashif Zia
kashif5095
Offline Send Email
Jan 2, 2003
6:09 am
8101
I find the MSDN cd useless too. It doesn't help that the majority of API calls that it does cover are provided with only C++ examples. Hopefull microsoft will...
Steven Day
stevenjamesday
Offline Send Email
Jan 2, 2003
8:03 am
8102
I think you want the PrintForm Method. [frmFormName.] PrintForm for example, if you wanted to print a form named frmUpdate, the correct syntax would be...
Picard_Maneuver_27 <a...
Picard_Maneu...
Offline Send Email
Jan 2, 2003
8:09 am
8103
Hello This code can help you: Private Sub print_Click() Dim form1autoredraw As Boolean Dim printerr As Integer dlgprint.ShowPrinter On Error GoTo errhandler ...
jafari_a14
Offline
Jan 2, 2003
11:14 am
8104
Isn't there something like a Windows.ShutDown command???? ===== Kymberley "If you succeed the first time, then you have learned nothing!" - Thomas Edison ...
Kymberley Peterson
prncskymbrly
Offline Send Email
Jan 3, 2003
1:16 am
8105
Hmmm.... How does the user go about putting information into the text boxes when they are not visible?? Is it a command button or something they click on? If...
Kymberley Peterson
prncskymbrly
Offline Send Email
Jan 3, 2003
1:27 am
8106
Hi All, Im New to this group, and new to VB. I would like to know how to work a progress bar without using a timer. eg, i want to copy a file called "sample"...
wormo90 <wormo90@...>
wormo90
Offline Send Email
Jan 3, 2003
2:38 am
8107
Hello, I am trying to configure an If/Then statement and an sql query to see if there is an entry in a database that matches a variable. If there is, then I...
Chuck <webnso@...>
webnso
Offline Send Email
Jan 3, 2003
4:52 am
8108
You can change your file copy command to only copy one byte at a time then between each you can up date the progress bar. BUT if you have a single command for...
jimhollandjr
Offline Send Email
Jan 3, 2003
4:55 am
8109
Hi everybody, I've a doubt, by using Internet Transfer Control, i want to download from a Unix PC, some 10 or 20 files, what is the VB code ? I will not be...
Prem Kumar
macroitindia
Offline Send Email
Jan 3, 2003
10:01 am
Messages 8080 - 8109 of 32051   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