Example
#{example}"); ipb.editor_values.get('templates')['togglesource'] = new Template(""); ipb.editor_values.get('templates')['toolbar'] = new Template(""); ipb.editor_values.get('templates')['button'] = new Template("
Emoticons
"); // Add smilies into the mix ipb.editor_values.set( 'show_emoticon_link', false ); ipb.editor_values.set( 'bbcodes', $H({"snapback":{"id":"1","title":"Post Snap Back","desc":"This tag displays a little linked image which links back to a post - used when quoting posts from the board. Opens in same window by default.","tag":"snapback","useoption":"0","example":"[snapback]100[/snapback]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"0","optional_option":"0","image":""},"topic":{"id":"5","title":"Topic Link","desc":"This tag provides an easy way to link to a topic","tag":"topic","useoption":"1","example":"[topic=1]Click me![/topic]","switch_option":"0","menu_option_text":"Enter the topic ID","menu_content_text":"Enter the title for this link","single_tag":"0","optional_option":"0","image":""},"post":{"id":"6","title":"Post Link","desc":"This tag provides an easy way to link to a post.","tag":"post","useoption":"1","example":"[post=1]Click me![/post]","switch_option":"0","menu_option_text":"Enter the Post ID","menu_content_text":"Enter the title for this link","single_tag":"0","optional_option":"0","image":""},"spoiler":{"id":"7","title":"Spoiler","desc":"Spoiler tag","tag":"spoiler","useoption":"0","example":"[spoiler]Some hidden text[/spoiler]","switch_option":"0","menu_option_text":"","menu_content_text":"Enter the text to be masked","single_tag":"0","optional_option":"0","image":""},"acronym":{"id":"8","title":"Acronym","desc":"Allows you to make an acronym that will display a description when moused over","tag":"acronym","useoption":"1","example":"[acronym='Laugh Out Loud']lol[/acronym]","switch_option":"0","menu_option_text":"Enter the description for this acronym (EG: Laugh Out Loud)","menu_content_text":"Enter the acronym (EG: lol)","single_tag":"0","optional_option":"0","image":""},"hr":{"id":"12","title":"Horizontal Rule","desc":"Adds a horizontal rule to separate text","tag":"hr","useoption":"0","example":"[hr]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"1","optional_option":"0","image":""},"php":{"id":"14","title":"PHP Code","desc":"Allows you to enter PHP code into a formatted/highlighted syntax box","tag":"php","useoption":"0","example":"[php]$variable = true;\n\nprint_r($variable);[/php]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"0","optional_option":"0","image":""},"html":{"id":"15","title":"HTML Code","desc":"Allows you to enter formatted/syntax-highlighted HTML code","tag":"html","useoption":"0","example":"[html]\n \n[/html]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"0","optional_option":"0","image":""},"sql":{"id":"16","title":"SQL Code","desc":"Allows you to enter formatted/syntax-highlighted SQL code","tag":"sql","useoption":"0","example":"[sql]SELECT p.*, t.* FROM posts p LEFT JOIN topics t ON t.tid=p.topic_id WHERE t.tid=7[/sql]","switch_option":"0","menu_option_text":"","menu_content_text":"","single_tag":"0","optional_option":"0","image":""},"xml":{"id":"17","title":"XML Code","desc":"Allows you to enter formatted/syntax-highlighted XML code","tag":"xml","useoption":"0","example":"[xml]2 Replies - 81 Views - Last Post: Yesterday, 04:43 PM
#1
Reputation: 0
- Posts: 5
- Joined: 23-February 13
Posted Yesterday, 04:10 PM
I have made an application that connects to an IMAP mail server. When I click the connect button my app just freezes up. No errors or anything. It just freezes. This has happened before when trying to use MySQL servers. All my apps that have to connect to servers freeze when they connect. I know it's working fine because when I type in incorrect info, I get an error and it doesn't freeze, only when it actually tries to connect. If you want my code, here it is:Imports Limilabs.Mail Imports Limilabs.Client.IMAP Public Class Form1 Dim imap As New Imap Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load End Sub Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click imap.Connect(TextBox1.Text) ' or ConnectSSL for SSL imap.Login(TextBox2.Text, TextBox3.Text) End Sub End Class
Please help me. I hate not being able to use servers.
P.S. This happens in C# and C++ as well, not just VB.NET.
Is This A Good Question/Topic? 0
Replies To: [Problem] Application freezes when connecting to internet!
#2
Reputation: 673
- Posts: 2,011
- Joined: 12-December 12
Re: [Problem] Application freezes when connecting to internet!
Posted Yesterday, 04:41 PM
I would do something with the connection, such as reading an email, and close the connection. At least this would show that the connection is available.
#3
Reputation: 0
- Posts: 5
- Joined: 23-February 13
Re: [Problem] Application freezes when connecting to internet!
Posted Yesterday, 04:43 PM
andrewsw, on 22 March 2013 - 04:41 PM, said:
I would do something with the connection, such as reading an email, and close the connection. At least this would show that the connection is available.
I did a Try statement and the exception was a message box that said "Could not connect". After clicking connect and waiting about three minutes for something to happen, i got the error message. I tried several different ports but kept getting the same message after a few minutes. Maybe it's the IMAP reference thats not working. It still freezes on MySQL apps though.
Page 1 of 1
eli manning kelly clarkson national anthem halftime show super bowl halftime show 2012 ahmad bradshaw halftime super bowl 2012 super bowl score
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.