Click here to Skip to main content
15,914,010 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How can my add-in consume events from another add-in? Pin
Sonhospa24-May-10 9:08
Sonhospa24-May-10 9:08 
GeneralRe: How can my add-in consume events from another add-in? Pin
Luc Pattyn24-May-10 10:06
sitebuilderLuc Pattyn24-May-10 10:06 
QuestionBad DLL Calling Convention error when sending UDT from VB6 to Dev-C++ DLL Pin
bytelogik23-May-10 6:11
bytelogik23-May-10 6:11 
AnswerRe: Bad DLL Calling Convention error when sending UDT from VB6 to Dev-C++ DLL Pin
bytelogik23-May-10 9:21
bytelogik23-May-10 9:21 
QuestionIs Visual Studio 2010 compatible with older SQL versions Pin
Didier Cauberghe23-May-10 2:42
Didier Cauberghe23-May-10 2:42 
AnswerRe: Is Visual Studio 2010 compatible with older SQL versions Pin
DaveAuld23-May-10 3:07
professionalDaveAuld23-May-10 3:07 
AnswerRe: Is Visual Studio 2010 compatible with older SQL versions [modified] Pin
DaveAuld23-May-10 3:19
professionalDaveAuld23-May-10 3:19 
QuestionDisable form not fast enough Pin
Didier Cauberghe23-May-10 2:39
Didier Cauberghe23-May-10 2:39 
Hello,

I have the following question.

I have written a VB 2008 program for registering Rooms in a Hotel.

Using a Touch Screen for entering everythin so there is no keyboard and mouse installed on the PC.

So i have a buttom for every room on a main screen. When pressing for example room 2 , there is a new form that opens on top of the main form.

in the main programm is have frmxxx.show(). In the frmxxx() i have set in the load : FrmMain.enabled = false

So it is not possible anymore to click on the main form , so i have blocked that the users can change the form back to the main.

Now the problem : sometimes , the user is clicking to fast i think (before the frmMain.enabled = false) and the main window is coming on top of the frmxxx. so the mainform is hiding the smaller frmxxx so the user has a big main form wich is at that time disabled. so the screens are on top.

The only way to solve this is with a keyboard CTRL-TAB but because of the missing keyboard (due to the touch screen) it is not possible.


I have already tried to set the main form enabled = false before opening the frmxxx. but this is not working when the mainform is still active.


I dont want to hide the main form , so i wnat it set to disabled.


Does anyone can give me advise on this maybe stupid question.


Thanks


Best regards


DCA
AnswerRe: Disable form not fast enough Pin
Rob Smiley23-May-10 2:54
Rob Smiley23-May-10 2:54 
GeneralRe: Disable form not fast enough Pin
Didier Cauberghe23-May-10 3:19
Didier Cauberghe23-May-10 3:19 
GeneralRe: Disable form not fast enough Pin
DaveAuld23-May-10 3:22
professionalDaveAuld23-May-10 3:22 
GeneralRe: Disable form not fast enough Pin
Didier Cauberghe23-May-10 3:31
Didier Cauberghe23-May-10 3:31 
GeneralRe: Disable form not fast enough Pin
DaveAuld23-May-10 3:35
professionalDaveAuld23-May-10 3:35 
GeneralRe: Disable form not fast enough Pin
Didier Cauberghe23-May-10 3:42
Didier Cauberghe23-May-10 3:42 
QuestionWindows Service Functionality Pin
VikashGohil22-May-10 20:07
VikashGohil22-May-10 20:07 
AnswerRe: Windows Service Functionality Pin
DaveAuld22-May-10 23:46
professionalDaveAuld22-May-10 23:46 
GeneralRe: Windows Service Functionality Pin
VikashGohil23-May-10 20:26
VikashGohil23-May-10 20:26 
QuestionBest data structure in VB .NET 4.0 ?! Pin
Agarwaen5922-May-10 8:03
Agarwaen5922-May-10 8:03 
AnswerRe: Best data structure in VB .NET 4.0 ?! Pin
Luc Pattyn22-May-10 8:42
sitebuilderLuc Pattyn22-May-10 8:42 
QuestionCopy Excel Data into Access Database Table. Pin
jeshra27922-May-10 3:52
jeshra27922-May-10 3:52 
AnswerRe: Copy Excel Data into Access Database Table. Pin
DaveAuld22-May-10 4:02
professionalDaveAuld22-May-10 4:02 
GeneralRe: Copy Excel Data into Access Database Table. Pin
Dalek Dave22-May-10 4:17
professionalDalek Dave22-May-10 4:17 
GeneralRe: Copy Excel Data into Access Database Table. Pin
jeshra27922-May-10 4:51
jeshra27922-May-10 4:51 
GeneralRe: Copy Excel Data into Access Database Table. Pin
DaveAuld22-May-10 5:02
professionalDaveAuld22-May-10 5:02 
GeneralRe: Copy Excel Data into Access Database Table. Pin
jeshra27922-May-10 5:40
jeshra27922-May-10 5:40 

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.