This code would beep when the vb modal form was loaded where did my Beep go Private Sub Form_Load() frmMsgBox.Left = 300 frmMsgBox.Top = 4700 lblMsgBox =...
Dwight, You have "set PtNote = '" & txtNote.Text & "'," & _ You don't need this comma. It needs to be a space. Cheers, Chris "Dwight Norris" <dwight@...> ...
Chris.Marsh@...
Aug 2, 2005 12:04 pm
16714
I wanna test some of the zip materials, but i canīt do it.Do U Know?...
On my home computer when doing an exercise in the Murach book, when I use the DateTime.Now and DateTime.Today commands, with whatever formatting commands...
try this code Public Sub Timer1_Timer() txtDate.Text = Format(Now, "M/D/YY") gvNOW = txtDate.Text txtTime.Text = Format(Now, "HH:mm") End Sub dwight ... From:...
I found the Beep question answer... I tried your code on my machine and discovered I did not have a "Default Beep" either. If you look in the Control...
Hi Tim: I don't want to waste any more of your time or mine on this problem, so I re-wrote the code so it is much simpler that what the example calls for, and...
Chris W I do not think I would have found this one in 1 million years thanks Yes send me both the > Let me know if you want the reg key (to do it manually) or...
Steve, Yes, please. I would like a copy of the zip file to see what you did with it. Morry ... From: helpwithvb@yahoogroups.com...
Morry Levin
mlevin@...
Aug 4, 2005 9:46 am
16728
Hi, Please can someone advise on the following. I am trying to print a from by using the following: Dim old_width As Integer old_width = frmAddress.Width ...
ahmed@...
Aug 4, 2005 10:13 am
16729
Good Morning Ahmed, You need a little more code for this printing project. Look at this web page, which I believe has the answer you need. You can download...
Good Morning Ahmed, Make sure that you also send a copy of your reply to the Help-With-VB-List, so that others may benefit. If you only copied the code that is...
Before the dreaded HD crash, I had a real nice code snippet database. It came packed with all sorts of code snippets organized into sections. Now I cant find...
I like a free product called Code Bank and I will be happy to send you a link or a copy dwight ... From: Schmendrick To: helpwithvb@yahoogroups.com Sent:...
The attached is a puzzle that shut down the whole accounting department of an engineering firm for a day. It was written by Albert Einstein. Greg ... From:...
When you figure out the answers, don't reply to the list with the answers. You can email me directly. Greg ... From: Greg Smith To: helpwithvb@yahoogroups.com...
Hello, I have a class object & a collection class object. In the initialize event of the collection object, I add a new object to the collection & then set the...