all groups > dotnet compact framework > april 2004 > threads for thursday april 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 29 30
How to transfer data between two forms
Posted by Kempton at 4/15/2004 9:51:03 PM
I am using VB .net to wirte a application in which form1 has to call form2.show and get the data inputed by user in form2 when form2 unload. What should I do?... more >>
Transparent Icon Problem
Posted by Drew at 4/15/2004 9:32:48 PM
Having trouble with a transparent application icon:
It's black where it should be transparent.
I've soft reset the device many times, but it's still black.
This is strange because I have other transparent
icons which work as expected.
The icons are 32x32 and 16x16 at 256 colors.
I've... more >>
Platform Builder / CF Update / SP2
Posted by Murray Foxcroft at 4/15/2004 6:22:40 PM
Hi there,
I'm in to a bit of hot water with the Compact Framework sp2 - I can install
it to the device (and SQL CE) - but if I deploy my app from VS.NET then it
installs the old framework (ENU-String) something or other. VS.NET also
deploys SQL CE 2.0 dev instead of using the SQL CE 2.0 that I... more >>
ListView Checkboxes
Posted by Jeff at 4/15/2004 4:50:49 PM
Hi -
I'm using a ListView with Checkboxes in a SmartDeviceApplication. The items
and checkboxes display fine, but I'm having a problem with checking/clearing
the checkboxes.
Tapping on a checkbox checks/clears the checkbox as intended. But tapping
on the same checkbox again doesn't have a... more >>
Simple Form to Form process
Posted by Harry Simpson at 4/15/2004 4:31:01 PM
I've been exhausted trying to find a simple app showing movement from form
to form.
I understand the the
Dim Form1 as new Form
Form1.show
But say if you go here from a Splash screen. What's the excepted way in CF
to dispose of the Splash screen and free memory or do you simple have to... more >>
Multimedia question(s)
Posted by Lloyd Dupont at 4/15/2004 3:46:06 PM
- do you know how I could use the PocketPC's camera (if it has one) from CF
?
- how could I record sound and listen to it with CF ?
(there is a record app, certainly there is something to do ...)
- could I always assume outlok is on the PocketPC ? is there a way to find
the default mail app... more >>
From Form to Form
Posted by tiger79 at 4/15/2004 3:34:26 PM
Hi,
when I create an instance of o form inside of another form and use the
folowing command to show the 2nd form : form2.Show() it wont show the second
form untill i close the first one. I'd like to know if its possible to show
the second form directly (lets say on top of the other) without clos... more >>
How to select specific node in TreeView ??? (URGENT)
Posted by tiger79 at 4/15/2004 3:13:17 PM
Hi,
I have a Treeview that's filled with 5 root-nodes. Under those rootNodes I
have a couple of chil-nodes who have a couple of childnodes of their own
(big family huh)...
I'd like to be able to open a Form for every one of those child nodes
depending where the user clicks on the TreeView... I ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
use activeX component
Posted by cfyam at 4/15/2004 3:08:27 PM
How can I use the ActiveX component(*.ocx,made by eVC++) in my C# .NET CF
app?
... more >>
Peter - wireless code
Posted by Justin Weinberg at 4/15/2004 2:38:15 PM
I was googling for an answer to a problem I'm dealing with and found that
you had posted some code back in February dealing with detecting
connectivity. Is this code available now?
Thanks!
... more >>
P/Invoke winsock.dll
Posted by Rei at 4/15/2004 12:46:07 PM
Hello
I'm trying to call the winsock api in C# CF
Is it possible to call the inet_addr(const char* server) from .NET CF application
I got System.NotSupportedException when I tried below codes
[DllImport("winsock.dll", EntryPoint="inet_addr", CharSet=CharSet.Unicode, SetLastError=true)
public ... more >>
Customize Smart Device Application Wizard.
Posted by Jay Sreedharan at 4/15/2004 12:41:01 PM
Hi
Is there a way to add a new project item to the "Windows CE" platform together with the existing on in VS.NET
I want to add customized template " Class Library" in those lists
Thanks in advance
Jay... more >>
Recordsets in Vb.net ?
Posted by Mobile Boy 36 at 4/15/2004 12:37:50 PM
How can I retrieve a set of records from a SqlserverCe table with (for
example) 4 fields?
Can someone post a piece of code please?
Let 's assume:
Customer
Nr Name Street City
1 Jack Pocketstreet Wa... more >>
Deployment with no ActiveSync
Posted by Darin at 4/15/2004 11:00:27 AM
I have an intermec pockot pc device that has builtin wireless. The
wireless works because I can browse the web. I have written an app in
VS2003 for the pocket pc and I need to get it on the intermec. What is
the easiest way? I thought I could create a CAB file, but when I right
click on my proje... more >>
webservice alias for localhost
Posted by Russell Todd via .NET 247 at 4/15/2004 9:37:58 AM
(Type your message here)
How would you create an alias in the code so that when you move from localhost to web host you don't have to do change the code 25 times but only have to do it once?
I have localhost all over by code
--------------------------------
From: Russell Todd
--------------... more >>
How to use CeRunAppAtTime in c#
Posted by Deepti Nayak via .NET 247 at 4/15/2004 9:37:19 AM
(Type your message here)
Can someone provide me a code snippet in c# which will run an exe at a specified time?
I guess this can be done using CeRunAppAtTime function defined in coredll.dll
--------------------------------
From: Deepti Nayak
-----------------------
Posted by a user fro... more >>
POOM again
Posted by Markus Rytterkull at 4/15/2004 8:12:27 AM
Hi!
I looking for an example for how to use pocket outlook
(with appointments) and have found lots of references to
an article at http://www.gotdotnet.com/team/netcf/ which
does not exists anymore (site redirects to microsoft
mobility where I cannot find this article).
Any suggestions ... more >>
Compact Framework SP2-WebException Error with MapPoint Web Service
Posted by DEV_API at 4/15/2004 6:01:08 AM
Hello
I'm gotting a Web Exception Error when I submit the command below to the MapPoint Web Service using the Compact Framework SP2
findSpec.InputPlace = txtLocation.Tex
findSpec.DataSourceName = "MapPoint.World
searchResults = myFindService.Find(findSpec
I received the answer below from the... more >>
How to add new connection in Connection Manager programatically?
Posted by aliarifpk NO[at]SPAM hotmail.com at 4/15/2004 5:39:56 AM
Dear All,
I am working in VB.NET compact framework for windows CE environment. I
have to add a new connection in connection manager programatically. If
some one have the solution of this problem, please post some sample
code or useful URL.
Regards,
Muhammad Arif... more >>
2 Queries.
Posted by Amit at 4/15/2004 4:51:03 AM
Hi,
1) I am new to Compact Framework, and in one of the message in this group I read something about OpenNETCF. Can someone tell me what that really is
2) Is there anyway by which I can launch some application (e.g. Wordpad, File Explorer, or some PPC application) through my application in C#
... more >>
Switching windows
Posted by jasmine at 4/15/2004 1:06:05 AM
I have created an AP using .NET CF on my PPC. However, when my AP i
running (i have several forms in my AP and it changes from form to form)
PPC often switch window back to the TODAY page(just like the desktop page)
I'm not sure if you get what I meant. For example, let's say, while runnin
my AP... more >>
|