LinkLabel control in CF
Wed, 06 Aug 2008 16:24:35 -0400
I am trying to get a linklabel to work on my iPAQ (WM6, VS2008, CF3.5,
VB) and I just can't seem to get the correct info. I see lots of info
on standard .net, but none of those work for CF. Anyone have some info? ...
|
Consuming a string from an unmanaged C++ DLL
Wed, 6 Aug 2008 06:03:29 -0700 (PDT)
Does anyone know of any good ways at all to pass strings from a C++
DLL to a C# app using .NET CF??
I've tried several things, One of my attempts was this:
// EXTREMELY simplified C++ function in DLL
LPWSTR CInterfaceLayerApp::SendAStringToCSharp()
{
return (LPWSTR) "String for C#";
}
// C# app ...
|
Designer corrupted
Wed, 6 Aug 2008 05:21:00 -0700
I installed visual studio and WinCE, after installing it I started a Device
application in Smart Devices(WINCE 5.0).
After creation of project , form designer is corrupted and the form itself
not visible. If we are taking the form properties all the controls are
visible but we cant change the form size. I ...
|
Listbox API
Tue, 5 Aug 2008 21:16:59 -0600
In the full framework I can use P/Invoke to obtain the values of another
process' listbox. Can this be done using the Compact Framework 2.0 on a Win
Mobile 6 device? If so how? I have tried using SendMessage to send various
LB_XXXXX messages (like LB_GETLISTBOXINFO or LB_GETTEXTLEN) but all I get is
a zer ...
|
Mobile 6 connection to SQL Express
Tue, 5 Aug 2008 17:36:27 -0500
Hi guys, me again XD
I want to identify what i'm doing wrong, let me explain:
I have a SQL Express instance on my PC (ip 192.168.1.40)
I've configured SQL Express to allow remote TCP/IP connections and changed
the port number to 1433 as explain this page
http://netcf2.blogspot.com/2005/12/accessing-sql-se ...
|
Breakpoit does'n get hit
Tue, 5 Aug 2008 13:52:01 -0700
Hi, All
Development environment is CF 2.0 WM 6.0 (handheld Teklogox),
My project was developed initially in CF 1.0, i converted it to CF 2.0.
It works w/o any problem, but the breakpoint.
When i set breakpoint and then click "Start" to run in debugger, after
project will load into the handheld, the breakpoint ...
|
How to start?
Tue, 5 Aug 2008 19:31:46 +0200
Hi,
I would like to know how can I "integrate" TomTom maps in my applications.
Exactly, I would like to "highlight" a route on the screen, starting from an
array of coordinate, in these maps.
I have no idea where to start (GIS ??)...please help me...
P.s. I'm using C# and widows mobile 6.
Thanks.
Sam.
...
|
|
|
How to change the DataGrid Font style and alignment
Mon, 4 Aug 2008 23:25:34 -0700 (PDT)
I want to change the DataGrid Font Style and text alignment. I have
extend the standard DataGrid and used the DataGridTextBoxColumn to
change the GridCell text format.But using the DataGridTextBoxColumn we
cannot change the header font or header text alignment.So what is the
solution for this problem. If it poss ...
|
about Windows Mobile 6
Mon, 4 Aug 2008 18:29:14 -0500
Hi guys!
A little question, using VS2005 to develop an application that runs on
Symbol 3090 and Windows CE 5.0, i can connect direct to SQL Server 2005 or
2000 (standar, workgroup, enterprise) with the sentence:
using System.Data.SqlClient; // and then create SqlConnection, SqlCommand
and so on
Bu ...
|
Desktop Office Outlook like functionaities needed on wince 5.0 device
Sun, 3 Aug 2008 20:47:43 -0700 (PDT)
I tried the POOM API, but that creates exception on CoCreateInstance,
so is there any other method to access these APIs.
Thanks, ...
|