Wrox Programmer Forums
|
VB Components Issues specific to components in VB.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB Components section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 22nd, 2003, 04:50 PM
Authorized User
 
Join Date: Oct 2003
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default Input Panel

I am trying to use an Input Panel for a Smart Device with VS.Net 2003.
When I enable the Input Panel at run time, I get the following Error on my emulator: "A managed Exception occured at Application:Run+0x1a"

The solution compiles and deployes fine.

Any ideas would be great!

Thanks

Matt


 
Old November 12th, 2003, 10:48 AM
Registered User
 
Join Date: Nov 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I've the same problem, i don't know what to do.

I am waiting for the answer of this problem.

Harmjan

 
Old November 12th, 2003, 10:53 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Did you add the Input Panel on all the forms of your App? Are you trying to enable a SIP from a form that does not have its own SIP?

If that's the case, add a SIP to each of your application's forms. VS.NET just adds the SIP to the very first form, but not to any subsequent form you add.

Cheers,

Imar


---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old November 13th, 2003, 10:55 AM
Registered User
 
Join Date: Nov 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Add this folowing line and it works:

VB
Me.Menu = mainMenu1

C#
 this.Menu = mainMenu1;

Harmjan





Similar Threads
Thread Thread Starter Forum Replies Last Post
code for in-place Tablet PC Input Panel icon pbhupal Windows Presentation Foundation 0 May 20th, 2007 01:31 PM
loop a panel abhishek0807 ASP.NET 1.0 and 1.1 Basics 1 March 13th, 2007 07:00 AM
Actionlister and Panel csharpa C# 0 January 29th, 2007 01:41 PM
ViewState problem when adding a panel to a panel koekie17 C# 3 February 20th, 2006 09:17 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.