all groups > dotnet compact framework > may 2004 > threads for friday may 14
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
How can use RegisterHotKey?
Posted by LiuMin at 5/14/2004 8:05:06 PM
RegisterHotKey in "Hotkey.lib":
BOOL RegisterHotKey(
HWND hWnd,
int id,
UINT fsModifiers,
UINT vk
);How Can Use it in .net
... more >>
OpenNetCF
Posted by PBS Productions at 5/14/2004 5:01:49 PM
Hi,
any news on the new version of OpenNetCF ?
Cheers,
Jo.
... more >>
'My Company' in Remove Programs
Posted by dmeckley at 5/14/2004 3:00:46 PM
After installing my application on the PPC, when I go to "Remove Programs" I
see "My Company" and my app. name. I've looked in the property settings
and see no reference to "My Company". What an I missing?
Also I'm currently copying the cab to the device and extract it to install
my app. ... more >>
2003 Emulator - Active Sync - Acrobat Reader for PPC 2002
Posted by Bj at 5/14/2004 2:06:28 PM
I've spent a whole day trying to get this to work maybe someone else has been more successfull.
I can get Active Sync to connect to the Pocket PC 2003 Emulator. I've sent and received outlook mail via the emulator. The active sync connection appears to work.
I want to install the free Acrobat R... more >>
why won't the build number auto increment?
Posted by Jesse at 5/14/2004 1:35:19 PM
My project's AssemblyInfo.vb file says:
<Assembly: AssemblyVersion("1.0.*")>
But when I rebuild, I keep getting the same old build number.
Any idea why?
... more >>
command prompt ?
Posted by Dharani Babu S at 5/14/2004 12:46:13 PM
Hi all
Where can I find command prompt in Win CE emulator ??
regards and thanks
dharani babu S
... more >>
TypeLoadException using OpenCF
Posted by Fred Pizarro at 5/14/2004 12:06:28 PM
Hi everybody, somebody know why I receive this error using
OpenCF.Diagnostics.Process ?
Thanks ...
... more >>
How to Installing CAB file into Emulator 2003 ?
Posted by durga rao via .NET 247 at 5/14/2004 11:19:47 AM
Hi,
I am using vb.net for Smart devise application with Oracle Lite database. So how to install a CAB file like (example: olite.us.ppc2003.x86.cab) into emulator 2003. Without that CAB file i can't work with Lite database and vb.Net.
Please help me... Thank in advance.
Durga.
------------... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Icon transparency... again!
Posted by Fabio Zanetta at 5/14/2004 10:33:30 AM
Damn!
Is it possible or not in CF to obtain a transparent background for icons?
Almost... can I convert a Control.GreateGraphics into a Bitmap?
Thanks
--
Math Parser : http://www.neodatatype.net
FlowChart : http://www.neodatatype.net/dump/flowchart/dir.asp
... more >>
Using Help with CF in Pocket PC applications
Posted by Raj at 5/14/2004 6:46:06 AM
Hi! I have been trying to implement Help in our app. HelpProvider component is not supported by .NET CF and I checked this URL
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppc2k2/html/WinCEHelp.as
Then I also looked at the Help class provided by OpenNETCF but I am still not s... more >>
Put it on my Tab
Posted by Robert J at 5/14/2004 5:23:33 AM
Hi All,
Just some questions about Tabbing.
I am developing an application for Pocket Pc 2003, the device it runs on
will
have a keyboard, and the targeted users will find it easier to use the Keys
to
Navigate.
There is a lot of information to gather about vehicles, so I have used the
T... more >>
Causes of Memory leaks in .NET CF Apps?
Posted by James Anderson at 5/14/2004 4:06:03 AM
Hi
Im close to completing (so i think i am) my COMPLEX .Net CF app written in VB.NET
I need to know how to examine my app to find bottleneck because I think my app is LEAKING memory. Are there any tools
Im using ArrayLists, 20 different custom classes (with simple data members like ints, chars... more >>
Tag Replacement
Posted by Amit Patankar at 5/14/2004 3:46:07 AM
Hi
I am using List View control to add few records(listview items) . I want to associate some data to each of the list view item or record that I add. It is very easy to do in normal C# by using Tag method. But unluckily Tag method is not supported in Compact Framework. Is there any replacement fo... more >>
How to make listview item row display color???
Posted by Bryan Gan at 5/14/2004 2:31:04 AM
Can I make my listview item to display row background color in each row?I mean using Alternate Colour on each row for the listview.... more >>
Panel does not have border!!!????
Posted by Bryan Gan at 5/14/2004 2:31:03 AM
Can I know how can I make a panel display its border as well?... more >>
Functions and parameters in DLL
Posted by Trevor at 5/14/2004 1:46:06 AM
Hi
Im writing my app in VB.NET and .NET CF. A client handheld with WinCE.NET also ships a DLL that allows me to get the WLAN signal strength from my Managed application. As its a tentative version they havent provided the documentation for the DLL.
How can I find out what procedures (with par... more >>
how to speed up to download data from SQL Server to SQLCE ?
Posted by khanh NO[at]SPAM glassegg.com at 5/14/2004 1:32:13 AM
dear all,
In order to download data from SQL Server to SQL CE of my pocket PC,
our current model is StartDevice App -> WebService -> SQL Server. But
we have very big table with data is over 200,000 records (Product
Master), and by a very simple SQL statement "SELECT 10 fields FROM
ProductMa... more >>
|