all groups > dotnet compact framework > march 2005 > threads for tuesday march 22
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 31
RequestPowerNotifications question
Posted by Tim Johnson at 3/22/2005 8:25:09 PM
I'm looking into using this API from C# using P/invoke, but one enum I need
is called PBT_TRANSITION. I don't know what its value is, and I cannot
figure out where this thing is defined in any of the files I have for evc4.0
or Visual Studio .Net. Anybody have a clue?
--
Tim Johnson
H... more >>
Compile OpenNetCF - OpenNETCF.Windows.Forms
Posted by Vitaly Sedov at 3/22/2005 6:49:25 PM
Hello!
I'm trying to compile OpenNETCF.Windows.Forms.dll and use it in my project
instead of standard OpenNETCF.Windows.Forms.dll.
When I trying to start application with my dll it exit before started.
Here is starting log:
Standard OpenNETCF.Windows.Forms.dll
-----------------------------... more >>
DataGrid Subclass
Posted by Chris at 3/22/2005 6:09:01 PM
Hi All,
I know that this question has been asked and I have found the thread that
discusses the solution but was not able to get the code for the fix.
I have subclassed a grid control and it all works great in runtime mode but
when add to the toolbox it is just grayed out. I added the follo... more >>
PDA serial number
Posted by Felix González at 3/22/2005 4:32:35 PM
I´s psoble to read the PDA serial number?
Thanks
... more >>
DataGrid - Perform FullRowSelect without using Parent Row - Can Add Pic on Datagrid
Posted by A_PK at 3/22/2005 3:54:45 PM
Just wonder default datagrid able to support fullrow select while I click
the column cell or not. I am aware of that if we click the parent row, then
the full row will be selected. but I want to hide the parent row, and if
there any way to do when I click the column cell, then the full row wil... more >>
Advice on Paging records
Posted by Simone at 3/22/2005 3:39:42 PM
Anyone does have an advice on paging records on a DataGrid to show max 20
records for page?
I want to fill a Datatable al max for 20 records each time.
My select is simlpe
SELECT * FROM TABLE WHERE .....
I have a SqlCeDataAdapter and a DataTable.
... more >>
Desktop Installation...Uninstalling
Posted by Mike at 3/22/2005 1:17:01 PM
I have created a desktop installation for a Pocket PC app. The installation
installs an MS Access database on the desktop that the PPC app syncs with.
When I uninstall the application it removes all the files installed on my
desktop including the database. Is it possible to do an uninstall b... more >>
VirtualAlloc/VirtualCopy
Posted by Giuseppe at 3/22/2005 12:01:36 PM
Hi all, I have a problem with this code...(overflow Exception)
I'd like to access to 0x80920000 register but this is out of range of
IntPtr. What type can I use instead IntPtr?
Thank You very much
code:
[DllImport("Coredll.dll")]
extern public static bool VirtualCopy (IntPtr lpvDest, IntP... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Column Resizing
Posted by Beebs at 3/22/2005 11:59:51 AM
How do I, through code, resize a column in a listview, in my case, the
first one? I can't seem to find a property or method for doing this.... more >>
Inserting Image in to SQL CE Database
Posted by Gaurang Patel via DotNetMonster.com at 3/22/2005 11:27:09 AM
I've difficulties in inserting image in to SQL CE Database. Im doing with
VB.Net and pocket PC emmulator. Please help me out and send me the source
code if you have
--
Message posted via http://www.dotnetmonster.com... more >>
Compact Framework, VB.NET and RICH TEXT BOX
Posted by A_PK at 3/22/2005 9:15:17 AM
Hi,
Does vb.net compact framework support rich text box ?
Or How could I print a Rich Text Box file format in vb.net with Compact
Framework?
Thank you
... more >>
Help me marshal this struc please!
Posted by antonio.calado NO[at]SPAM netcabo.pt at 3/22/2005 9:02:02 AM
Hi all, I need to marshal this struc. I have an object of this type
that goes as an argument in a dll to which i dont have source code
acess. here is the struc in c++
struct _TSNAPINFO {
UCHAR resolution;
UCHAR quality;
TCHAR filename[100];
int inbufferlen;
unsigned char *imgbuff;
... more >>
Check for existence of dll and use if found
Posted by Shannon Lloyd at 3/22/2005 8:17:41 AM
Hi,
I have an application which consists of a small exe and a number of
dlls. Each dll represents a sort of "plugin" application which can be
launched from the main exe. What I would like to be able to do is (at
runtime) check the application directory for the existence of any/all of
these ... more >>
Reading application Directory
Posted by Santosh at 3/22/2005 6:43:15 AM
I want to read the directory in which my application is running. I am doing
programming for pocket pc 2003 in embedded C.
Please help me.
Thanks in advance
Santosh... more >>
Getting running application directory name
Posted by Rahul Sur at 3/22/2005 6:33:02 AM
I want to read the name of directory in which my pocket pc 2003 application
is running.
How can i get the name of directory in which my application is running in
embedded c for pocket pc 2003?
Please help me.
Thanks in advance
Santosh... more >>
|