Click here to Skip to main content
15,925,399 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Tooltip problem [modified] Pin
Anoop Brijmohun16-Nov-08 21:34
Anoop Brijmohun16-Nov-08 21:34 
GeneralRe: Tooltip problem Pin
johnny196316-Nov-08 22:00
johnny196316-Nov-08 22:00 
GeneralRe: Tooltip problem Pin
Anoop Brijmohun16-Nov-08 22:12
Anoop Brijmohun16-Nov-08 22:12 
GeneralRe: Tooltip problem Pin
johnny196316-Nov-08 22:32
johnny196316-Nov-08 22:32 
GeneralRe: Tooltip problem Pin
Anoop Brijmohun16-Nov-08 22:44
Anoop Brijmohun16-Nov-08 22:44 
General[Message Deleted] Pin
johnny196316-Nov-08 22:10
johnny196316-Nov-08 22:10 
GeneralRe: Tooltip problem Pin
Anoop Brijmohun16-Nov-08 22:30
Anoop Brijmohun16-Nov-08 22:30 
GeneralRe: Tooltip problem Pin
johnny196316-Nov-08 22:39
johnny196316-Nov-08 22:39 
so i wrote it works nice i modify it onli a little bit

Private Sub TextBox1_MouseEnter(ByVal sender As Object, ByVal e As System.EventArgs) Handles TextBox1.MouseEnter
If TextBox1.Text <> "" Then
ToolTip2.Active = True
ToolTip2.ReshowDelay = 5000
ToolTip2.SetToolTip(TextBox1, TextBox1.Text)
Else
ToolTip1.Active = True
ToolTip1.ReshowDelay = 5000
ToolTip1.SetToolTip(TextBox1, String.Format("Dubbelklik linker muisknop voor{0}Nieuwe Afspraak{0}Of om Afspraak te Bewereken.", Environment.NewLine))
End If
End Sub
GeneralRe: Tooltip problem Pin
johnny196316-Nov-08 22:41
johnny196316-Nov-08 22:41 
QuestionThe Annoying DesignMode Icon Pin
Saul Johnson16-Nov-08 0:42
Saul Johnson16-Nov-08 0:42 
AnswerRe: The Annoying DesignMode Icon Pin
Thomas Stockwell16-Nov-08 5:09
professionalThomas Stockwell16-Nov-08 5:09 
GeneralRe: The Annoying DesignMode Icon Pin
Saul Johnson16-Nov-08 7:08
Saul Johnson16-Nov-08 7:08 
QuestionCan somebody help me on writing code for Crystal reports .net 2005 Pin
Rameel116-Nov-08 0:18
Rameel116-Nov-08 0:18 
AnswerRe: Can somebody help me on writing code for Crystal reports .net 2005 Pin
Rameel116-Nov-08 6:33
Rameel116-Nov-08 6:33 
GeneralRe: Can somebody help me on writing code for Crystal reports .net 2005 Pin
Mycroft Holmes16-Nov-08 15:00
professionalMycroft Holmes16-Nov-08 15:00 
GeneralRe: Can somebody help me on writing code for Crystal reports .net 2005 Pin
Rameel116-Nov-08 15:27
Rameel116-Nov-08 15:27 
GeneralRe: Can somebody help me on writing code for Crystal reports .net 2005 Pin
Mycroft Holmes16-Nov-08 16:01
professionalMycroft Holmes16-Nov-08 16:01 
QuestionDeveloping and Consuming WebServices Public Events on Windows Forms Applications Pin
Ernande Alledi Junior15-Nov-08 22:37
Ernande Alledi Junior15-Nov-08 22:37 
AnswerRe: Developing and Consuming WebServices Public Events on Windows Forms Applications Pin
Colin Angus Mackay16-Nov-08 1:26
Colin Angus Mackay16-Nov-08 1:26 
GeneralRe: Developing and Consuming WebServices Public Events on Windows Forms Applications Pin
Ernande Alledi Junior16-Nov-08 8:29
Ernande Alledi Junior16-Nov-08 8:29 
GeneralRe: Developing and Consuming WebServices Public Events on Windows Forms Applications Pin
Colin Angus Mackay16-Nov-08 11:04
Colin Angus Mackay16-Nov-08 11:04 
GeneralRe: Developing and Consuming WebServices Public Events on Windows Forms Applications Pin
Ernande Alledi Junior16-Nov-08 11:11
Ernande Alledi Junior16-Nov-08 11:11 
AnswerRe: Developing and Consuming WebServices Public Events on Windows Forms Applications Pin
Wendelius16-Nov-08 3:45
mentorWendelius16-Nov-08 3:45 
GeneralRe: Developing and Consuming WebServices Public Events on Windows Forms Applications Pin
Ernande Alledi Junior16-Nov-08 8:15
Ernande Alledi Junior16-Nov-08 8:15 
GeneralRe: Developing and Consuming WebServices Public Events on Windows Forms Applications Pin
Ernande Alledi Junior16-Nov-08 8:20
Ernande Alledi Junior16-Nov-08 8:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.