Results 1 to 4 of 4

Thread: Use VisualBasic Immediate Window in App

  1. #1

    Thread Starter
    Member
    Join Date
    May 2009
    Posts
    36

    Use VisualBasic Immediate Window in App

    hi guys i h ave two question :

    1: how can i use immediate window (for winsock data arrival) in my app(.exe)
    (showed in picture)
    for see what i receive from winsock
    -----------------------------------------------------------

    2: i have winsock data arrival like this:

    hello 123 test <fone face="Tahoma" size="12" color="#000000"> test

    how can i get font name and font size from this data arrival for my richtext box ?
    rtb.selfontname = Tahoma ???????????? like this ?

    Attached Images Attached Images  

  2. #2

  3. #3

    Thread Starter
    Member
    Join Date
    May 2009
    Posts
    36

    Re: Use VisualBasic Immediate Window in App

    End Select
    Debug.Print Data
    Text1.seltext = data
    1
    End Sub
    i did already but it dont show whole data , just some of them. you can see the pic it show whole thing i receive but when i print just some of them showing

  4. #4
    VB-aholic & Lovin' It LaVolpe's Avatar
    Join Date
    Oct 2007
    Location
    Beside Waldo
    Posts
    19,541

    Re: Use VisualBasic Immediate Window in App

    As RhinoBull was saying the Debug.Print will only work in VB IDE.
    You might want to modify it a little and make the textbox multiline with scrollbars.
    Text1.Text = Text1.Text & Data & vbCrLf
    Insomnia is just a byproduct of, "It can't be done"

    Classics Enthusiast? Here's my 1969 Mustang Mach I Fastback. Her sister '67 Coupe has been adopted

    Newbie? Novice? Bored? Spend a few minutes browsing the FAQ section of the forum.
    Read the HitchHiker's Guide to Getting Help on the Forums.
    Here is the list of TAGs you can use to format your posts
    Here are VB6 Help Files online


    {Alpha Image Control} {Memory Leak FAQ} {Unicode Open/Save Dialog} {Resource Image Viewer/Extractor}
    {VB and DPI Tutorial} {Manifest Creator} {UserControl Button Template} {stdPicture Render Usage}

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width