Hi, the DSN created using myODBC allow indicate IP address and port. I connect from a PC without mySQL to another with mySQL but with Operating System Windows...
John Mejia
software@...
Mar 1, 2002 2:46 pm
6891
Thanks alot John, I'll try it out and let u know if it works. ... Regards... Venkata Ramana Gundi ...
Hi everyone. A simple question. Is it possible to change the colour of a command button from the usual grey either in code or in properties. I've tried many...
Not sure about the color bit but you can make it graphical and add images. Just set the properties style to graphapical. then set the picture property then...
Kevin Hoad
kevinhoad@...
Mar 1, 2002 9:38 pm
6894
yes of course, make a form and place a command button on it private sub command1_click command1.style=1 command1.backcolor=vbred end sub thats it the most...
Dear, Change the style property change it graphical.. now change the BackColor of the button...
Sudhanshu Mendiratta
smendiratta@...
Mar 2, 2002 7:41 am
6896
Hi gang I have written a project and I want to give the end user the chance to save their data base to disk or anywhere on their drive. I have achieved this to...
Kevin Hoad
kevinhoad@...
Mar 2, 2002 11:56 am
6897
Kevin, Check to see that you're using the MS Service Pack 5. In addition to the SP5, you may also want to look at any code you have already written that has: ...
Thanks very much I am using the dao data base and it is 3.51 If i am reading your reply correct (and i am very very grateful) I could also get round my problem...
Kevin Hoad
kevinhoad@...
Mar 2, 2002 12:54 pm
6899
Now AndreaVB has its own domain name. I have finally registered www.andreavb.com. After 3 years of activity and almost 600.000 unique visitors I have decided...
Congratulations on your domain name....!!!!!!:) Jamie ... From: webmasterandreavb To: andreavb@yahoogroups.com Sent: Saturday, March 02, 2002 8:39 AM Subject:...
Hi, Please do not send me links to such sites as nuzzly.com - what a mess of advertising and pop-up advertising pages - worse that accidentally clicking into a...
Mike Griffiths
Michael.GRIFFITHS@...
Mar 2, 2002 6:52 pm
6902
Opposes VB: * VB Runtime - Mark: I was unaware of this one * VB will only be around on the popular platform as long as that platform is made by Microsoft....
Hi, I am writing some macros in Excel using Visual Basic. I need to extract information from web pages. Is there a way, given the URL, to read the HTML code of...
lighterworld
lighterworks@...
Mar 3, 2002 12:46 am
6904
Basically, DAO is not even being supported by Microsoft into the future. It really won't deal with ActiveX Data Objects (ADO) or the Component Object Modules...
Hello all there. I need an urgent help regarding Data report. My problem is that I want to add a Serial No field to my Data report, for example I want to...
Thanks that goes a long way to answer a lot of my questions I just curious but do you have any j++ skills. If you want a laugh and have time ...
Kevin Hoad
kevinhoad@...
Mar 3, 2002 7:51 am
6907
Hi All, Please help me with this one. I have created a VB program that plays some movie using the multimedia player. I created my own buttons the stop and the...
Jeremy A. Goce
jeremy_goce@...
Mar 4, 2002 3:02 am
6908
Pls, write the basics in using DataRepeater! What is that OLEDB the VB keep telling me it is missing. Tnx yuval...
Yuval
yuvalmy@...
Mar 4, 2002 6:36 am
6909
Kevin, I don't have the requisite background you mention. I downloaded your source.zip but I can't run it unless you let me know what your Project/References...
Thanks once again Jim Ok as you can tell most likely I am still begining but your advise is taken on board my skills are all self taught. my references are as...
Kevin Hoad
kevinhoad@...
Mar 4, 2002 2:20 pm
6911
Thanks once again Jim Ok as you can tell most likely I am still begining but your advise is taken on board my skills are all self taught. my references are as...
Kevin Hoad
kevinhoad@...
Mar 4, 2002 2:22 pm
6912
hi does any one know to change the fore and back color of the msgbox and dtpicker thanx ... Do You Yahoo!? Yahoo! Sports - Sign up for Fantasy Baseball...
Dany Chris
danychris2000@...
Mar 5, 2002 6:38 pm
6913
dear vb-users, i am using an mschart to display bar charts for comparison of results. While
doing it, i intend to show a limit to indicate what are the items...
hi steve, in the property of the command button change the style to graphical and then apply color hope ur ques is fullfilled...
Dany Chris
danychris2000@...
Mar 5, 2002 11:10 pm
6915
Not sure if thats possible but if you want you can make your own modal form. Which you can make into a msgbox. That way you can make it any color you like. If...
Kevin Hoad
kevinhoad@...
Mar 6, 2002 12:24 am
6916
Here is a really unique referral program - all you have to do is change your start page when you load your browser and get paid - its as simple as that. here's...
hi is there any way to change the color of the popup menu...
Dany Chris
danychris2000@...
Mar 6, 2002 12:47 am
6918
I dont think you can change the MsgBox back colour - it is a predefined dialog box. If you require a diffent style of message box you have to design your own...
Not sure about the msgbox but if you want you can make your own by adding a new form and make it modal. Then it will behave exactly as a msg box. You can then...