Click here to Skip to main content
15,892,737 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRefreshing the UI during a long process using VB.NET 3.5 without Application.DoEvents - believe me Ive tried! Pin
Marcus J. Smith18-Apr-09 4:14
professionalMarcus J. Smith18-Apr-09 4:14 
QuestionRe: Refreshing the UI during a long process using VB.NET 3.5 without Application.DoEvents - believe me Ive tried! Pin
Eddy Vluggen18-Apr-09 6:51
professionalEddy Vluggen18-Apr-09 6:51 
AnswerRe: Refreshing the UI during a long process using VB.NET 3.5 without Application.DoEvents - believe me Ive tried! Pin
Luc Pattyn18-Apr-09 7:15
sitebuilderLuc Pattyn18-Apr-09 7:15 
AnswerRe: Refreshing the UI during a long process using VB.NET 3.5 without Application.DoEvents - believe me Ive tried! Pin
Luc Pattyn18-Apr-09 7:22
sitebuilderLuc Pattyn18-Apr-09 7:22 
QuestionMouse-event Improvement Pin
User 584223717-Apr-09 23:33
User 584223717-Apr-09 23:33 
AnswerRe: Mouse-event Improvement Pin
Eddy Vluggen18-Apr-09 0:24
professionalEddy Vluggen18-Apr-09 0:24 
GeneralRe: Mouse-event Improvement Pin
User 584223718-Apr-09 1:24
User 584223718-Apr-09 1:24 
GeneralRe: Mouse-event Improvement Pin
Eddy Vluggen18-Apr-09 1:33
professionalEddy Vluggen18-Apr-09 1:33 
architecton wrote:
You are right but then i have to write this for each visible control on my form and this is not good because i only need one event and not x.


You could opt to let all those controls MouseMove events point to the same eventhandler. E.g.,when you put two buttons on the screen, they can share their OnClick handler. Same can be done with the MouseMove event.

I are troll Smile | :)

GeneralRe: Mouse-event Improvement Pin
User 584223718-Apr-09 5:03
User 584223718-Apr-09 5:03 
GeneralRe: Mouse-event Improvement Pin
Eddy Vluggen18-Apr-09 5:52
professionalEddy Vluggen18-Apr-09 5:52 
GeneralRe: Mouse-event Improvement Pin
User 584223718-Apr-09 6:22
User 584223718-Apr-09 6:22 
GeneralRe: Mouse-event Improvement Pin
Eddy Vluggen18-Apr-09 6:50
professionalEddy Vluggen18-Apr-09 6:50 
GeneralRe: Mouse-event Improvement Pin
Mycroft Holmes18-Apr-09 2:03
professionalMycroft Holmes18-Apr-09 2:03 
AnswerRe: Mouse-event Improvement [modified] Pin
Johan Hakkesteegt20-Apr-09 2:39
Johan Hakkesteegt20-Apr-09 2:39 
GeneralRe: Mouse-event Improvement Pin
User 584223725-Apr-09 5:45
User 584223725-Apr-09 5:45 
QuestionHow can i create salary format in Textbox ? for example i want create 2000.00 . Pin
pramod251717-Apr-09 19:55
pramod251717-Apr-09 19:55 
AnswerRe: How can i create salary format in Textbox ? for example i want create 2000.00 . Pin
Rajesh Anuhya17-Apr-09 20:08
professionalRajesh Anuhya17-Apr-09 20:08 
AnswerRe: How can i create salary format in Textbox ? for example i want create 2000.00 . Pin
Andy_L_J17-Apr-09 22:16
Andy_L_J17-Apr-09 22:16 
AnswerRe: How can i create salary format in Textbox ? for example i want create 2000.00 . Pin
Johan Hakkesteegt20-Apr-09 1:41
Johan Hakkesteegt20-Apr-09 1:41 
QuestionError in using MemoryStream in VB.Net Pin
Viram Pandey17-Apr-09 3:57
Viram Pandey17-Apr-09 3:57 
AnswerRe: Error in using MemoryStream in VB.Net Pin
Dave Kreskowiak17-Apr-09 4:26
mveDave Kreskowiak17-Apr-09 4:26 
GeneralRe: Error in using MemoryStream in VB.Net Pin
Viram Pandey20-Apr-09 1:37
Viram Pandey20-Apr-09 1:37 
QuestionCertifiacte download Pin
siva45516-Apr-09 23:13
siva45516-Apr-09 23:13 
AnswerRe: Certifiacte download Pin
Dave Kreskowiak17-Apr-09 3:38
mveDave Kreskowiak17-Apr-09 3:38 
QuestionMultithreading Pin
Muhammad Fahim Baloch16-Apr-09 20:58
Muhammad Fahim Baloch16-Apr-09 20:58 

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.