all groups > dotnet compact framework > february 2005 > threads for tuesday february 15
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
processor types
Posted by glenn at 2/15/2005 11:41:20 PM
I am trying to find information out on the Dell Axim processors. They are
listed as XScale Intel processors but I don't have any options such as that
in .NET. I know the ARM seems to work but not sure if its the best to use.
i also have one Axim that just won't work for some reason and I can'... more >>
Making installation cab
Posted by Adnan at 2/15/2005 10:13:02 PM
Hi,
I am using InstallShiled 8.0->SMART Device Setup Wizard to make my
application's installation cab file, everything is fine when i install the
cab file in pocket pc the only thing is wrong is the shortcuts which i have
specify in setup wizard in "\Windows\Start Menu" but after installation... more >>
PreFilterMessage quesiton
Posted by vbmark at 2/15/2005 6:55:43 PM
Here is the PreFilterMessage function:
Public Function PreFilterMessage(ByRef m As _
Microsoft.WindowsCE.Forms.Message) As Boolean Implements _
OpenNETCF.Windows.Forms.IMessageFilter.PreFilterMessage
If m.HWnd.Equals(pHWnd) Then
Select Case m.Msg
Case Window.Messages.WM_KEYDOWN
... more >>
Add a TextObject Dynamicly
Posted by Programmer at 2/15/2005 6:22:47 PM
Hi all
How can I add a text object on an Crystal Report dynamicly???
I have an aspx page that loads the report
but i cant find the methods to insert new Items on the rpt
Can anyone help me pls
This code loads the report.
Dim rpt As New CrystalDecisions.CrystalReports.Engine.ReportDocumen... more >>
Hide Games folder
Posted by Harry Simpson at 2/15/2005 4:09:33 PM
How can I hide the Games folder from the Programs menu on a PPC?
TIA
Harry
... more >>
DeviceId
Posted by Harry Simpson at 2/15/2005 4:06:08 PM
I'm using IOCTL_HAL_GET_DEVICEID
and it gives me:
3500089F7748F9A13800-0050BF3F5173
Where on the device can i go to get this number without
programming.....Settings, DeviceID is the friendly name you give the device.
Is this like the MAC address for the PPC???
Is there a better way for m... more >>
DrawString problem
Posted by Tomer at 2/15/2005 2:37:42 PM
Hi,
I'm using the LinkLabel in the SDF, when a long string is entered as Text
(without spaces) you can see in the designer that it gets cutted and
continued on the next line. But when you run your application the text
doesn't cutted off at all, like in the designer.
I've hoped that sp3 w... more >>
Need sample - VB .NET reading Northwind
Posted by SteveInBeloit at 2/15/2005 1:55:03 PM
Hi,
I have creatd a vb .net app that scans a barcode and displays the decoded
value on the form. I have also created a connection to Northwind and can
retrieve data. I need an example of how to take the scanned in value (which
I can get), put it in a Select statement, call Northwind, and th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How I can save a image into XML file
Posted by Ramon Helena at 2/15/2005 11:59:06 AM
Hello to all,
I would like to save one image into a XML file,
I didn't test not yet,
I think?
1) Load the image and then serialized it and save as CDATA into XML?
Have somebody any experience with this,
Thanks a lot,
Ramón
... more >>
Current IP is 127.0
Posted by Pascal Berger at 2/15/2005 10:35:00 AM
I use the following code to get the IP address of a pocket pc device:
string HostName = Dns.GetHostName();
IPHostEntry thisHost = Dns.GetHostByName(HostName);
string thisIpAddr = thisHost.AddressList[0].ToString();
Unfortunatly sometimes this reports 127.0.0.1, when connected with the
crad... more >>
High Resolution Timer
Posted by Rick Winscot at 2/15/2005 10:22:07 AM
I am looking for a method to include high performance timing within a CF
application. The timer needs to be accurate to one-one hundreth of a second.
What I would like to know is:
#1 - is this possible on windows mobile devices
#2 - can you point me in the direction of some source if it is... more >>
Client Server App TcpListener
Posted by amrish at 2/15/2005 9:35:02 AM
I am writing a client server app which uses a desktop and a ipaq 4150 running
ppc 2003. Now i have used the msdn example code on the TcpListener Class but
when i use this example on a form the form becomes non-responsive straight
away after i click the button to start the server. Any advice ... more >>
I am having a problem with OpenNETCF.IO.Serial
Posted by jayderk at 2/15/2005 9:02:17 AM
Hello All,
I seem to be having a problem with my reOpenPort function
my problem is EVERY time this function is called for the second time..
(first time I call it everything seems to go well, the second time it bombs
out).
I am just testing a loop that looks for data on the port every 10 sec... more >>
TypeLoadException after CAB install
Posted by Chris Dailey at 2/15/2005 8:57:31 AM
I am working on a VB.Net program for HHP's Dolphin 9550 scanner based on
the Pocket PC OS. When I run the program from VS it deploys and runs
just fine. When I copy out the CAB files into the AutoInstall directory
and perform a cold boot it installs everything just fine, but the
program takes ... more >>
Network detection (WiFi/GSM?), Detect Power Save Mode
Posted by donna at 2/15/2005 5:53:50 AM
Hi group, I'm looking for resources to educate me on how to do the
following, in C# preferably but will go native if needed:
Is it possible to trap events for:
- detecting the presence / loss of network connectivity (say 802.11 or
GPRS);
- power save mode (so that I can do some housekeeping).... more >>
|