Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by knighthawke

  1. knighthawke

    VB 6 Net Send question

    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
  2. knighthawke

    VB 6 Net Send question

    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...
  3. knighthawke

    VB 6 Net Send question

    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...
  4. knighthawke

    VB 6 Net Send question

    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...
  5. knighthawke

    Rookie question about using a form instead of msgbox

    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
  6. knighthawke

    Rookie question about using a form instead of msgbox

    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...
  7. knighthawke

    Rookie question about using a form instead of msgbox

    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...
  8. knighthawke

    Rookie question about using a form instead of msgbox

    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...
  9. knighthawke

    Rookie question about using a form instead of msgbox

    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...

Part and Inventory Search

Back
Top