what is the output of your program? ... From: Brian Auty <brian.auty@...> To: visualbasic6programming@yahoogroups.com Sent: Wednesday, August 27, 2008...
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...
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...
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...
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...
... the summated colums meetabrev & racetimes ... meetabrev & racetime This is only applicable when the driver doesn't perform. Additional summations you can...
 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...
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...
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 ...
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...
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...
yakshasa, Â is this how i will do it? Â DRRated_Summary.Orientation = rptOrientLandscape Printer.PaperSize = vbPRPSLegal its not working still the error is...
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 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...
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...
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....
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...