Click here to Skip to main content
15,905,508 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: MDI Parent Picturebox control always stays on top of child forms..... NEED HELP!!!! Pin
Joey Picerno22-Oct-08 6:30
Joey Picerno22-Oct-08 6:30 
GeneralRe: MDI Parent Picturebox control always stays on top of child forms..... NEED HELP!!!! Pin
Dave Kreskowiak22-Oct-08 11:08
mveDave Kreskowiak22-Oct-08 11:08 
QuestionDynamic tooltip Pin
cstrader23221-Oct-08 4:53
cstrader23221-Oct-08 4:53 
AnswerRe: Dynamic tooltip Pin
dan!sh 21-Oct-08 5:02
professional dan!sh 21-Oct-08 5:02 
AnswerRe: Dynamic tooltip Pin
cstrader23221-Oct-08 5:15
cstrader23221-Oct-08 5:15 
AnswerRe: Dynamic tooltip Pin
Dave Kreskowiak21-Oct-08 5:50
mveDave Kreskowiak21-Oct-08 5:50 
GeneralRe: Dynamic tooltip Pin
cstrader23221-Oct-08 6:19
cstrader23221-Oct-08 6:19 
AnswerRe: Dynamic tooltip Pin
Vengatachalapathy Palanivel21-Oct-08 22:05
Vengatachalapathy Palanivel21-Oct-08 22:05 
You can make updatable tooltips by making use of the following steps using Javascript.

For the first time, On mouse over event you can create a "DIV" control using "createElement" method with the respective text. Then, you can update the content of the "DIV" element innertext on mouse out event(you can hide this "DIV").
While creating the control make the "Control ID" uniform across all the cells, so that you don't need to recreate the control every time.
If it's already there you can just make the display property to 'block' or else create the control newly.

Hope this helps you.

Regards,
Vengat P

GeneralRe: Dynamic tooltip Pin
Dave Kreskowiak22-Oct-08 4:14
mveDave Kreskowiak22-Oct-08 4:14 
QuestionConverting full path to URI Pin
egottwald21-Oct-08 4:35
egottwald21-Oct-08 4:35 
AnswerRe: Converting full path to URI Pin
Dave Kreskowiak21-Oct-08 13:36
mveDave Kreskowiak21-Oct-08 13:36 
GeneralRe: Converting full path to URI Pin
egottwald22-Oct-08 4:34
egottwald22-Oct-08 4:34 
GeneralRe: Converting full path to URI Pin
Jon_Boy22-Oct-08 6:26
Jon_Boy22-Oct-08 6:26 
GeneralRe: Converting full path to URI Pin
egottwald22-Oct-08 6:48
egottwald22-Oct-08 6:48 
GeneralRe: Converting full path to URI Pin
Dave Kreskowiak22-Oct-08 11:05
mveDave Kreskowiak22-Oct-08 11:05 
QuestionQuestion on how interop files are generated. Pin
Jon_Boy21-Oct-08 3:58
Jon_Boy21-Oct-08 3:58 
AnswerRe: Question on how interop files are generated. Pin
Dave Kreskowiak21-Oct-08 4:14
mveDave Kreskowiak21-Oct-08 4:14 
GeneralRe: Question on how interop files are generated. [modified] Pin
Jon_Boy21-Oct-08 4:24
Jon_Boy21-Oct-08 4:24 
GeneralRe: Question on how interop files are generated. Pin
Dave Kreskowiak21-Oct-08 5:41
mveDave Kreskowiak21-Oct-08 5:41 
GeneralRe: Question on how interop files are generated. Pin
Jon_Boy21-Oct-08 6:17
Jon_Boy21-Oct-08 6:17 
Questionreally suck reading xmls Pin
ls780h21-Oct-08 3:10
ls780h21-Oct-08 3:10 
AnswerRe: really suck reading xmls Pin
Tom Deketelaere21-Oct-08 3:22
professionalTom Deketelaere21-Oct-08 3:22 
AnswerRe: really suck reading xmls Pin
Paddy Boyd21-Oct-08 3:24
Paddy Boyd21-Oct-08 3:24 
AnswerRe: really suck reading xmls Pin
Johan Hakkesteegt21-Oct-08 3:37
Johan Hakkesteegt21-Oct-08 3:37 
AnswerRe: really suck reading xmls Pin
Gideon Engelberth21-Oct-08 11:09
Gideon Engelberth21-Oct-08 11:09 

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.