Sheco,
I know how busy you must be. I will continue to work on figuring this out. I'm just doing something wrong. I am going to buy a book.
Thanks again for your help.
KH
Thanks again for your suggestions.
I am still experiencing a problem however when I fill in the _ areas with the names. For instance when I take the line you gave me and change it as below
StrConv(strToUserName, vbUnicode), username
I immediately get a compile error stating: expected: list...
Sheco,
Thanks very much for your time. I saw similar code but I did not know what to put for the 2 lines below:
(ByVal sServerName$, _
ByVal sMsgName$, _
ByVal sFromName$, MyPCName
ByVal sMessageText$, Here is my message.
What would the sMsgName$ and...
Greetings all,
I have just searched the site and did not see a solution that worked for me concerning this issue.
I am trying to use the Net Send command in VB6 without any success. I am a rookie so it's OK to laugh at my code but I found this here somewhere but it did not work and I was...
Dr Java Joe... You Da Man!
It took me awhile to figure out where to put things but it is 'workin' like a new one' now.
Many thanks!
Also, Thanks to Zemp who also spent a lot of tutoring time with me today!
Thanks again!!
KH
Dr. JavaJoe
I did what you suggested except that I do not need any logic taking place.
Public Sub main()
frmMessage.Open vbModal
End Sub
I got an error message stating the 'method or data member not found' and the .Open was highlighted. I then backspaced through the .open and a...
Zemp,
I may be hopeless. My entire program is just the one form that opens with a button on it. No logic takes place. All my button does is just acknowledge the user has seen it by not going away until they click it. The form stays on top, with focus until they click the button and then the...
Zemp,
Thank you very much for your idea. My problem is that I don't know where to insert the frm.Message.Open vbModal
I tried this, got an object required error and debugged. The Frm.CompNotice.Open vbModal was hilighted in yellow.
Private Sub Form_Load()
Frm.CompNotice.Open vbModal
End...
Hi,
I am trying to use a form so that I can customize it (graphically). I want to add an OK button but I don't want the user to be able to do anything else until they click the OK button. I want them to acknowledge that they have at least seen the form (I know no one really reads them...)
I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.