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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 14581 - 14611 of 32051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14581
Hi In VB6 there is a limitation on how many com ports you can use. I am writing an application that will me monitoring a lot of instruments, and need about 30...
sveinutne
Offline Send Email
Mar 1, 2004
9:21 am
14582
hey Frederiko /rick thanks for the http://www.ostrosoft.com/ link its working real well regards tushar...
th5-Tushar G Kapila
tgkprog
Offline Send Email
Mar 1, 2004
4:15 pm
14583
Procedure declaration does not match description of event of having the same name. I trying to take a key field (Customer ID) from one of my tables through a...
kingscheercoach
Offline Send Email
Mar 1, 2004
7:44 pm
14584
I think to handle more than 4 com ports you need third party hardware drivers. I would check with the com port makers and see what software support they offer....
;-) jim
jimhollandjr
Offline Send Email
Mar 1, 2004
9:34 pm
14585
thanks for the help...... vijay kumar <gantibabu@...> wrote:Hi, the statement depends on the database you are using. For oracle the date format is...
piolo mendoza
piolo_101677
Offline Send Email
Mar 2, 2004
1:48 am
14586
Gentlemen, et al., Anyone care you explain how to make a command button appear when the mouse is placed over it? I'd also like to have the button disappear...
Darrin J. Calcutt
dcalcutt2000
Offline Send Email
Mar 2, 2004
5:57 am
14587
Hi Darrin, try this: Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single) With Command1 If (X > .Left And X < .Left +...
Jonathan McMullan
jj_mcmullan
Offline Send Email
Mar 2, 2004
10:18 am
14588
Hi, Iam new to this group. Can any one help me how to send mail with attachment in VB ciya Rose...
roses_2u2002
Offline Send Email
Mar 2, 2004
10:52 am
14589
Hi, Please help to how to set up VB mail program with attachment where Outlook express is not installed. ciya Rose...
roses_2u2002
Offline Send Email
Mar 2, 2004
11:19 am
14590
... I think is easier to use the smtp control. A lot of people use it and I think they like. It´s free. The URL is www.ostrosoft.com Another option (if you...
Frederiko dos Santos ...
fredec@...
Send Email
Mar 2, 2004
12:50 pm
14591
... There is another suggestion .. I'm using this one (but I intend to transfer to smtp.ocx). Try to use the winsock control. But I still don't know how to...
Frederiko dos Santos ...
fredec@...
Send Email
Mar 2, 2004
12:53 pm
14592
My problem: I have a form, which allows users to pick from a series of drop downs, when a user clicks the send button a report is called and created as PDF. A...
purpleliger
Offline Send Email
Mar 2, 2004
2:01 pm
14594
Hello to all. I have a problem, which I want to share with you people. I am using MSFlexGrid and I want to remove one complete row of the grid, when I click on...
Kashif Jamil
kjamilpk
Offline Send Email
Mar 2, 2004
3:10 pm
14595
is there a way to drag and drop text from one textbox to a nother thanks...
d56h
Offline Send Email
Mar 2, 2004
4:07 pm
14596
Hi all, I am writing a Movie autoplayer using VB, I use Timer control to check if the time is met the preset Time. If the time met the preset time, then play...
flexchan
Offline
Mar 2, 2004
4:41 pm
14597
Hi ya, Put a label and two textboxes on a form hen use the following code: Private Sub Form_Load() Label1.Visible = False End Sub Private Sub...
Jonathan McMullan
jj_mcmullan
Offline Send Email
Mar 2, 2004
5:28 pm
14598
Private Sub Command1_Click() Text1.Text = "hi" End Sub how would i write this to make hi go where the cursor is at in the textbox...
d56h
Offline Send Email
Mar 2, 2004
8:37 pm
14599
Hi Friends!!! our client is looking for VB professionals for its operations in Bangalore. the Requirements are : 1) Developer: VB/SQL VB, SQL Server 2000,...
kapilnimisha
Offline Send Email
Mar 3, 2004
6:00 am
14600
Hi, *********************************************** If KeyCode = vbKeyDelete then MSFlexGrid1.RemoveItem MSFlexGrid1.Row End If. ...
vijay kumar
gantibabu
Offline Send Email
Mar 3, 2004
11:31 am
14601
you r looking for this code????????????? Private Sub Text1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single) Text1.Text = "hi" End Sub ...
Anoop G
g4anoopg
Offline Send Email
Mar 3, 2004
11:38 am
14602
Hi All! I want to query from a table in Parametric style. the below code demonstrates query string that i want to apply to my code (strTemp is a string that...
Nasser F
nasser_simple
Offline Send Email
Mar 3, 2004
1:28 pm
14603
you have to use the selstart property to know where the cursor is, like this: I used another textbox to choose the text to be added to the text1 Private Sub...
Nuno Afonso de Oliveira
naoliveira
Offline Send Email
Mar 3, 2004
1:38 pm
14604
Hi Nasser, Try this statement. strSQL = "select * from customer where customerName='" & strTemp & "'" With Regards, V.P.Rajkumar HCLP. ... From: Nasser F...
V.P.Rajkumar
raj@...
Send Email
Mar 3, 2004
1:39 pm
14605
Hi Again! I think that i am not defined my objecs correctly!!! plz see the below code : Dim strTemp As String Dim tempRs As New ADODb.Recordset Dim tempCmd As...
Nasser F
nasser_simple
Offline Send Email
Mar 3, 2004
1:57 pm
14606
With tempCmd .ActiveConnection = mydbCon .CommandType = adCmdStoredProc .CommandText = strSQL ==> This line is wrong End With you have to put the name of the...
Nuno Afonso de Oliveira
naoliveira
Offline Send Email
Mar 3, 2004
2:02 pm
14607
Hi Nasser, Run the following instead of yours. Dim strTemp As String Dim tempRs As New ADODb.Recordset Dim tempCmd As New ADODb.Command Dim strSQL As String ...
Karthikeyan Muthurajan
mkarthik@...
Send Email
Mar 3, 2004
2:05 pm
14608
I have just started using Visual Basic and i was wondering if it is the right programming language to start out in?...
in089646
Offline Send Email
Mar 3, 2004
2:23 pm
14609
I've got a listbox which I fill at runtime using .additem, but I'd like to highlight a few entries in the list that require special attention from the user. Is...
Fred Ward
fredwarduk
Offline Send Email
Mar 3, 2004
2:38 pm
14610
you can use a trick, with listbox you could have various selected items so you could use this property to highligth the entries you need Nuno Oliveira. +351 21...
Nuno Afonso de Oliveira
naoliveira
Offline Send Email
Mar 3, 2004
2:50 pm
14611
Johnny, Thanks for the code. I was using the button object and not the form, to when it was not visible the 'mousemove' event was not available to make the...
Darrin J. Calcutt
dcalcutt2000
Offline Send Email
Mar 3, 2004
3:36 pm
Messages 14581 - 14611 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