what animation u want in backcolor....tell us ur ideas so that we can help you dear. magen_sql <no_reply@yahoogroups.com> wrote: Hi all.... How made...
I think what you are asking is how do you add quotes inside a string for example: theString = "someprog.exe "c:\program files\somesoftware\my user file.txt"" ...
I have a picture that I want to be able to rotate. I can insert it as a picture or as an image, doesn't matter. My question, is there a way to rotate or turn a...
Sounds like a simple rotation function from the bits in the picture. ... From: John Henry <jshenry1963@...> To: visualbasic6programming@yahoogroups.com ...
Upon opening your connection, you can determine whether it is connected or not. the error will occur if you are not connected. and if you want to check the...
Hi I am looking for the graph activex for my Datalogging project. I have developed certain but not having good amount of flexibilty. Can anybody advice. ...
I tried embedding a picture object in my access application using OLE but on switching to form view , all I could see was the name of the object and the ...
Form view in VB6?? If so that's all you will see. What you have to do is save the stored picture to a directory then point you picture control to that direct...
I tried embedding a picture object in my access application using OLE but on switching to form view , all I could see was the name of the object and the ...
hi..friends.. any body having any idea about how to write a small telephony recording program Hameed.. ... Building a website is a piece of cake. Yahoo! Small...
Hi Hameed, Hello friend I have done it in foxpro before in our company and i think it there is no difference in using vb6 cause it is just a matter of...
Hi, How to change the cursor of the mouse to be like the ( pointing-hand ) and how to set it back ? Thnx Emad ... Yahoo! oneSearch: Finally, mobile search...
I am trying to subclass the right mouse click button to direct to my help files for the object the mouse is pointing to. I have been reading every example I...
Hi Emad, Here are the steps: 1. Change the MousePointer property to "99 - Custom" 2. Click the browse button in the MouseIcon property to search for the ...
Hi, How to make the mouse cursor change while moving on a control to any "*.cur" file ? and how to set it back ? Thnx Emad ... Park yourself in front of a...
At 02:10 PM 6/4/2007 -0700, you wrote: Hi Emad Simple, put a button on a form and paste this as an example. Code Starts; Private Sub Command1_MouseMove(Button...
You may find the answer here http://www.freetutes.com/VisualBasic Emadocom <emadocom@...> wrote: Hi, How to change the cursor of the mouse to be like the...
set the Mouse pointer property to "Custom" and select mouse icon property as finger pointed ICO file from you computer. I hope it vil help you, otherwise u can...
Hi, Thank you , but how to set the mouse cursor to another *.cur file ? Emad Raymond C Chow <raymond_c_chow@...> wrote: Hi Emad, Just set the MousePointer...
Hi Emad, You must have missed the messages I and other posted regarding that. ... Hi Emad, Here are the steps: 1. Change the MousePointer property to "99 -...
Hi again, Thanks , But I can't find any browse button, so how can I do this in the code ? Raymond C Chow <raymond_c_chow@...> wrote: Hi Emad, You must have...
Hi Emad, When you click on the MouseIcon property, a button with three dots on it will appear in the box. That's the browse button. To change the mouse cursor...
I posted this question in vbhelp, but have not had a reply, thought I would try here. I have a quandry, my VB6 app works perfectly on English and most European...
This might help. At least a little. It will list the available ports. You
could collect the available ports, put them in a comma delimited string,
then use...