VB.NET for WinCE: SoftInputPanel

  • Thread starter Thread starter Loocie Loocie
  • Start date Start date
L

Loocie Loocie

Hi!

I want to use the SIP from WindowsCE by clicking on a button. I do not find any information how to work with the SIP in VB.NET.
Does anybody know a solution?

Best regards, Loocie
 
I used InputPanel.Enabled=true but it does not work, i can not see the keyboard.
 
There is no Problem with programming for PPC, but with programming for WindowsCE the SIP would not be used.
Try to install CF 1.0 SP3:
http://www.microsoft.com/downloads/...FamilyID=7bf313b9-71ed-4e15-ad6e-315dae6faf9f

Also see this thread:

--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com


guest" [email protected] said:
I used InputPanel.Enabled=true but it does not work, i can not see the keyboard.
 
You can use a SIP on a Windows CE generic device (our devices have two, as
well as a null one, for when you want to use the built-in keyboard). They
all work fine.

Paul T.

Loocie said:
There is no Problem with programming for PPC, but with programming for
WindowsCE the SIP would not be used.
Try to install CF 1.0 SP3:
http://www.microsoft.com/downloads/...FamilyID=7bf313b9-71ed-4e15-ad6e-315dae6faf9f

Also see this thread:

--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com


guest" [email protected] said:
I used InputPanel.Enabled=true but it does not work, i can not see the
keyboard.


Look at the InputPanel control.

-Chris


Hi!

I want to use the SIP from WindowsCE by clicking on a button. I do not
find any information how to work with the SIP in VB.NET.
Does anybody know a solution?

Best regards, Loocie
 
I believe, you are talking about WinCE emulator that comes with Studio.
This one does not support SIP but most of the WinCE devices which we are
using support SIP without any problems.


--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com


Loocie" [email protected] said:
There is no Problem with programming for PPC, but with programming for WindowsCE the SIP would not be used.

Try to install CF 1.0 SP3:
http://www.microsoft.com/downloads/...FamilyID=7bf313b9-71ed-4e15-ad6e-315dae6faf9f

Also see this thread:

--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com


guest" [email protected] said:
I used InputPanel.Enabled=true but it does not work, i can not see the keyboard.



Look at the InputPanel control.

-Chris



Hi!

I want to use the SIP from WindowsCE by clicking on a button. I do not
find any information how to work with the SIP in VB.NET.
Does anybody know a solution?

Best regards, Loocie
 
I am using a gotive (www.gotive.com) with WindowsCE 4.2 .
"InputPanel1.Enabled = True" does not work.
I believe, you are talking about WinCE emulator that comes with Studio.
This one does not support SIP but most of the WinCE devices which we are
using support SIP without any problems.


--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com


Loocie" [email protected] said:
There is no Problem with programming for PPC, but with programming for WindowsCE the SIP would not be used.

Try to install CF 1.0 SP3:
http://www.microsoft.com/downloads/...FamilyID=7bf313b9-71ed-4e15-ad6e-315dae6faf9f

Also see this thread:

http://groups.google.com/group/micr...ead/4dae5f3dcff53b4d/ba10b98f04ca69c1#ba10b98> f04> ca69c1

--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com


"guest" (e-mail address removed) wrote:

I used InputPanel.Enabled=true but it does not work, i can not see the keyboard.



Look at the InputPanel control.

-Chris



Hi!

I want to use the SIP from WindowsCE by clicking on a button. I do not
find any information how to work with the SIP in VB.NET.
Does anybody know a solution?

Best regards, Loocie
 
OK, can you pop up a SIP manually using the user interface of the device?
Or does the SIP pop up when you focus on an edit field in, say, a Control
Panel applet?

Paul T.

guest said:
I am using a gotive (www.gotive.com) with WindowsCE 4.2 .
"InputPanel1.Enabled = True" does not work.
I believe, you are talking about WinCE emulator that comes with Studio.
This one does not support SIP but most of the WinCE devices which we are
using support SIP without any problems.


--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com


Loocie" [email protected] said:
There is no Problem with programming for PPC, but with programming for
WindowsCE the SIP would not be used.


Try to install CF 1.0 SP3:
http://www.microsoft.com/downloads/...FamilyID=7bf313b9-71ed-4e15-ad6e-315dae6faf9f

Also see this thread:

http://groups.google.com/group/micr...ead/4dae5f3dcff53b4d/ba10b98f04ca69c1#ba10b98>
f04> ca69c1

--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com


"guest" (e-mail address removed) wrote:

I used InputPanel.Enabled=true but it does not work, i can not see the
keyboard.



Look at the InputPanel control.

-Chris



Hi!

I want to use the SIP from WindowsCE by clicking on a button. I do
not
find any information how to work with the SIP in VB.NET.
Does anybody know a solution?

Best regards, Loocie
 
By using "InputPanel1.Enabled = True" in a PPC-program i can pop up the SIP easily.
In a WindowsCE-program the SIP does not pop up.
The SIP only pop up by "InputPanel1.Enabled = True".
When i set the focus on an edit field, the SIP does not pop up automatically.
OK, can you pop up a SIP manually using the user interface of the device?
Or does the SIP pop up when you focus on an edit field in, say, a Control
Panel applet?

Paul T.

guest said:
I am using a gotive (www.gotive.com) with WindowsCE 4.2 .
"InputPanel1.Enabled = True" does not work.
I believe, you are talking about WinCE emulator that comes with Studio.
This one does not support SIP but most of the WinCE devices which we are
using support SIP without any problems.


--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com


"Loocie" (e-mail address removed) wrote:
There is no Problem with programming for PPC, but with programming for
WindowsCE the SIP would not be used.


Try to install CF 1.0 SP3:
http://www.microsoft.com/downloads/...FamilyID=7bf313b9-71ed-4e15-ad6e-315dae6faf9f

Also see this thread:

http://groups.google.com/group/micr...ead/4dae5f3dcff53b4d/ba10b98f04ca69c1#ba10b98> >
f04> ca69c1

--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com


"guest" (e-mail address removed) wrote:

I used InputPanel.Enabled=true but it does not work, i can not see the
keyboard.



Look at the InputPanel control.

-Chris



Hi!

I want to use the SIP from WindowsCE by clicking on a button. I do
not
find any information how to work with the SIP in VB.NET.
Does anybody know a solution?

Best regards, Loocie
 
Back
Top