|
-
Aug 3rd, 2009, 08:14 AM
#1
Thread Starter
Member
-
Aug 3rd, 2009, 08:29 AM
#2
Re: Use VisualBasic Immediate Window in App
Immediate Window is only available in VB IDE for debugg ing purposes.
Print data to some local text file when running exe.
-
Aug 3rd, 2009, 08:49 AM
#3
Thread Starter
Member
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
-
Aug 3rd, 2009, 09:22 AM
#4
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|