Click here to Skip to main content
15,899,126 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionExcel verison problem Pin
D.Manivelan17-Feb-10 19:34
D.Manivelan17-Feb-10 19:34 
AnswerRe: Excel verison problem Pin
JustWorking17-Feb-10 20:52
JustWorking17-Feb-10 20:52 
QuestionUnicode text in vb 6.0 Pin
getnanda@gmail.com17-Feb-10 19:09
getnanda@gmail.com17-Feb-10 19:09 
AnswerRe: Unicode text in vb 6.0 Pin
Eddy Vluggen17-Feb-10 23:34
professionalEddy Vluggen17-Feb-10 23:34 
Questionusing Notifyicon Pin
vijaylumar17-Feb-10 18:00
vijaylumar17-Feb-10 18:00 
AnswerRe: using Notifyicon Pin
εїзεїзεїз17-Feb-10 18:31
εїзεїзεїз17-Feb-10 18:31 
GeneralRe: using Notifyicon Pin
vijaylumar17-Feb-10 18:39
vijaylumar17-Feb-10 18:39 
GeneralRe: using Notifyicon Pin
Dave Kreskowiak17-Feb-10 18:42
mveDave Kreskowiak17-Feb-10 18:42 
The reason it doesn't work is because your code never releases control so that the message pump can process the messages to update the tooltip.

Your work should be done in a background thread, freeing the UI thread (and the message pump on it) to hand the updates to your visuals.

A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: using Notifyicon Pin
vijaylumar17-Feb-10 18:49
vijaylumar17-Feb-10 18:49 
GeneralRe: using Notifyicon Pin
Dave Kreskowiak17-Feb-10 18:54
mveDave Kreskowiak17-Feb-10 18:54 
QuestionIs it Possible Pin
Anubhava Dimri17-Feb-10 17:43
Anubhava Dimri17-Feb-10 17:43 
AnswerRe: Is it Possible Pin
εїзεїзεїз17-Feb-10 18:29
εїзεїзεїз17-Feb-10 18:29 
GeneralRe: Is it Possible Pin
Anubhava Dimri17-Feb-10 19:07
Anubhava Dimri17-Feb-10 19:07 
AnswerRe: Is it Possible Pin
Dave Kreskowiak17-Feb-10 18:40
mveDave Kreskowiak17-Feb-10 18:40 
GeneralRe: Is it Possible Pin
Anubhava Dimri19-Feb-10 20:35
Anubhava Dimri19-Feb-10 20:35 
GeneralRe: Is it Possible Pin
Dave Kreskowiak20-Feb-10 8:04
mveDave Kreskowiak20-Feb-10 8:04 
Questionmsgbox click Ok automatically [------Solved-----] Pin
εїзεїзεїз17-Feb-10 5:26
εїзεїзεїз17-Feb-10 5:26 
AnswerRe: msgbox click Ok automatically Pin
DaveAuld17-Feb-10 5:38
professionalDaveAuld17-Feb-10 5:38 
GeneralRe: msgbox click Ok automatically Pin
εїзεїзεїз17-Feb-10 5:53
εїзεїзεїз17-Feb-10 5:53 
AnswerRe: msgbox click Ok automatically Pin
Ian Shlasko17-Feb-10 5:39
Ian Shlasko17-Feb-10 5:39 
GeneralRe: msgbox click Ok automatically Pin
εїзεїзεїз17-Feb-10 5:48
εїзεїзεїз17-Feb-10 5:48 
GeneralRe: msgbox click Ok automatically Pin
DaveAuld17-Feb-10 6:02
professionalDaveAuld17-Feb-10 6:02 
GeneralRe: msgbox click Ok automatically Pin
εїзεїзεїз17-Feb-10 6:24
εїзεїзεїз17-Feb-10 6:24 
GeneralRe: msgbox click Ok automatically Pin
Dave Kreskowiak17-Feb-10 6:03
mveDave Kreskowiak17-Feb-10 6:03 
GeneralRe: msgbox click Ok automatically Pin
εїзεїзεїз17-Feb-10 6:18
εїзεїзεїз17-Feb-10 6:18 

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.