|
More site info...
microsoft.public.windowsce.app.development | Forum profile
|
|
Forum profile page for microsoft.public.windowsce.app.development on http://www.microsoft.com/communities/newsgroups....
This report page is the aggregated overview from a single forum: microsoft.public.windowsce.app.development, located on the Message Board at http://www.microsoft.com/communities/newsgroups....
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "microsoft.public.windowsce.app.development" on the Message Board at http://www.microsoft.com/communities/newsgroups... is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on microsoft.public.windowsce.app.development:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
12
|
30
|
85
|
|
Post:
|
21
|
61
|
154
|
|
|
microsoft.public.windowsce.app.development Posting activity graph:
|
Top authors during last week:
user's latest post:
[Silverlight for WE] About tab...
Published (2009-12-30 06:36:00)
Thanks, Shai. Thank you for your assistance! (In the near future, I hope that the tab control is supported by Silverlight Embedded...) "shai" wrote: > The TabControl is defined in the System.Windows.Control extended > namespace. In the following link you can see the differences between > Silverlight 2 for Desktop and Silverlight Embedded. It states that > Silverlight Embedded does not...
user's latest post:
[Silverlight for WE] About tab...
Published (2009-12-29 23:17:00)
The TabControl is defined in the System.Windows.Control extended namespace. In the following link you can see the differences between Silverlight 2 for Desktop and Silverlight Embedded. It states that Silverlight Embedded does not implement the extended controls, only the built-in ones. http://msdn.microsoft.com/en-us/library/ee501848.aspx Shai On Dec 30, 2:05?am, ntaka <nt...@discussions.microsoft.com> wrote:...
user's latest post:
Starting the BT service .Net...
Published (2009-12-23 15:57:00)
Hi Greg, I know is a 2 years old post, but I'm desperate... ;( I dont have access to that sample (need to install the Win Embedded 6.0 and I'm running Win7 x64 with VS2008 - that doesnt comply with the evaluation kit). Is there a cahnce to publish here a .net snippet for turning on the BT service? Thanks, Alon Greg Scott [MS] wrote: Look at the btloader sample (options "start card" and "stop...
caiyuqing via PocketPCJunkies.com
2
user's latest post:
Wince6.0 Driver AutoLoad problem...
Published (2009-12-29 17:27:00)
Vinoth ~your suggestion solve my problem,thank you : ) Vinoth [MCTS] wrote: >Load your driver in kernel mode. windows ce 6.0 has kernel mode drivers and >user mode drivers. fix the driver in kernel mode by adding K to your bib file >driver entry. >see bellow >instead of this >DrvS3c2440Nand.dll $(_FLATRELEASEDIR)\DrvS3c2440Nand.dll >> NK SH >add the K with SH...
user's latest post:
DirectDraw Blt and AlphaBlt are...
Published (2009-12-22 09:31:00)
So I'm writing an application that uses DirectDraw for simple graphics. I'm using the AlphaBlt function to composite the displayed image. However, I've discovered that it takes an outrageously long amount of time to call AlphaBlt. For example, a single call to AlphaBlt with a 100 x 200 source rectangle and a 1280x1024 destination rectangle takes 29ms (using performance counters on each side of the call). At first I...
user's latest post:
DirectDraw Blt and AlphaBlt are...
Published (2009-12-23 02:07:00)
The display controller may support the acceleration but its driver may not: if the device is using the standard VGA driver (ddi_flat.dll) all the accelerationa are emulated in SW. You can knowwhich driver you're using checking the HKEY_LOCAL_MACHINE\System\GDI\Drivers\Display key
user's latest post:
Active-Sync and Visual Studio...
Published (2009-12-22 02:57:00)
hi folks, I've got a curious problem with debugging a windows ce application with visual studio (vb.net), using an active-sync connection: we develop application for windows ce since some years without problems, since 2 or 3 weeks two problems occurred. environment: - Windows XP, SP 3 - Visual Studio 2008 or 2005 - tried with Windows-Firewall off, G Data Antivirus off, same effect first problem/mystery: - I connect a windows...
user's latest post:
Create a file via JavaScript in...
Published (2009-12-21 14:12:00)
I want to create a small file on my Windows Mobile 6.1 device using a program, script or whatever. My first idea was to create an HTML page with JavaScript and the FileSystemObject to do the job. But I don't get it running as the FSO cannot be created. When I execute the save method of a msxml2 object I get a "Permission denied". The HTML page was run in IE and Opera 9.5. Maybe the security settings prevent...
user's latest post:
Create a file via JavaScript in...
Published (2009-12-22 02:37:00)
On 12/21/2009 10:40 PM, Klemens wrote: > I want to create a small file on my Windows Mobile 6.1 device using a > program, script or whatever. My first idea was to create an HTML page > with JavaScript and the FileSystemObject to do the job. But I don't > get it running as the FSO cannot be created. When I execute the save > method of a msxml2 object I get a "Permission...
|
|
|
|
Latest active threads on microsoft.public.windowsce.app.development::
Started 3 days, 22 hours ago (2009-12-29 00:16:00)
by shai
Hi Ntaka,
Searching the documentation does not bring anything about a TabControl
for Embedded Silverlight.
Documentation is here:
http://msdn.microsoft.com/en-us/library/ee502725.a spx
However, I think that in this case you can use the regular Silverlight
forums for questions as this is more of a design problem (in my
...
Started 3 days, 13 hours ago (2009-12-29 09:43:00)
by Vinoth [MCTS]
Load your driver in kernel mode. windows ce 6.0 has kernel mode drivers and
user mode drivers. fix the driver in kernel mode by adding K to your bib file
driver entry.
see bellow
instead of this
DrvS3c2440Nand.dll $(_FLATRELEASEDIR)\DrvS3c2440Nand.dll
> NK SH
add the K with SH
DrvS3c2440Nand.dll $(_...
Started 1 week, 2 days ago (2009-12-23 15:57:00)
by Alon Ronen
Hi Greg,
I know is a 2 years old post, but I'm desperate... ;(
I dont have access to that sample (need to install the Win Embedded 6.0 and I'm running Win7 x64 with VS2008 - that doesnt comply with the evaluation kit).
Is there a cahnce to publish here a .net snippet for turning on the BT service?
Thanks,
...
Started 1 week, 2 days ago (2009-12-23 02:07:00)
by Luca Calligaris [eMVP]
The display controller may support the acceleration but its driver may not:
if the device is using the standard VGA driver (ddi_flat.dll) all the
accelerationa are emulated in SW.
You can knowwhich driver you're using checking the
HKEY_LOCAL_MACHINE\System\GDI\Drivers\Display key
Started 1 week, 3 days ago (2009-12-22 02:37:00)
by Valter Minute [eMVP]
On 12/21/2009 10:40 PM, Klemens wrote:
> I want to create a small file on my Windows Mobile 6.1 device using a
> program, script or whatever. My first idea was to create an HTML page
> with JavaScript and the FileSystemObject to do the job. But I don't
> get it running as the FSO cannot be created. When I execute the save
> method of a...
Started 3 weeks, 1 day ago (2009-12-10 02:38:00)
by JohnDr
I've done some further investigation and the leak only happens when I add it
into the Children collection.
The reference count behaves as expected from 1 when the button is created,
to 3 when it is added into the children collection.
When removing - GetItem populates the IXRButtonPtr (ref Count 3), RemoveAt
reduces the ...
|
|
Hot threads for last week on microsoft.public.windowsce.app.development::
Started 3 days, 22 hours ago (2009-12-29 00:16:00)
by shai
Hi Ntaka,
Searching the documentation does not bring anything about a TabControl
for Embedded Silverlight.
Documentation is here:
http://msdn.microsoft.com/en-us/library/ee502725.a spx
However, I think that in this case you can use the regular Silverlight
forums for questions as this is more of a design problem (in my
...
Started 3 days, 13 hours ago (2009-12-29 09:43:00)
by Vinoth [MCTS]
Load your driver in kernel mode. windows ce 6.0 has kernel mode drivers and
user mode drivers. fix the driver in kernel mode by adding K to your bib file
driver entry.
see bellow
instead of this
DrvS3c2440Nand.dll $(_FLATRELEASEDIR)\DrvS3c2440Nand.dll
> NK SH
add the K with SH
DrvS3c2440Nand.dll $(_...
Started 1 week, 2 days ago (2009-12-23 15:57:00)
by Alon Ronen
Hi Greg,
I know is a 2 years old post, but I'm desperate... ;(
I dont have access to that sample (need to install the Win Embedded 6.0 and I'm running Win7 x64 with VS2008 - that doesnt comply with the evaluation kit).
Is there a cahnce to publish here a .net snippet for turning on the BT service?
Thanks,
...
|
|