Click here to Skip to main content
15,888,351 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: 3D app what choosing ? DirectX ? XNA ? SlimDX ? Pin
norrisMiou6-May-10 2:54
norrisMiou6-May-10 2:54 
GeneralRe: 3D app what choosing ? DirectX ? XNA ? SlimDX ? Pin
Dave Kreskowiak6-May-10 3:49
mveDave Kreskowiak6-May-10 3:49 
GeneralRe: 3D app what choosing ? DirectX ? XNA ? SlimDX ? Pin
norrisMiou6-May-10 4:52
norrisMiou6-May-10 4:52 
GeneralRe: 3D app what choosing ? DirectX ? XNA ? SlimDX ? Pin
Dave Kreskowiak6-May-10 12:12
mveDave Kreskowiak6-May-10 12:12 
QuestionNeed to detect toolbar button click in 3rd party app Pin
drh65581-May-10 16:09
drh65581-May-10 16:09 
AnswerRe: Need to detect toolbar button click in 3rd party app Pin
Luc Pattyn1-May-10 16:36
sitebuilderLuc Pattyn1-May-10 16:36 
GeneralRe: Need to detect toolbar button click in 3rd party app Pin
drh65581-May-10 17:47
drh65581-May-10 17:47 
GeneralRe: Need to detect toolbar button click in 3rd party app Pin
Luc Pattyn2-May-10 1:49
sitebuilderLuc Pattyn2-May-10 1:49 
drh6558 wrote:
In VB6 we had DoEvents. We no longer have this with vb.net


Application.DoEvents() is available; it seldom is the correct way to solve any problem.


drh6558 wrote:
I looked at Sleep.Thread (not sure of syntax right now) and this appears to have problems


Thread.Sleep() works just fine for me; it needs to be used correctly, i.e. in some thread, and not inside an event handler.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

Prolific encyclopedia fixture proof-reader browser patron addict?
We all depend on the beast below.


GeneralRe: Need to detect toolbar button click in 3rd party app Pin
drh65582-May-10 8:21
drh65582-May-10 8:21 
GeneralRe: Need to detect toolbar button click in 3rd party app Pin
Luc Pattyn2-May-10 8:47
sitebuilderLuc Pattyn2-May-10 8:47 
RantRe: Need to detect toolbar button click in 3rd party app Pin
εїзεїзεїз3-May-10 10:00
εїзεїзεїз3-May-10 10:00 
GeneralRe: Need to detect toolbar button click in 3rd party app Pin
drh65584-May-10 5:38
drh65584-May-10 5:38 
GeneralRe: Need to detect toolbar button click in 3rd party app Pin
εїзεїзεїз4-May-10 19:37
εїзεїзεїз4-May-10 19:37 
GeneralRe: Need to detect toolbar button click in 3rd party app Pin
drh65585-May-10 6:14
drh65585-May-10 6:14 
QuestionProblem in setting DateTime value explicitly. Pin
priyamtheone1-May-10 6:31
priyamtheone1-May-10 6:31 
AnswerRe: Problem in setting DateTime value explicitly. Pin
Luc Pattyn1-May-10 6:54
sitebuilderLuc Pattyn1-May-10 6:54 
AnswerRe: Problem in setting DateTime value explicitly. Pin
Andy_L_J1-May-10 13:01
Andy_L_J1-May-10 13:01 
QuestionProblem with DateTime matching. Pin
priyamtheone1-May-10 6:31
priyamtheone1-May-10 6:31 
AnswerRe: Problem with DateTime matching. Pin
Luc Pattyn1-May-10 6:48
sitebuilderLuc Pattyn1-May-10 6:48 
QuestionCheck the entrances to the keyboard and clean the buffer Pin
yera200230-Apr-10 11:38
yera200230-Apr-10 11:38 
AnswerRe: Check the entrances to the keyboard and clean the buffer Pin
Dave Kreskowiak30-Apr-10 17:48
mveDave Kreskowiak30-Apr-10 17:48 
QuestionConvert from decimal to hexidecimal? Pin
Adam Wike30-Apr-10 3:48
Adam Wike30-Apr-10 3:48 
AnswerRe: Convert from decimal to hexidecimal? Pin
Dave Kreskowiak30-Apr-10 3:58
mveDave Kreskowiak30-Apr-10 3:58 
AnswerRe: Convert from decimal to hexidecimal? [modified] Pin
Dalek Dave30-Apr-10 4:00
professionalDalek Dave30-Apr-10 4:00 
GeneralRe: Convert from decimal to hexidecimal? Pin
DaveAuld30-Apr-10 4:19
professionalDaveAuld30-Apr-10 4:19 

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.