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...
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 31249 - 31279 of 32051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
31249
what is the output of your program? ... From: Brian Auty <brian.auty@...> To: visualbasic6programming@yahoogroups.com Sent: Wednesday, August 27, 2008...
Dennis Alis
densyo84
Offline Send Email
Sep 1, 2008
11:55 pm
31250
The output of the programe is the results of all the tests done on all the horses running in Great Britain each day ... From: Dennis Alis To:...
Brian Auty
brisanrus
Offline Send Email
Sep 2, 2008
7:45 am
31251
Hi group members,  I am doing one project on multimedia. Currently i am in initial stage of it.  Now I want to play DVD in software. which is perfectly...
Sachin Panchal
sachin_srpworld
Offline Send Email
Sep 2, 2008
9:12 am
31252
Sometimes certain ODBC drivers are not full featured and you might meet a situation when you cannot use the DataSource property. In this case you will have to...
mgaft1
Online Now
Sep 2, 2008
4:08 pm
31253
Hi group members, How can I send email automatically? I've been try using CDO but failed, there's a message "The 'sendusing' value is invalid"....
Leo Imyan
leo.imyan
Offline Send Email
Sep 3, 2008
5:55 am
31254
Thank you for your interest but the code you gave only fills a standard grid . What about the summated colums meetabrev & racetimes I have gone back to my old...
Brian Auty
brisanrus
Offline Send Email
Sep 3, 2008
8:01 am
31255
Guys This is pretty embarassing, but I can't seem to get the Media Control Interface (MCI) control onto my toolkit to then load it onto a form. I went to...
spooboy54
Offline Send Email
Sep 3, 2008
3:52 pm
31256
D'oh So close but yet so far... It's Project|Components|... Bingo Spoo...
spooboy54
Offline Send Email
Sep 3, 2008
4:16 pm
31257
... the summated colums meetabrev & racetimes ... meetabrev & racetime This is only applicable when the driver doesn't perform. Additional summations you can...
mgaft1
Online Now
Sep 3, 2008
9:13 pm
31258
Learn Visual Basic programming in your own. Free step by step tutorials. http://visualbasic.freetutes.com...
chit_chat820
Offline Send Email
Sep 4, 2008
3:58 am
31259
  im looking for a code that check for a values on particular cells.     if i have values on cells C1 to C50, how to check the values for every cells? tried...
malaydiwako
Online Now Send Email
Sep 5, 2008
3:04 pm
31260
What do you want the formula to so once it checks for a value, output Text or give a count for how many have a particular value? Example: c1 to c50 has numeric...
steven
templar_lite...
Offline Send Email
Sep 5, 2008
3:46 pm
31261
Do a for loop that goes through each column and reads the value. For Rowx = 1 To whatever For columnx = 1 to 50 Data = WorkSheet.Cells(Rowx, Columnx).Value ...
yakshasa
Offline Send Email
Sep 5, 2008
4:09 pm
31262
I found it easier if you change from A1, B1, C1 to reference cells to Cell(Row1, Col1) . This makes looping much easier. You do this in the General Tab under...
Barckley Toole
toole130
Offline Send Email
Sep 5, 2008
9:59 pm
31263
Windows Application .Net Developers 3 to 5 years experience SQL server Crystal Report Males Only Work in Alexandria- Egypt Send CV to Hsheimy@... ...
hsheimy
Offline Send Email
Sep 6, 2008
11:28 am
31264
Anyone who has an Install creator for a VB Project aside from the Visual Studio Tools? Thanks for any help.....
Michael Isaac Abuyo
amfugeh
Offline Send Email
Sep 7, 2008
2:39 am
31265
I use Microsoft Visual Studio Installer 1.1 http://msdn.microsoft.com/en-us/vs2005/aa718352.aspx...
Kenneth Danner
racermand289
Offline Send Email
Sep 7, 2008
11:57 am
31267
La línea que escribiste está bien, funciona como debería de ser. La pregunta es porqué debería cambiar de .38 a .35? ... From: eduardo.alva2008...
JAIME ORTIZ
jjseal69
Offline Send Email
Sep 7, 2008
10:19 pm
31268
hello everybody. Can anyone help me how to automatically set my paper into Legal size 8.5 by 13. i can manual congigure it by changing the default of the...
Kently Morales
kentlytears
Offline Send Email
Sep 8, 2008
4:02 am
31269
Printer.PaperSize = vbPRPSLetter...
yakshasa
Offline Send Email
Sep 8, 2008
4:20 pm
31270
Sorry, I meant Printer.PaperSize = vbPRPSLegal ... paper ... the ... will ... advance...
yakshasa
Offline Send Email
Sep 8, 2008
4:25 pm
31271
yakshasa,   is this how i will do it?   DRRated_Summary.Orientation = rptOrientLandscape Printer.PaperSize = vbPRPSLegal its not working still the error is...
Kently Morales
kentlytears
Offline Send Email
Sep 9, 2008
1:13 am
31272
Hello Frnds Please tell me how to send a data of one coloum from one table to another tables coloum For eg.:- A product table is having a fields i.e product...
SUSHMA SAXENA
gemini_sushma
Offline Send Email
Sep 9, 2008
3:51 am
31273
Sushma Why do you want to replicate the data in 2 tables? Get the regno field data from the Product table using product code as an index. Otherwise there's no...
John Keleher
johnkeleher2003
Offline Send Email
Sep 9, 2008
8:04 am
31274
Hi John   Tnx for your reply. But please tell me the procedure as you suggest i.e. product code as index   Regards Sushma     ... From: John Keleher...
SUSHMA SAXENA
gemini_sushma
Offline Send Email
Sep 9, 2008
9:56 am
31275
Simplest way is to use a join e.g. SELECT orderdetail.product_code, product.regno FROM orderdetail JOIN product ON product.product_code =...
John Keleher
johnkeleher2003
Offline Send Email
Sep 9, 2008
10:46 am
31276
Dear Friends I want to use SQL 7 or later in Visual Fox Pro/Foxpro (Window Based). How can i do it, please send me full details, I've already find on net, but...
ABHISAK JAIN
abhiindia
Offline Send Email
Sep 9, 2008
11:30 am
31277
Okay everyone. I have finally solved the problem of playing .m4a files with visual basic. You need to use the QuickTime control and that's all there is to it....
idiodine2000
Offline Send Email
Sep 9, 2008
8:58 pm
31278
You might also need to set the Printer.Orientation = vbPRORLandscape, and You might need to do the printer settings first. I don't know what type of object...
yakshasa
Offline Send Email
Sep 10, 2008
8:27 pm
31279
Hi Anybody having a code of Resturant Managment System please mail me on pankaj250289@... plzzzzz...
pankaj250289
Offline Send Email
Sep 11, 2008
7:52 am
Messages 31249 - 31279 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