all groups > dotnet compact framework > may 2004 > threads for wednesday may 5
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
Mobile2Market help...
Posted by Brian H at 5/5/2004 10:21:50 PM
Hi all,
I've been encouraged by a few users of a freeware app I've written to submit
it to this Mobile2Market competition. I'm going over the requirements for
logo certification a bit, and would like a few clarifications. First the
easy one:
1. Since my app is mainly in the CF, the exemp... more >>
MSDN sample code error ?
Posted by Alina at 5/5/2004 4:27:27 PM
Hello
I'm working on Windows CE ARMV4 and I download and try the sample code from
http://msdn.microsoft.com/msdnmag/issues/04/04/KeyboardSupport/default.aspx
and it keeps throwing me the following error (as soon as I launch the app):
Application PPCKeyboardSample2.exe has performed an illega... more >>
Custom Control (windows Control Library) or Class Library
Posted by tiger79 at 5/5/2004 3:17:26 PM
Hi everyone,
I'd like to achieve the next goal :
I want a Form which can be called from many different forms inside my
program. This form has to include a treeview (which has to be populated
according to the calling form), 3 butoons and a textfield.
Now I was wondering what the best solution wo... more >>
Invoking the Click event?
Posted by Zanna at 5/5/2004 2:43:53 PM
Hi all.
Can I invoke the Button1.Click event without knowing what is the
EventHandler precedure linked to it?
Thanks... more >>
Link label equivalent
Posted by Tommy Malone at 5/5/2004 1:48:04 PM
Is there a link label equivalent for the CF? How does one get hyperlinks on
forms in the Pocket Pc environment?
... more >>
Re: Invoking the Click event?
Posted by Alex Feinman [MVP] at 5/5/2004 12:42:13 PM
Something like this:
using System.Reflection;
FieldInfo fi = typeof(Control).GetField("Click",
BindingFlags.Public|BindingFlags.NonPublic|BindingFlags.Instance);
(fi.GetValue(button1)as EventHandler).Invoke(button1, new EventArgs());
From: "Zanna" <znt.fabio@virgilio.it>
Subject: Inv... more >>
JS in PIE
Posted by Yusuf Haroon at 5/5/2004 10:10:02 AM
Hi,
I have the following piece of code that works on the Desktop IE and not
PIE.
<html>
<script type="text/javascript">
function newTitle()
{
var layer1;
layer1=document.all["sec1"];
if
(layer1.innerHTML!=""){layer1.innerHTML=""}else{layer1.innerHTML="displaytex
t"};
}
</script>... more >>
Today Screen Plugin
Posted by elziko at 5/5/2004 10:01:28 AM
I'm following the following tutorial:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/TodayScrn.asp
And to get started I need to compile some eVC source:
Building the Today Screen Plug-in Host
To build the support pieces, do the following.
[Note The tas... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Custom Controls Disappear
Posted by Haobin at 5/5/2004 6:21:02 AM
Hi
I’m new to .NET CF. I follow the sample in the article a
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/customctrlscompactfx.asp to create my own custom controls with design and runtime versions. I compile them with no problem (I get “defined in multiple pla... more >>
Shortcuts
Posted by Stephen H. at 5/5/2004 5:41:04 AM
Hi
I want to create a shortcut to my pocketpc-app using the compac
framework. Does anyone know how to do that
Regards
Stephe
... more >>
Assembly strong name
Posted by Aris at 5/5/2004 5:06:02 AM
Hi
I have created a .NET Compact Framework application that builds a DLL file. When I am trying to install it in the GAC using gacutil.exe, I get an error message that my assembly does not have a strong name. How can I set the name of the assembly to a strong name
Thanks... more >>
Slightly Complex DataReader Question
Posted by marcmc at 5/5/2004 4:41:03 AM
Guys, I am trying to use a nested While dtr.Read() over 2 databases(.sdf) in order to retrieve 2 rows(prob bad design - i know!) from a table named OrderDtl. I then fill my ListView based on the results. The code i use is as below. However, the 1st datareader seems to only return 1 row even though m... more >>
Toolbar buttons do not appear in Windows Mobile 2003 Second Edition Emu
Posted by Gavin Warren at 5/5/2004 4:16:08 AM
I have a simple forms application that uses the compact framework. I've added a toolbar, with icons that render fine when run on Pocket PC 2002 or 2003. However, when I run the same application under the emulator for 2003 Second Edition, the icons do not appear. The buttons are still there, but invi... more >>
wher to find information, how to use tooltip in CF ?
Posted by stef al via .NET 247 at 5/5/2004 12:54:10 AM
Hi all,
I cann not find info, how to use tooltips in CF with PocketPC.
Can You help?
Must I make my class or CF have standart control?
--------------------------------
From: stef al
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>A0tyY1GMYU63qPnVxX... more >>
Check Box in Data Grid
Posted by marti at 5/5/2004 12:31:02 AM
Hi,
is it possible to add a check box-control into a data grid in the compact-framework. I only found the DataGridTextBoxColumn-class
Thanks... more >>
How to get device(Pocket PC) serial number
Posted by joby_cg NO[at]SPAM yahoo.com at 5/5/2004 12:03:56 AM
Dear All,
Thanks for the help which u did. I am again in fron t of you. Right
now my problem is how to get the serial number of my device(Pocket
PC)in C# compact frame work application.
Any help will be apreciable.
Thanking you all.
Regards
Joby M.Chacko... more >>
How to get device(Pocket PC) serial number
Posted by joby_cg NO[at]SPAM yahoo.com at 5/5/2004 12:03:38 AM
Dear All,
Thanks for the help which u did. I am again in fron t of you. Right
now my problem is how to get the serial number of my device(Pocket
PC)in C# compact frame work application.
Any help will be apreciable.
Thanking you all.
Regards
Joby M.Chacko... more >>
How can i get pocket PC (my device) serial number
Posted by joby_cg NO[at]SPAM yahoo.com at 5/5/2004 12:01:11 AM
Dear All,
Thanks for the help which u did. I am again in fron t of you. Right
now my problem is how to get the serial number of my device(Pocket
PC).
Any help will be apreciable.
Thanking you all.
Regards
Joby M.Chacko... more >>
|