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...
Private Sub form_load() MSFlexGrid1.Row = 1 'Designate the row that you want to color MSFlexGrid1.Col = 1 'Designage the column MSFlexGrid1.BackColor = vbGreen...
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...
... 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...
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...
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...
shell app.path & exename.exe ... ____________________________________________________________________________________ Park yourself in front of a world of...
Have you tried using the common control? I has also the print feature. The Printer Object also gives great scope for exact printing. Lots of coding needed,...
Folks, I want to write a code getting metadata from JDBC driver. is that possible in VB6? i would hope that one folk send me a sample code if he has. Thanks,...
Hello there, How can I connect visual basic 6 forms with oracle database. While creating ODBC, computer asks for server name. My database is on the same...
... http://www.connectionstrings.com/ ... Either your computer name, "localhost", or "127.0.0.1" should suffice for the server name parameter. -Shawn...
Hi all : I'm currunlty working on my graduted project and its about controlling the mouse using your eye , the only thing that i need to do this project is a...
I have a Form1 and Form2, then i put a command button in form1 that load a picture in form2. how can I put the picture permanently. so the next time i will...
Probably a very elementary question, but here goes! Some of my Tool Tip Texts are too long for comfort. They would read much more easily if I could edit them...
thanks a lot man!!! = D Send instant messages to your online friends http://uk.messenger.yahoo.com [Non-text portions of this message have been removed]...
hi i m making multiuser project, in that i want to know last modified date/time of all records in a particular table. thr is a code to get date/time, if sm1...
... The first step would be to add a timestamp field to the table. Until you have that a field setup for that type of tracking, no lookup is possible. -Shawn...
... modified ... Until you ... first of all thanks for showing interest in my problem, adding timestamp field to the table generates more trouble bcoz at every...
Hi, I have a software package written in VB6 for Windows XP and Vista based computers. It streams audio in from the internet and sends it to the sound card. I...
... I don't want to be rude, but am probably going to be. Why not dump the array altogether and use disconnected recordsets? Your updates will happen in a...
... John, I don't have the information at hand, but I have heard about a vista 'feature' that sets a default output device for audio. This is causing...
... Access files will have an updated date representative of any change, such as column widths in a detail view, query composition, or even RUNNING a select...