Thanks a lot! ... From: Agrofamilia. [mailto:barlassina@...] Sent: Mittwoch, 31. Januar 2001 16:10 To: andreavb@yahoogroups.com Subject: RE:...
Roger Abderhalden
roger.abderhalden@...
Feb 1, 2001 10:42 am
2971
Hi Lucas, ... Check into the _GotFocus event and look at the 'hot tracking' sample on http://www.vbaccelerator.com Regards, Shawn K. Hall ...
Shawn K. Hall
shawn@...
Feb 1, 2001 10:44 am
2972
Hi Lucas In some application that I made the same thing I use the event control_MouseMove and control_gotFocus of each control Gretting Pablo ... From:...
Pablo, Bellone
bellonepablo@...
Feb 1, 2001 1:24 pm
2973
I know what you say me... but I do not want to put on any gotfocus event a call to the subrotuine that shows the help... I want to make by sublassing and all...
Agrofamilia
barlassina@...
Feb 1, 2001 2:36 pm
2974
VB'ers, I have a question about monitoring directory's that contain multiple files. I have several files written to a directory, for example, Note: I build...
Coffey, Robert
CoffeyR@...
Feb 1, 2001 3:31 pm
2975
Here you are. Typed in the mail editor, so check for errors. ... lngCutoffDate = CLng(Format$(DateAdd("d",-14,now),"yyyymmdd")) strFileName = Dir$("TH*.TXT") ...
Marcantonio Magnarapa
marcantonio@...
Feb 1, 2001 4:08 pm
2976
But you write a call to the routine that shows the help in any gotfocus and mouse move event.????? I did that.... but I was thinking in automatizated by...
Agrofamilia
barlassina@...
Feb 1, 2001 4:27 pm
2977
Give me something of time that I am looking for in the net Yes, I made a function with a parameter that indicated me that message to show. ... From:...
Pablo, Bellone
bellonepablo@...
Feb 1, 2001 4:43 pm
2978
I am writing an application that requires a picture to be stored with a corresponding data entry. So if the field reads Furniture, a pic of a sofa etc can be...
try the dateadd function mydate = dateadd("d",-14,date) mySearchSting = "TH" + mydate + ".txt" ... From: Coffey, Robert [mailto:CoffeyR@...] Sent:...
Ramon Vasquez
rvasquez@...
Feb 1, 2001 7:40 pm
2982
Hello, I'm looking for a program that can make thumbnails of a picture, and save them. Xander...
Xander van Heynsbergen
xander@...
Feb 1, 2001 7:50 pm
2983
The problem I described only occurs when the item number happens to be on the first screen of the datagrid. All others move it to the top when the item is...
carol_hunter@...
Feb 1, 2001 9:23 pm
2984
People: I'm usign Microsoft outlook 8.0 object library. I made a program to automate email sending. I'm triyng to add an attach, but i do not find the method...
Agrofamilia
barlassina@...
Feb 1, 2001 9:33 pm
2985
Use the BCC (=blind carbon copy) field instead of the "To" or "CC" field. I don't know if you must have one recepients at least. Regards Roger ... From:...
Roger Abderhalden
roger.abderhalden@...
Feb 1, 2001 11:31 pm
2986
Hi All, I am a newbie and have tried for 6 days to get this to work without success. I have made a small app in VB5 and DB is access97 and I want to print an...
astewart@...
Feb 2, 2001 1:54 am
2987
I have a datagrid that I created using the data environment and a command. I am using the .find method to allow users to find a particular part number. Once...
carol_hunter@...
Feb 2, 2001 3:52 am
2988
Guys, Help please! im trying to read a text file, particularly from notepad, and place the words or text in an Access database. But my real problem is the text...
Acero, Vincent .
bong@...
Feb 2, 2001 8:50 am
2989
Hi Jamie, ... Don't store the image in the database, store a pointer to it on disk. You can move the image to a directory of your choosing (before storing the...
Shawn K. Hall
shawn@...
Feb 2, 2001 11:05 am
2990
Hi Lucas, ... How exactly is the application going to know what to place within the status bar? Have you got this information somewhere? Or will it be divined...
Shawn K. Hall
shawn@...
Feb 2, 2001 12:40 pm
2991
I do it with a toprow method , but in a msflexgrid, is better than datagrid. Fabian ... From: <carol_hunter@...> To: <andreavb@yahoogroups.com> Sent:...
Fabian Deccatri
informacion@...
Feb 2, 2001 12:46 pm
2992
dear mr Andrea i find in your site more usifull help u can consider me as beginner vb6 user if it is possible iam in need for your help i want to know how can...
Gamal Azim
gaf58@...
Feb 2, 2001 1:05 pm
2993
No my problem is how to add a file attached to an email... ... From: Roger Abderhalden To: andreavb@yahoogroups.com Sent: Thursday, February 01, 2001 8:20 PM ...
Agrofamilia
barlassina@...
Feb 2, 2001 1:06 pm
2994
In order for you to use the Access 8.0 object library you must have Access installed on that client PC. That is why it works on PCs that have Access and...
Ramon Vasquez
rvasquez@...
Feb 2, 2001 1:48 pm
2995
Lucas, hope this works With objMailItem.To = "ToAddress" 'recipient's address .Subject = "subject" 'subject box content .Body = "email message" ' message...
Ramon Vasquez
rvasquez@...
Feb 2, 2001 1:52 pm
2996
text filstry Dim field1, field2, field3, fiel4 Dim MyTextFile MyTextFile = "c:\aaaaa\testfile.txt" Open MyTextFile For Input As #1 Do Until EOF(1) Input #1,...
Ramon Vasquez
rvasquez@...
Feb 2, 2001 2:09 pm
2997
Hi you all!! I would like to know if someone knows how to dialog with a Siemens PLC using Visual Basic... Every kind information is well appreciated! Thanks......
webmaster@...
Feb 2, 2001 5:01 pm
2998
i have a program that is using the find method to find a part number. i keep getting an error because i can't use the field as part of the search. it works...
carol_hunter@...
Feb 2, 2001 5:42 pm
2999
i created commands in a data environment. my problem is each time i want to run my program i have to login to SQL. i tried putting code in the startup forms...
carol_hunter@...
Feb 2, 2001 6:51 pm
3000
what's the connection string look like,and how are you obtaining it. What i usually do, is set up an ADO control on the form and then get the connection ...