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 18213 - 18246 of 32051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18213
'Copy this to any public Module 'Option Explicit ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' Public Const...
raijo
rai_george
Offline Send Email
Dec 1, 2004
8:06 am
18214
Hello, I made a function in order to select deferent numbers between 1 and 16 that are different from each other. Dim I, k, a, l, n(500) As Integer For k = 1...
konstantinos_x
Offline Send Email
Dec 1, 2004
8:32 am
18215
Konstantinos Randomize That's your problem. Add the word Randomize before your loop starts. The reason why you are getting the same sequence is because you are...
Jean-Pierre jamous
jpjamous@...
Send Email
Dec 1, 2004
9:20 am
18216
try this code Dim I, k, a, l, n(500) As Integer Randomize() For k = 1 To 10 a = 0 While a = 0 n(k) = CInt(Int((16 * Rnd()) + 1)) a = 1 If k > 1 Then For l = 1...
Koray CETIN
koraycet
Offline Send Email
Dec 1, 2004
9:30 am
18217
this is normal rnd() it's a pseudo random function. please have a look here: http://www.signature.net/ib/rnd.htm best regards konstantinos_x...
federico bianchi
fbianchi70
Offline Send Email
Dec 1, 2004
9:41 am
18218
Thank you very much, you give me clear idea about adaffecurent. can you help me in an other problem, i want to show the database record in MS Flex Grid, how...
hussaingull
Offline Send Email
Dec 1, 2004
9:48 am
18219
Thank you very much, you give me clear idea about adaffecurent. can you help me in an other problem, i want to show the database record in MS Flex Grid, how...
hussaingull
Offline Send Email
Dec 1, 2004
9:49 am
18220
Folks, I appreciate all of those who answered my questions earlier. However, another question popped up. I'd like to design a form that would display a combo...
Jean-Pierre jamous
jpjamous@...
Send Email
Dec 1, 2004
11:42 am
18221
Try doing thig: Dim SqlStr as String Dim Rs as ADODB.Recordset SET Rs= New ADODB.Recordset SqlStr="SELECT * FROM Table1 WHERE...
Mike Serrano
itrsal
Offline Send Email
Dec 1, 2004
12:32 pm
18222
hello friends, i find one error in my visual basic project. the error is "database could not update;currently locked" when i pass delete, update query . ( i m...
dhiren shah
sh_dhiren1
Offline Send Email
Dec 1, 2004
2:08 pm
18223
Is anyone else opening the database in Access while you are trying to execute your SQL statement? You may get this error in this case, as the person that has...
Mark E
meckeard2000
Offline Send Email
Dec 1, 2004
2:35 pm
18224
You can not and should not write directly to a port with VB. That function is for device driver programmers only. Win XP, Win 2K are secure OS's and should...
;-) jim
jimhollandjr
Offline Send Email
Dec 1, 2004
5:35 pm
18225
Hi, Can any one tell me how to generate musical notes by pressing keys on the keyboard in VB6. I would like to have the code for generating various notes like...
prithvirajbs43
Offline Send Email
Dec 1, 2004
8:16 pm
18226
let assume you have a variable "rec" as adodb.recordset after setting this variable(configuring and opening) do this: set mshflexgrid.recordset=rec.recordset ...
drumric01
Online Now
Dec 2, 2004
4:40 am
18227
Hi.. What datatype you declare on your table1?..is it date type or string type?...also..please post the result of some record so i can help.. Drumric01 From...
drumric01
Online Now
Dec 2, 2004
4:55 am
18228
Thank you for your help. what about serial and parrallel ports and usb port. I know only "mscom" component. Do you know any component for parallel or USB...
Mosa shahed
mosashahed
Offline Send Email
Dec 2, 2004
5:53 am
18229
NOTE: "#" <--- this pound sign is use for the jet engine Let Assume you declare 'arrivaltime' as date/time datatype in table1 in Access Database Your Query...
drumric01
Online Now
Dec 2, 2004
7:07 am
18230
Note: In order for you to manipulate Access database..try to check your connection.Your connection should also release the admin password to open the database...
drumric01
Online Now
Dec 2, 2004
7:14 am
18231
hi, The details from "Mike Serrano" is worked fine for my Issue. Thanxs for the help. Once again i thank all the group members for solving my problem. Regards ...
Ankith k
ankith03
Offline Send Email
Dec 2, 2004
7:24 am
18232
I'm from KSA ( Kingdom of Saudi Arabia). and i hope some one will answering my problems and if it is not clear please asking Funy Girl... MUL-Mulyono...
Funy girl
funygirl400
Offline Send Email
Dec 2, 2004
8:16 am
18237
Hello! At school we are working on a project that involves showing match fixtures for a games competition. With my program I was hoping to use a number of...
bad_coder
Offline Send Email
Dec 2, 2004
2:56 pm
18238
Hey Sorry JP but the code is in VB 6.0 and not in VB.NET, i have never worked on VB.NET till now, also there is no common dialog box in VB.NET what you have...
Mangesh Gore
mangu99in
Offline Send Email
Dec 2, 2004
3:11 pm
18239
Hi Anshul here is the code which i created by using a common dialog control, to use it in notepad application. With cdlEdit .FontName =...
Mangesh Gore
mangu99in
Offline Send Email
Dec 2, 2004
3:19 pm
18240
Sounds like you are trying to write to the printer. There are ways to do that. ... From: Mosa shahed To: visualbasic6programming@yahoogroups.com Sent:...
;-) jim
jimhollandjr
Offline Send Email
Dec 2, 2004
3:24 pm
18241
Hello, First of all i could not understand your problem, you said that you want to rename all the files in a particular directory, if you want to do it...
Mangesh Gore
mangu99in
Offline Send Email
Dec 2, 2004
4:05 pm
18242
Hello, everybody I'm hopeless, I'm a beginner in the VB6 and i want know about how make an array of images to display in one form....
Funy girl
funygirl400
Offline Send Email
Dec 2, 2004
5:43 pm
18243
Try an image list control. ________________________________ From: Funy girl [mailto:funygirl400@...] Sent: Thursday, December 02, 2004 12:44 PM To:...
Shawn Yates
zindar2000
Offline Send Email
Dec 2, 2004
6:39 pm
18244
Hi, I am a very new in VB, I need to know that is there any way help me to fax a page, from, or any thing from VB or VB.net. Thanks a lot Parham...
parham_zz
Offline Send Email
Dec 2, 2004
8:44 pm
18245
Use the Index property of the image control or picturesbox control set it to 0 for the first image 1 for the next and so on Ivan Funy girl...
Ivan Ramirez
IvanRV
Offline Send Email
Dec 2, 2004
9:01 pm
18246
Did you tryed to create the textbox, label, etc inside the frame, so if you hide the frame all the control are hided too or if you set the enable propertie to...
Ivan Ramirez
IvanRV
Offline Send Email
Dec 2, 2004
9:09 pm
Messages 18213 - 18246 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