all groups > dotnet compact framework > april 2005 > threads for tuesday april 12
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
[datagrid] pocketPC VB
Posted by Mochar at 4/12/2005 2:14:19 PM
Hello
I've a datagrid with 3 columns.
It's possible to set up the size of all columns.
example:
Column id size=50
Column Name size=200
Column Address size = 500
I tried to do that at design time, but it dosnt work.
In the TableStyles properties i add the DataGridTableStyles2
... more >>
My application is too slow in PPA
Posted by Myron at 4/12/2005 12:27:21 PM
Hi,guys
I have a application developed by vb.net, including two form, in the main
form, I used 50 picture button. when I drawed the form, it's very slow.
And run other functions are very slow too, but these function just run in
the behind, not to draw. Why?
I have a similiare application co... more >>
InvalidProgramExecution exception
Posted by Floyd Burger at 4/12/2005 11:37:26 AM
Are the PocketPC binaries compatible with the WinCE device?
I'm getting the InvalidProgramExecution exception in my project. The
project is a PocketPC SmartDevice project running on a WinCE device. On a
PocketPC, it's all running great. I can compare a PocketPC project's binary
against a... more >>
IBindingList, Bind DataGrid with IList object.
Posted by JNorte at 4/12/2005 10:10:02 AM
When i try use this statment:
Implements IBindingList
I have this error: Type IBindingList is not definded, why?, It's because i a
VB.Net developer?
I have learn about IBindingList in dotnet.framework.compactframework forum.
I try bind un datagrid whith my own IList object, ists worke ... more >>
button backcolor property
Posted by Keith Stallings at 4/12/2005 5:55:02 AM
I have a strongarm windows ce 4.1 device and an upgraded device of the same
model that has windows ce 4.2. I needed to change the background color of a
button so I loaded .net cf SP2. This works with the ce 4.1 device but not
with the ce 4.2 device. I also tried .net cf SP3. Does anyone know... more >>
Change Location of ToolBar (Compact Framework)
Posted by programcounter NO[at]SPAM arcor.de at 4/12/2005 4:09:39 AM
Hello,
is´t possible to change the loacation of a ToolBar (CF)?
I have had create the ToolBar like this:
toolBar1 = new Rectangle(100,300,80,32); //(x,y,width,heigth)
toolBar1.Visible = true;
toolBar1.Buttons.Add(this.toolBarButton1);
this.Controls.Add(toolBar1);
But i... more >>
PDA Inactive
Posted by Rob S at 4/12/2005 3:03:03 AM
How do i know if the PDA is inactive, in other words, how do i know that the
user isnt pressing any buttons or using the PDA?
Programatically that is.
Thanks... more >>
CF component for FF
Posted by Leif Eirik Olsen at 4/12/2005 12:00:00 AM
Hi,
Once again a question about sharing code between CF and the full framwork:)
Beeing new to both .net and the enviroment I'm struggling a bit with this as
you may understand.
To (hopefully) at least ask the right questions what I did was to 'develop'
and install a simple graph component f... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
MapiRule error
Posted by crino at 4/12/2005 12:00:00 AM
I have to develope an application on SMS (read, get incoming, delete etc...)
So i have downloaded mapirule example from msdn' site....but when i try to
compile the dll i get the following error:
c:\programmi\.net compact framework samples\receiving sms
messages\code\mapirule\mapirule.cpp(1035)... more >>
Attributed C++ programming with Smart Devices
Posted by Smith at 4/12/2005 12:00:00 AM
Is Attributed C++ programming supported for Smart Devices with VS 2005?
For now I can create an ATL smart device DLL project and create an ATL
Simple Object, with attributes support.
However when I bui;d the project I get the following errors:
fatal error CVT1100: duplicate resource . type:... more >>
Whidbey: can't find tlbimp under my 'Windows CE Tools' directory
Posted by Smith at 4/12/2005 12:00:00 AM
I have Visual Studio .NET 2005 Beta1 installed and can successfully work
with the .NET Compact Framework 2.0.
However for some reason I can't seem to find the Tlbimp utility needed to
interop with COM components (I am already familiar with this process on the
desktop).
From what I understa... more >>
How do I use GetTypeArray?
Posted by Benjamin Lukner at 4/12/2005 12:00:00 AM
Hi!
I'm just building a wrapper for a dll that has a Write() function that
is overloaded 13 times for all the different data types.
I thought it would be easier on my side to offer a function that accepts
"Object" as parameter. It works fine for regular variables but not for
arrays. The ... more >>
identity column
Posted by Felix González at 4/12/2005 12:00:00 AM
Hi,
In SQLServerCe I´ve a table with a identity colum, and in .net I use a
dataset with a DataAdapter. When I insert record in table, how can refresh
the dataset with the new value of identity colum?
thanks
... more >>
|